Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
| ● | ● | ● | ● |
Syntax
SLOW(pt1,...,pt16)
pt1 through pt16 | Point names of LFSSL or LFSSP points that are commanded to SLOW. |
SLOW(@prior, pt1,...,pt15)
@prior | Defines a specific point priority. |
pt1 through pt15 | Point names of LFSSL or LFSSP point types. |
Use
For PXC.A devices, this statement has been replaced with SET (Set point value)
Changes the operational status of a FAST/SLOW/STOP point to SLOW.
- Acceptable point types are: LFSSL or LFSSP.
- A maximum of 16 points can be changed with one SLOW command.
- A maximum of 15 points can be defined with one SLOW(@prior…) command.
Example
20 IF (RMTEMP.LT.75.0)THEN SLOW(@NONE, FAN1,FAN2)