User Guide

Table Of Contents
Program Methodology—Resident Points
Siemens Building Technologies, Inc. 1-47
Alarm count (ALMCNT)
Unitary pre-APOGEE APOGEE BACnet
Syntax
ALMCNT
Use
The value of ALMCNT represents the number of points within a field
panel or unitary controller that are currently in the ALARM state.
When a point enters the ALARM state, the computer adds one (1) to
the value of ALMCNT. When a point returns to the NORMAL state,
the computer subtracts one (1) from the value of ALMCNT.
Example
340 IF (ALMCNT.GT.0) THEN ON(ALARM7)
Notes
A point must be defined as alarmable in order to be counted
when that point enters the ALARM state.
In all revisions of field panel firmware, the ALMCNT and ALMCT2
counters work the same with enhanced alarms as they do with
regular alarms.
The level of alarm does not affect ALMCNT and ALMCT2. In
other words, the counters do not increment again when an
enhanced alarm point changes from one alarm level to another.
If a point is disabled (*PDSB*) or operator disabled (*ODSB*),
ALMCNT will still increment and decrement accordingly.
See also
ALMCT2, ENALM, DISALM
APOGEE PPCL User’s Manual
1-48 Siemens Building Technologies, Inc.
Alarm count 2 (ALMCT2)
Unitary pre-APOGEE APOGEE BACnet
Syntax
ALMCT2
Use
This resident point is similar to the ALMCNT point. ALMCT2
specifies if the second alarm counter should be incremented when a
point enters the ALARM state.
When a point enters the ALARM state, the computer adds one (1) to
both the value of ALMCNT and ALMCT2. When a point returns to
the NORMAL state, the computer subtracts one (1) from both values.
Example
300 C IF THE SECOND LEVEL ALARM COUNTER BECOMES
310 C GREATER THAN 5, COMMAND ON ALARM8
320 C
330 IF (ALMCT2.GT.5) THEN ON(ALARM8)
Notes
A point must be defined as alarmable and enabled for ALMCT2 in
order to be counted when that point enters the ALARM state.*
In all revisions of field panel firmware, the ALMCNT and ALMCT2
counters work the same with enhanced alarms as with regular
alarms.
The level of alarm does not affect ALMCNT and ALMCT2. In
other words, these counters do not increment again when an
enhanced alarm point changes from one alarm level to another.
*For pre-APOGEE, ALMCT2 can only be used with digital points.
See also
ALMCNT, ENALM, DISALM