Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
| ● | ● | ● | ● |
Syntax
If (pt1.eq.HAND) 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 HAND state. This comparison is true if the point is currently being controlled through a manual override switch.
Example
200 IF (FAN.EQ.HAND) THEN OADAMP = 8.0
Notes
Points must be terminated on an automation station with a manual override switch.