almSelectionCount() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Returns the number of alarms selected by the operator in the Distributed Alarm Display object.
Category
Alarms
Syntax
[Result=]almSelectionCount(ObjectName);
Argument
ObjectName
The name of the alarm object. For example, AlmObj_1.
Example
The AlarmCount tag is assigned the number of alarms selected by the operator from the Distributed Alarm Display object.
AlarmCount = almSelectionCount("AlmObj_1");