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