Does WinCC Unified have the PWRTSilentLogin function?

0
In WinCC Classic and WinCC Professional, there is a "PWRTSilentLogin" function that allows for silent login without a popup. Does Unified have this capability?
asked
2 answers
0

 

The V19 Update 2 introduced the new system function "SetLocalUser" for HMI Unified Comfort Panel and WinCC Unified PC.

  •  HMIRuntime.UI.UserManagement.SysFct.SetLocalUser(alias)

The system function allows the local user to change in the runtime by specifying a projected alias name. The Set Local User feature is available in the list of system features. The parameter "alias" expects a string over a variable or an image object.

 

Script example:

 

  • Via Tag
    • HMIRuntime.UI.UserManagement.SysFct.SetLocalUser(HMIRuntime.Tag.SysFct.CreateGetAndClearTagCommand("HMI_AliasTag"));
  • About Screen
    • ObjectHMIRuntime.UI.UserManagement.SysFct.SetLocalUser(HMIRuntime.UI.SysFct.CreateGetAndClearScreenItemCommand("IOField_1"));

hope this help

answered
-1

Hi Priyanka,

 

Please refer below similar communication regarding,

PWRT Silent Login

 

Hope it helps!

Thanks & Regards,

Manikandan K

answered