User Guide

Table Of Contents
Command Syntax
Siemens Building Technologies, Inc. 3-71
NIGHT (Night mode)
Unitary pre-APOGEE APOGEE BACnet
Syntax
NIGHT(pt1,...,pt16)
pt1
through
pt16
Name of a point to be set to NIGHT mode.
This parameter must be a logical controller (LCTLR)
point type.
Use
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
DAY
APOGEE PPCL User’s Manual
3-72 Siemens Building Technologies, Inc.
NORMAL (Normal operating mode)
Unitary pre-APOGEE APOGEE BACnet
Syntax
NORMAL(pt1,...,pt16)
pt1
through
pt16
Name of a point to be removed from the alarm-by-command
state.
Use
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
ALARM, DISALM, ENALM, HLIMIT, LLIMIT