.AlarmTime Dotfield
- Last UpdatedNov 07, 2016
- 1 minute read
Returns the time when an alarm occurred. The alarm must be selected in Distributed Alarm Display object in summary mode.
Category
Alarms
Usage
[ErrorNumber=]GetPropertyM( "ObjectName.AlarmTime",TagName);
Parameters
ObjectName
Name of the Distributed Alarm Display object. For example, AlmObj_1.
TagName
Any message tag.
Data Type
String (read-only)
Example
In this example, AlmObj_1 is the name of the Distributed Alarm Display object and almTime is a memory message tag.
GetPropertyM("AlmObj_1.AlarmTime",almTime);
If used in a Touch Pushbutton QuickScript, this statement returns the time when the alarm occurred to the almTime tag.
See Also
GetPropertyM(), .AlarmAccess, .AlarmClass, .AlarmComment, .AlarmDate, .AlarmLimit, .AlarmName, .AlarmOprName, .AlarmOprNode, .AlarmPri, .AlarmProv, .AlarmState, .AlarmType, .AlarmValue