.AlarmOprName Dotfield
- Last UpdatedNov 07, 2016
- 1 minute read
Returns the name of the logged on operator who acknowledged the selected alarm. The alarm has to be selected by clicking the Distributed Alarm Display object in summary mode.
Category
Alarms
Usage
[ErrorNumber=]GetPropertyM( "ObjectName.AlarmOprName",TagName);
Parameter
ObjectName
Name of the Distributed Alarm Display object. For example, AlmObj_1.
TagName
Any message tag.
Data Type
String (read-only)
Example
GetPropertyM("AlmObj_1.AlarmOprName",almOprName);
Where AlmObj_1 is the name of the Distributed Alarm Display object and almOprName is a memory message tag containing the name of the operator responding to the alarm associated with the tag.
If used in a Touch Pushbutton QuickScript, this statement returns the name of the operator to the almOprName tag.
See Also
GetPropertyM(), .AlarmAccess, .AlarmClass, .AlarmComment, .AlarmDate, .AlarmLimit, .AlarmName, .AlarmOprNode, .AlarmPri, .AlarmProv, .AlarmState, .AlarmTime, .AlarmType, .AlarmValue