Unitary

Pre-APOGEE

APOGEE

BACnet

PXC.A

Syntax

If (pt1.eq ALARM) then...

pt1

A point name whose operational status is compared to the status indicator.

- This parameter can be a digital, analog, logical controller, or pulsed accumulator point type.

Use

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

Example

200 IF (TEMP02.EQ.ALARM) THEN ON(FAN)