Dismiss.Priority() method
- Last UpdatedJul 19, 2024
- 1 minute read
The Dismiss.Priority method dismisses currently latched alarms within a specified alarm priority range that belong to the same specified provider and alarm group.
Syntax
AlarmClient1.Dismiss.Priority(ProviderName,GroupName, FromPriority, ToPriority, Comments);
Parameters
ProviderName
Node and provider name combination that specifies the origin of alarm monitoring. For example:
\\TankServer1\Galaxy
\intouch
GroupName
Alarm group or area name whose alarms are monitored by the Alarm Control. For example:
$system
FromPriority
Starting priority of alarms. For example, 100
ToPriority
End priority of alarms. For example, 900.
Comments
A string indicating the alarm dismiss comment.
Example
ProviderName = \\TankServer1\Galaxy
GroupName = ValveGroup
FromPriority = 250
ToPriority = 500
Comments = alarms are now dismissed
AlarmClient1.Dismiss.Priority("\Galaxy"," ValveGroup",250,500," All local InTouch LATCHED alarms in the ValveGroup alarm group with priorities from 250 to 500 are now dismissed");