.LoLoSet dotfield
- Last UpdatedJun 19, 2024
- 1 minute read
Indicates whether a LoLo alarm limit has been set for an integer or real tag.
Category
Alarms
Usage
TagName.LoLoSet
Parameter
TagName
Any integer, real, or indirect analog tag.
Data Type
Discrete (read-only)
Valid Values
0 or 1
Example
The THEN block executes if the LoLo alarm limit is set for the MyTag tag:
IF (MyTag.LoLoSet== 1) THEN
MsgTag="LoLo alarm limit has been set for MyTag";
ENDIF;
See Also
.Alarm, .AlarmValue, .Ack, .LoLoStatus, .LoLoLimit, .AlarmDisabled, .AlarmEnabled, .AlarmLoLoDisabled, .AlarmLoLoEnabled, .AlarmLoLoInhibitor