almSelectTag() Function
- Last UpdatedNov 23, 2018
- 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 given tag name.
Category
Alarms
Syntax
[Result=]almSelectTag (ObjectName, ApplicationName, GroupName, TagName, FromPri, ToPri);
Arguments
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.
TagName
The name of the alarm tag.
FromPri
Starting priority of alarms. For example, 100 or integer tag.
ToPri
Ending priority of alarms. For example, 900 or integer tag.
Example
almSelectTag("AlmObj_1","\\node1\Intouch","Turbines","Valve1",10,100);
See Also
almSelectAll(), almSelectItem(), almSelectGroup(), almSelectPriority(), almUnSelectAll()