Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
| ● | ● | ● | ● |
Syntax
DAY(line1,...,line16)
line1 through line16 | Name of a point to be set to DAY 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 DAY mode status.
A maximum of 16 points can be changed with one DAY command.
Example
100 IF (TIME.LT.7:00.OR.TIME.GT.18:00) THEN NIGHT(LCTLR2) ELSE DAY(LCTLR2)
Notes
For some equipment controllers, DAY mode is also referred to as OCC (occupied) mode. If an equipment controller is in OCC mode, PPCL recognizes this status as DAY.
See also the NIGHT topic.