Unitary

Pre-APOGEE

APOGEE

BACnet

PXC.A

Syntax

ON(pt1,...,pt15)

pt1 through pt15

Point names that are commanded to ON.

ON(@prior,pt1,...,pt15)

@prior

Defines a specific point priority.

pt1 through pt15

Point names of LDO, L2SL, L2SP, LOOAL, or LOOAP points.

Use

For PXC.A devices, this statement has been replaced with SET (Set point value)

Changes the operational status of an ON/OFF/AUTO point to ON.

  • Acceptable point types are: LDO, L2SL, L2SP, LOOAL, or LOOAP.
  • A maximum of 16 points can be changed with one ON command.
  • A maximum of 15 points can be defined with one ON(@prior…) command.

Example

100  IF (OATEMP.LT.60.0)THEN ON(@NONE, PUMP1,PUMP2)

Notes

FAST/SLOW/STOP points (LFSSL, LFSSP) use the OFF command for STOP.

See also the AUTO, FAST, OFF, and SLOW topics.