almAckAll() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Acknowledges all alarms in a current query, including those not currently shown in the Distributed Alarm Display object in summary mode.
Category
Alarms
Syntax
[Result=]almAckAll(ObjectName,Comment);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
Comment
Alarm acknowledgment comment.
Examples
MessageTag = "Acknowledge All by " + $Operator;
almAckAll("AlmObj_1",MessageTag);
See Also
Ack(), almAckGroup(), almAckTag(), almAckDisplay(), almAckRecent(), almAckSelect(), almAckSelectedGroup(), almAckSelectedPriority(), almAckSelectedTag()