Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
| ● | ● | ● | ● |
Syntax
FAST(pt1,...,pt16)
pt1 through pt16 | Point name to be set to FAST status. - This parameter can be a LFSSL or LFSSP point. |
FAST(@prior, pt1,...,pt15))
@prior | Defines a specific point priority. |
pt1 through pt16 | Point name to be set to FAST status. - This parameter can be a LFSSL or LFSSP point. |
Use
Changes the operational status of a FAST/SLOW/STOP point to FAST.
- Acceptable point types are: LFSSL or LFSSP.
- A maximum of 16 points can be changed with one FAST command.
- A maximum of 15 points can be defined with one FAST(@prior…) command.
Example
10 IF (RMTEMP.GT.78.0)THEN FAST(@NONE, FAN1,FAN2)