InTouch Scada : InTouch Security tutorial Create login User and Login window for beginner part 1

preview_player
Показать описание
InTouch Scada : InTouch Security tutorial Create login User and Login window for beginner part 1
create Userlogin and password
change password
write script for password protected window
Рекомендации по теме
Комментарии
Автор

Is it possible to gain user credentials from a database e.g. MicroSoft SQL Server for security login purposes?

dante
Автор

Thank man. You can make new video for intouch guide !

MrNvQuy
Автор

This strategy doesn't work when I'm including Touch Pushbuttons with "Show Window" functions (to automatically hide/show windows). These Touch Pushbuttons are visible on all windows I created. Must be the script I made??
If $AccessLevel == 2 THEN
Show "First Window";
Show "Second Window";
Else
Hide "First Window";
Hide "Second Window";
Endif;

HannaZafra_cute