AckSelected() method
- Last UpdatedJun 19, 2024
- 1 minute read
Acknowledges alarms that are selected in the Alarm Viewer control at run time.
Syntax
Object.AckSelected (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.AckSelected (Tag1);