almAckSelectedTag() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Acknowledges all alarms that have the same Tagname from the same provider and group name and having the same priority as one or more of the selected alarms within the named Distributed Alarm Display object. This function works only if InTouch is the alarm provider.
Category
Alarms
Syntax
[Result=]almAckSelectedTag(ObjectName,Comment);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
Comment
Alarm acknowledgment comment.
Example
MessageTag = "Acknowledge selected tagnames by " + $Operator;
almAckSelectedTag ("AlmObj_1", MessageTag);
See Also
Ack(), almAckAll(), almAckGroup(), almAckTag(), almAckDisplay(), almAckRecent(), almAckSelect(), almAckSelectedGroup(), almAckSelectedPriority()