Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Apps, Widgets, and Controls

Ack​.Priority() method

  • Last UpdatedJul 19, 2024
  • 1 minute read

The Ack.Priority method acknowledges all alarms for a given alarm source, group, and priority range.

The alarm source and group names are case-insensitive.

Syntax

AlarmClient.Ack.Priority(AlarmSource, Group, FromPriority, ToPriority, AckComment);

Parameters

AlarmSource

The name of the provider and optionally node providing alarms including backslash. For example:

\\node1\galaxy

\intouch

Group

The name of the alarm group. For example, $system.

FromPriority

Starting priority of alarms. For example, 100.

ToPriority

End priority of alarms. For example, 900.

AckComment

A string indicating the alarm acknowledgement comment.

Example

GrpName = "ValveGroup";

AlarmClient1.Ack.Priority("\intouch", GrpName, 250, 500, "All local InTouch alarms in the ValveGroup alarm group with priorities from 250 to 500 are now acknowledged.");

In This Topic
TitleResults for “How to create a CRG?”Also Available in