AckVisible() method
- Last UpdatedJun 19, 2024
- 1 minute read
Acknowledges only those alarms that are currently visible in the Alarm Viewer control.
Syntax
Object.AckVisible (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.AckVisible (Tag1);