almAckGroup() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Acknowledges all alarms shown in the named Distributed Alarm object that match the specified provider and group name.
Category
Alarms
Syntax
[Result=]almAckGroup( “ObjectName”, ApplicationName, GroupName, Comment);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
ApplicationName
The name of the Application for example, \\node1\Intouch
GroupName
The name of the InTouch alarm group, such as $System.
Comment
Alarm acknowledgment comment.
Example
MessageTag = “Acknowledge group, Turbines, by ” + $Operator;
almAckGroup(“AlmObj_1”, “\Intouch”, “Turbine”, MessageTag);