Unitary

Pre-APOGEE

APOGEE

BACnet

PXC.A

Syntax

ENABLE(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 ENABLE command.

-  Each PPCL line must be specified separately.

Use

Enables lines of PPCL so they can be examined or executed.

  • The ENABLE command only affects the lines of PPCL program for the device where the program resides.
  • ENABLE only enables PPCL lines that are specifically defined in the command.
  • A maximum of 16 lines of PPCL code can be controlled with one ENABLE command.

Example

100  IF (TIME.GT.8:00.AND.TIME.LT.17:00) THEN

     ENABLE(120) ELSE DISABL(120)

Notes

The ACT and ENABLE commands can be used interchangeably.

See also the ACT, DEACT, DISABLRedundant PPCL Statements Planned for Deprecation topics.