AckGroup() method
- Last UpdatedJun 19, 2024
- 1 minute read
Acknowledges all alarms for a given group name and provider.
Syntax
Object.AckGroup(ApplicationName, GroupName, Comment)
Parameter
ApplicationName
The name of the Application for example, \\node1\Intouch
GroupName
The name of the group. For example, Turbine.
Comment
Alarm acknowledgment comment.
Example
The name of the control is AlarmViewerCtrl1.
#AlarmViewerCtrl1.AckGroup ("\Intouch", "Turbine", "Turbine acknowledgement Comment");