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

AVEVA™ InTouch HMI

​.AlarmAccess Dotfield

  • Last UpdatedJul 18, 2024
  • 1 minute read

Returns the Access Name of the tag associated with a selected alarm. The alarm record must be selected from the Distributed Alarm Display object in summary mode.

Category

Alarms

Usage

GetPropertyM("Objectname.AlarmAccess",TagName);

Parameter

ObjectName

Name of the Distributed Alarm Display object. For example, AlmObj_1.

TagName

Any message tag.

Data Type

String (read-only)

Example

If used in a Touch Pushbutton QuickScript, this statement returns the Access Name of the tag associated with the alarm to the almAccess tag.

GetPropertyM("AlmObj_1.AlarmAccess",almAccess);

Where AlmObj_1 is the name of the Distributed Alarm Display object and almAccess is a memory message tag containing the Access Name of the tag associated with the selected alarm.

See Also

GetPropertyM(), .AlarmClass, .AlarmComment, .AlarmDate, .AlarmLimit, .AlarmName, .AlarmOprName, .AlarmOprNode, .AlarmPri, .AlarmProv, .AlarmState, .AlarmTime, .AlarmType