Unitary

Pre-APOGEE

APOGEE

BACnet

PXC.A

Syntax

If (pt1.eq.OFF) then...

pt1

A point name whose operational status is compared to the status indicator.
- This parameter must be defined as an LDI, LDO, L2SP, L2SL, LOOAL, LOOAP, LFSSL, or LFSSP point type.

Use

This status indicator determines if a point (pt1) is in the OFF state. This comparison is true if the point status is OFF.

Example

200  IF (FAN.EQ.OFF) THEN RTDAMP = 3.0