.LoSet dotfield
- Last UpdatedJun 19, 2024
- 1 minute read
Indicates whether a Low alarm limit has been set for an integer or real tag.
Category
Alarms
Usage
TagName.LoSet
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 Low alarm limit is set for the MyTag tag:
IF (MyTag.LoSet== 1) THEN
MsgTag="Low alarm limit has been set for MyTag";
ENDIF;
See Also
.Alarm, .AlarmValue, .Ack, .LoStatus, .LoLimit, .AlarmDisabled, .AlarmEnabled, .AlarmLoDisabled, .AlarmLoEnabled, .AlarmLoInhibitor