AckTag() method
- Last UpdatedJun 19, 2024
- 1 minute read
Acknowledges the alarms of the given tag name having the same provider name and group name within the given priority range.
Syntax
Object.AckTag(ApplicationName, GroupName, tag, FromPriority, ToPriority, Comment)
Parameter
ApplicationName
The name of the Application for example, \\node1\Intouch
GroupName
The name of the group. For example, Turbine.
tag
The name of the alarm tag. For example, Valve1.
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.AckTag ("\Intouch", "Turbine", "Valve1", 100, 900, "Turbine acknowledgement Comment");