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