User Guide

Table Of Contents
Program Methodology—Point Status Indicators
Siemens Building Technologies, Inc. 1-95
On (ON)
Unitary pre-APOGEE APOGEE BACnet
Syntax
if (pt1.eq.ON) then...
pt1 A point name whose operational status is compared to the
status indicator.
This point must be defined as any LDI, LDO, L2SP,
L2SL, LOOAL, or LOOAP point type.
Use
This status indicator determines if a point (pt1) is in the ON state.
This comparison is true if the point status is ON.
Example
200 IF (FAN.EQ.ON) THEN RTDAMP = 3.0
APOGEE PPCL User’s Manual
1-96 Siemens Building Technologies, Inc.
Proof on (PRFON)
Unitary pre-APOGEE APOGEE BACnet
Syntax
if (pt1.eq.PRFON) then...
pt1 A point name whose operational status is compared to the
status indicator.
This point must be defined as any L2SP, L2SL,
LOOAL, or LOOAP point type.
Use
This status indicator compares the operational status of a point to
the PRFON status indicator. This comparison is true if the proof for
the point is in the ON state.
Example
200 IF (FAN.EQ.PRFON) THEN OADAMP = 8.5