Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
| ● | ● | ● | ● |
Syntax
DISALM(pt1,...,pt16)
pt1 through pt16 | Point name that should not report alarms. |
Use
For PXC.A devices, this statement has been replaced with SETVAL (Write property values).
Disables alarm reporting for the specified points.
A maximum of 16 points can be controlled with one DISALM command.
Example
50 IF (SFAN.EQ.OFF) THEN DISALM(ROOM1) ELSE ENALM(ROOM1)
Notes
- Points must reside in the same device as the program.
- Do not use DISALM to disable alarm reporting over the network.
- The status *PDSB* is displayed when a point is commanded to the DISALM state.
- For BACnet firmware, all three alarm events are disabled; that is, OFFNORMAL, NORMAL, and FAULT.
See also the ALARM, ENALM, HLIMIT, LLIMIT, and NORMAL topics.