AckPriority() method
- Last UpdatedJun 19, 2024
- 1 minute read
Acknowledges all of the alarms specified priority range having same provider name and group name.
Syntax
Object.AckPriority(ApplicationName, GroupName, FromPriority, ToPriority, Comment)
Parameter
ApplicationName
The name of the application. For example, \\node1\Intouch
GroupName
The name of the group. For example, Turbine.
FromPriority
Starting priority of alarms. For example, 100.
ToPriority
Ending priority of alarms. For example, 900.
Comment
Alarm acknowledgment comment.
Example
The name of the control is AlarmViewerCtrl1.
#AlarmViewerCtrl1.AckPriority ("\Intouch", "Turbine", 100, 900, "Turbine acknowledgement Comment");