Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
| ● | ● | ● | ● |
Syntax
If (pt1.eq.SLOW) then...
pt1 | A point name whose operational status is compared to the status indicator. |
Use
This status indicator determines if a point (pt1) is in the SLOW state. This comparison is true if the point status is SLOW.
Example
200 IF (FAN.EQ.SLOW) THEN DAMPER = 13.0