almAckTag() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Acknowledges all alarms shown in the named Distributed Alarm Display object as a result of the last query. The alarm must match the application name, group name, tag name, and priority range specified by the query.
Category
Alarms
Syntax
[Result=]almAckTag("ObjectName", ApplicationName, GroupName, TagName, FromPri, ToPri, Comment);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
ApplicationName
The name of the application. For example, \\node1\Intouch.
GroupName
The name of the alarm group. For example, $System.
TagName
The name of the tag whose value is in an alarm state.
FromPri
Starting number of the alarm priority range. For example, 100.
ToPri
Ending number of the priority range. For example, 900.
Comment
Alarm acknowledgment comment.
Example
almAckTag("AlmObj_1", "\\node1\Intouch", "Turbines", "Valve1", 10, 100, "Acknowledged for Valve1");
See Also
Ack(), almAckAll(), almAckGroup(), almAckDisplay(), almAckRecent(), almAckSelect(), almAckSelectedGroup(), almAckSelectedPriority(), almAckSelectedTag()