almSelectPriority() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Toggles the selection of all alarms in a named Distributed Alarm Display object as a result of the display’s last query and where the resultant alarms are within the specified priority range.
Category
Alarms
Syntax
[Result=]almSelectPriority( "objectName", ApplicationName, GroupName, FromPri, ToPri );
Argument
ObjectName
The name of the alarm object. For example, AlmObj_1.
ApplicationName
The name of the Application. For example, \\node1\Intouch.
GroupName
The name of the Group. For example, $System.
FromPri
Starting priority of alarms. For example, 100 or integer tag.
ToPri
Ending priority of alarms. For example, 900 or integer tag.
Example
almSelectPriority("AlmObj_1","\\node1\Intouch", "Turbines",10,100);
See Also
almSelectAll(), almSelectItem(), almSelectGroup(), almSelectTag(), almUnSelectAll()