User Guide

Table Of Contents
Command Syntax
Siemens Building Technologies, Inc. 3-35
DISABL (Disable lines)
Unitary pre-APOGEE APOGEE BACnet
Syntax
DISABL(line1,...,line16)
line1
through
line16
Valid PPCL line numbers.
Line numbers must be entered as integers ranging
from 1 to 32767.
A range of PPCL lines cannot be defined using the
DISABL command.
Use
Disables lines of PPCL code to prevent them from being examined
or executed.
The DISABL command only affects the lines of PPCL program for
the device where the program resides.
DISABL only disables PPCL lines that are specifically defined in
the command.
A maximum of 16 lines of PPCL code can be controlled with one
DISABL command.
Example
100 IF (TIME.GT.8:00.AND.TIME.LE.17:00) THEN
ENABLE(120,130) ELSE DISABL (120,130)
Notes
The DEACT and DISABL commands can be used interchangeably.
See also
ACT, DEACT, ENABLE
APOGEE PPCL User’s Manual
3-36 Siemens Building Technologies, Inc.
DISALM (Disable alarm)
Unitary pre-APOGEE APOGEE BACnet
Syntax
DISALM(pt1,...,pt16)
pt1
through
pt16
Point name that should not report alarms.
Use
Disables alarm reporting for the specified points.
A maximum of 16 points can be controlled with one DISALM
command.
Example
50 IF (SFAN.EQ.OFF) THEN DISALM(ROOM1) ELSE
ENALM(ROOM1)
Notes
Points must reside in the same device as the program.
Do not use DISALM to disable alarm reporting over the network.
The status *PDSB* is displayed when a point is commanded to
the DISALM state.
For BACnet firmware, all three alarm events are disabled; that is,
OFFNORMAL, NORMAL, and FAULT.
See also
ALARM, ENALM, HLIMIT, LLIMIT, NORMAL