AckSelectedGroup() method
- Last UpdatedJun 19, 2024
- 1 minute read
Acknowledges all alarms that have the same group name as one or more selected alarms.
Syntax
Object.AckSelectedGroup (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.AckSelectedGroup (Tag1);