User Guide

Table Of Contents
Program Methodology—Point Status Indicators
Siemens Building Technologies, Inc. 1-81
DEAD
FAILED
FAST
HAND
LOW
NGTMOD
OFF
OK
ON
PRFON
SLOW
The three status indicators OK, LOW, and DEAD are used
specifically to support the $BATT resident point.
The HAND status indicator is used to monitor points terminated on
Point Termination Modules (PTMs) with an optional manual override
switch.
Unitary Firmware
Unitary firmware supports the following status indicators:
ALARM
DAYMOD
FAILED
NGTMOD
OFF
ON
PRFON
APOGEE PPCL User’s Manual
1-82 Siemens Building Technologies, Inc.
Alarm (ALARM)
Unitary pre-APOGEE APOGEE BACnet
Syntax
if (pt1.eq.ALARM) then...
pt1 A point name whose operational status is compared to the
status indicator.
This parameter can be a digital, analog, logical
controller, or pulsed accumulator point type.
Use
This status indicator determines if a point (pt1) is in the ALARM
state. This comparison is true if the point status is ALARM.
Example
200 IF (TEMP02.EQ.ALARM) THEN ON(FAN)