Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
● | ● | ● |
Syntax
NORMAL(result,pt1,...,pt15)
pt1 through pt15 | Name of a point to be removed from the alarm-by-command state. |
Use
This statement is no longer supported in PXC.A devices. The PXC.A PPCL runtime will consider this statement invalid, and no replacements have been provided.
Removes the specified points from the alarm-by-command condition and returns them to their normal operating mode.
A maximum of 16 points can be changed with one NORMAL command.
Example
100 IF (RM90T.GT.80.0) THEN ALARM(ROOM90) ELSE NORMAL(ROOM90)
Notes
Points must reside in the same device as the program.
See also the ALARM, DISALM, ENALM, HLIMIT, and LLIMIT topics.