Dismiss.Group() method
- Last UpdatedJul 19, 2024
- 1 minute read
The Dismiss.Group method dismisses all currently LATCHED alarms for a given alarm source and group.
Syntax
AlarmClient.Dismiss.Group(ProviderName,GroupName,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
Comments
A string indicating the alarm dismiss comment.
Examples
ProviderName = \\TankServer1\Galaxy
GroupName = Area_001
Comments = All LATCHED alarms in Area_001 are dismissed
AlarmClient1.Dismiss.Group("\\TankServer1\Galaxy","Area_001", “All LATCHED alarms in Area_001 are dismissed”);