SuppressTag() method
- Last UpdatedJun 19, 2024
- 1 minute read
Suppresses showing current and future occurrences of any alarm emitted by a given tag name or group name and in the specified priority range.
Syntax
Object.SuppressTag(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.SuppressTag ("\Intouch", "Turbine", "Valve1", 100, 900);