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