SelectTag() method
- Last UpdatedJun 19, 2024
- 1 minute read
Selects all of the alarms from a specific Provider/Group/Tag. You can also specify a Priority range, or use 1-999.
Syntax
Object.SelectTag(ApplicationName, GroupName, tag, FromPriority, ToPriority)
Parameter
ApplicationName
The name of the Application for example, \\node1\Intouch
GroupName
The name of the group. For example, Turbine.
tag
The name of the alarm tag. For example, valve 1.
FromPriority
Starting priority of alarms. For example, 100.
ToPriority
Ending priority of alarms. For example, 900.
Example
The name of the control is AlarmViewerCtrl1.
#AlarmViewerCtrl1.SelectTag ("\Intouch", "Turbine", "Valve1",100, 900);