.AlarmOprNode Dotfield
- Last UpdatedJul 18, 2024
- 1 minute read
Returns the operator node for the tag associated with a selected alarm. The alarm must be selected from the Distributed Alarm Display object in summary mode.
When an alarm is acknowledged in a Terminal Services environment, the Operator Node is the name of the client machine that the respective operator established the Terminal Services session from. If the node name cannot be retrieved, the node's IP address is used instead.
Category
Alarms
Usage
[ErrorNumber=]GetPropertyM( "ObjectName.AlarmOprNode",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.AlarmOprNode",almOprNode);
Where AlmObj_1 is the name of the Distributed Alarm Display object and almOprNode is a memory message tag containing the name of the operator's node for the tag associated with the selected alarm.
If used in a Touch Pushbutton QuickScript, this statement returns the operator’s node to the almOprNode tag.
See Also
GetPropertyM(), .AlarmAccess, .AlarmClass, .AlarmComment, .AlarmDate, .AlarmLimit, .AlarmName, .AlarmOprName, .AlarmPri, .AlarmProv, .AlarmState, .AlarmTime, .AlarmType, .AlarmValue