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

AVEVA™ InTouch HMI

almAckSelect() Function

  • Last UpdatedFeb 21, 2017
  • 1 minute read

Acknowledges only those alarms selected in the Distributed Alarm Display object in summary mode.

Category

Alarms

Syntax

[Result=]almAckSelect(ObjectName,Comment);

Arguments

ObjectName

The name of the alarm object. For example, AlmObj_1.

Comment

Alarm acknowledgment comment.

Example

This example acknowledges only those alarms that occurred during the day shift or the night shift.

IF ($Hour >= 0 and $Hour < 8) THEN

AckTag = "Night Shift";

ELSE

AckTag = "Day Shift";

ENDIF;

almAckSelect ("AlmObj_1",AckTag);

See Also

Ack(), almAckAll(), almAckGroup(), almAckTag(), almAckDisplay(), almAckRecent(), almAckSelectedGroup(), almAckSelectedPriority(), almAckSelectedTag()

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