AckAll() method
- Last UpdatedJun 19, 2024
- 1 minute read
Acknowledges all the alarms in the current alarm query. Because the Alarm Viewer control has a limited display area, the AckAll() method can also acknowledge alarms not shown in the display.
Syntax
Object.AckAll (Comment)
Parameter
Comment
Alarm acknowledgment comment.
Example
Tag1 is defined as a message tag and the name of the control is AlarmViewerCtrl1.
Tag1 = "Alarm Comment";
#AlarmViewerCtrl1.AckAll (Tag1);