Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
● | ● | ● | ● | ● |
Syntax
LLIMITl(value,pt1,...,pt15)
value | New value to which the low limit is set. - This value can be a decimal, point name, or local variable. Integers are not allowed. |
pt1 through pt15 | Logical namesof analog points whose low limits are changed to the new value. Points must reside in the same device as the command. |
Use
For PXC.A devices, this statement has been replaced with SETVAL (Write property values).
Sets a new low alarm limit for alarmable analog points.
A maximum of 15 points can be set to the same low limit with one LLIMIT command.
Example
100 IF (OATEMP.GT.68.0) THEN LLIMIT(76.0,
ROOM16) ELSE LLIMIT(68.0,ROOM16)
Notes
- Points must reside in the same device as the program.
- Points used in the LLIMIT command must be defined as alarmable.
See also the ALARM, DISALM, ENALM, HLIMIT, and NORMAL topics.