Industry Online Support
Technical Forum
2/17/2022 9:17 AM | |
Joined: 12/2/2021 Last visit: 2/17/2022 Posts: 2 Rating: (0) |
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 |
|
Follow us on