User Guide

Table Of Contents
Program Methodology—Point Status Indicators
Siemens Building Technologies, Inc. 1-91
Fast (FAST)
Unitary pre-APOGEE APOGEE BACnet
Syntax
if (pt1.eq.FAST) then...
pt1 A point name whose operational status is compared to the
status indicator.
This parameter must be defined as an LFSSL or
LFSSP point type.
Use
This status indicator determines if a point (pt1) is in the FAST state.
This comparison is true if the point status is FAST.
Example
200 IF (FAN.EQ.FAST) THEN DAMPER = 8.0
APOGEE PPCL User’s Manual
1-92 Siemens Building Technologies, Inc.
Manual override (HAND)
Unitary pre-APOGEE APOGEE BACnet
Syntax
if (pt1.eq.HAND) then...
pt1 A point name whose operational status is compared to the
status indicator.
Use
This status indicator determines if a point (pt1) is in the HAND state.
This comparison is true if the point is currently being controlled
through a manual override switch.
Example
200 IF (FAN.EQ.HAND) THEN OADAMP = 8.0
Notes
Points must be terminated on a Point Termination Module (PTM) or
field panel with a manual override switch.