Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
| ● | ● | ● | ● |
Syntax
@NONE
Use
This command identifies the PPCL priority level indicator. The @NONE command can be used to test if a point currently is at PPCL priority.
Example
The IF/THEN/ELSE statement would look like the following:
300 IF (SFAN.EQ.@NONE) THEN OFF(HORN)
Notes
- For BACnet firmware, the automation station uses the slot corresponding to the program's "Priority for Writing". The value of the point is set based on the highest slot in the Command Priority Array; relinquish default is used if the Command Priority Array is now empty.