almAckPriority() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Acknowledges all alarms shown in the named Distributed Alarm object as a result of the last query that match the alarm’s application name, alarm group, and priority range.
Category
Alarms
Syntax
[Result=]almAckPriority(ObjectName, ApplicationName, GroupName, FromPri, ToPri, 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 Group for example, $System
FromPri
Starting number of the alarm priority range. For example, 100.
ToPri
Ending number of the alarm priority range. For example, 900.
Comment
Alarm acknowledgment comment.
Example
almAckPriority(“AlmObj_1”, “\\node1\Intouch”, “Turbines”, 10, 100, “Range 10 to 100 acknowledged”);