Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
| ● | ● | ● | ● |
Syntax
NIGHT(pt1,...,pt16)
pt1 through pt15 | Name of a point to be set to NIGHT mode. - This parameter must be a logical controller (LCTLR) point type. |
Use
For PXC.A devices, this statement has been replaced with SET (Set point value)
Changes a LCTLR point to NIGHT mode status.
A maximum of 16 points can be changed with one NIGHT command.
Example
100 IF (TIME.LT.7:00.OR.TIME.GT.18:00) THEN
NIGHT(LCTLR2) ELSE DAY(LCTLR2)
Notes
For some equipment controllers, NIGHT mode is also referred to as UNOCC (unoccupied) mode. If an equipment controller is in UNOCC mode, PPCL recognizes this status as NIGHT.
See also the DAY topic.