Unitary

Pre-APOGEE

APOGEE

BACnet

PXC.A

 

Syntax

ENALM(pt1,...,pt16)

pt1 through pt16

Point name that should have alarm reporting enabled.

Use

For PXC.A devices, this statement has been replaced with SETVAL (Write property values).

Enables alarm reporting for the specified points.

A maximum of 16 points can be enabled for alarm reporting with one ENALM command.

Example

50  IF (SFAN.EQ.ON) THEN ENALM(ROOM1) ELSE DISALM(ROOM1)

Notes

Points must reside in the same device as the program.

  • This command reverses the DISALM command.
  • Points must be set up for alarming and have the ability to report alarms.
  • This command does not override *ODSB*.
  • For BACnet firmware, all three alarm events are enabled; that is, OFFNORMAL, NORMAL, and FAULT.

See also the ALARM, DISALM, HLIMIT, LLIMIT, and NORMAL topics.