(0)| 2/17/2022 9:17 AM | |
|
Posts: 2 Rating:
|
Hello everyone! I use WinCC 7.5 SP2 and i have same problem I run VBA script to create alarm (using CreateSingleAlarm function) but alarm does not visible in Alarm Logging window. Sub createSingleAlarm() Dim objHMIGO As HMIGO Set objHMIGO = New HMIGO objHMIGO.createSingleAlarm 1, 1, 1, 69, "myTag", 3 Set objHMIGO = Nothing End Sub Refresh Logging window (f5) doesn't help If i try to create alarm (with MessageNumber 1) manually, i have error (Attachment) In my opinion it's mean that alarm is created, but why it does not visible? What is wrong? ------------------------------------------------------------------------------------------ |
Last edited by: Jen_Moderator at: 02/17/2022 10:59:18New subject after splitting |
|
| 2/17/2022 11:07 AM | |
|
Posts: 2 Rating:
|
To see messages you must activate: Messages -> Selection -> Bit Messages
|
This contribution was helpful to
|
|
Follow us on