almUnselectAll() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Unselects all selected alarms in a named Distributed Alarm Display object.
Category
Alarms
Syntax
[Result=]almUnselectAll(ObjectName);
Argument
ObjectName
The name of the alarm object. For example, AlmObj_1.
Example
If $AccessLevel == 9999 THEN
almAckSelect("AlmObj_1", "Comment");{This alarm can be acknowledged by only Administrator}
ELSE
almUnselectAll("AlmObj_1");
ENDIF;
See Also
almSelectAll(), almSelectItem(), almSelectGroup(), almSelectPriority(), almSelectTag()