5/28/2024 10:54 AM | |
Joined: 11/14/2022 Last visit: 6/14/2024 Posts: 1 Rating: (0) |
Installed SIMATIC WinCC 7.5.2.0 Installed components SICAM SCC 9.12.38 WinCC redundant server configuration and 4 WinCC Client Without Project Create Multi-User Project Help! when submitting a command to manage it is necessary to add the name of the user and the computer to the event log if you manage from the client's computer, it takes the usernameDAF logged in on the server I have an idea to use 'VBS360 Dim MyAlarm Set MyAlarm = HMIRuntime.Alarms(1) MyAlarm.State = 5 'hmiAlarmStateCome + hmiAlarmStateComment MyAlarm.Comment = "MyComment" MyAlarm.UserName = "Hans-Peter" MyAlarm.ProcessValues(1) = "Process Value 1" MyAlarm.ProcessValues(4) = "Process Value 4" MyAlarm.Create "MyApplication" but it is executed only once. Tell me how to make the script execute every time the button is pressed. Attachment100.docx (469 Downloads) |
Last edited by: bal77 at: 05/30/2024 07:09:39 |
|
Follow us on