Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
| ● | ● | ● | ● |
Syntax
If (pt1.eq AUTO) then...
pt1 | A point name whose operational status is compared to the status indicator. - This parameter must be a LOOAP or LOOAL point type. |
Use
This status indicator determines if a point (pt1) is in the AUTO state. This comparison is true if the point status is AUTO.
Example
200 IF (HOAFAN.EQ.AUTO) THEN ON(LIGHT3)