Unitary

Pre-APOGEE

APOGEE

BACnet

PXC.A

 

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 the ACT, DEACT, ENABLE, and Redundant PPCL Statements Planned for Deprecation topics.