.LoStatus dotfield
- Last UpdatedJun 19, 2024
- 1 minute read
Indicates when a Low alarm condition becomes active for the specified tag or alarm group. The default value is 0. When a Low alarm condition exists for the specified tag, it is set to a value of 1. The value remains 1 until the Low alarm condition no longer exists.
This dotfield is often used in conjunction with the .Alarm and .Ack dotfields to determine the specific alarm state of a particular tag.
Category
Alarms
Usage
TagName.LoStatus
Parameter
TagName
Any integer, real, or indirect analog tag.
Data Type
Discrete (read-only)
Valid Values
0 or 1
Example
The following IF-THEN runs when the .LoStatus (low alarm condition) for the MyTag tag is equal to 1.
IF (MyTag.LoStatus == 1) THEN
OperatorMessage="MyTag has gone into Low Alarm";
ENDIF;
See Also
.Alarm, .AlarmValue, .Ack, .LoLimit, .LoSet, .AlarmDisabled, .AlarmEnabled, .AlarmLoDisabled, .AlarmLoEnabled, .AlarmLoInhibitor