User Guide

Table Of Contents
Command Syntax
Siemens Building Technologies, Inc. 3-107
Example
500 C
502 C TABLE COMMAND INFORMATION:
504 C
506 C OATEMP (X) HWSP (Y)
508 C ---------- ----------
510 C 0 DEG F 180 DEG F
512 C 60 DEG F 100 DEG F
514 C
520 TABLE(OATEMP,HWSP,0,180,60,100)
The hot water setpoint will remain at 180°F when the outside
temperature is below 0°F. The hot water setpoint will remain at 100°
F when the outside temperature is above 60°F.
Notes
TABLE statements can be cascaded by overlapping x-y pairs using
virtual points.
Do not use resident points in either the SET or the TABLE
command. With both the SET and TABLE commands, the following
should be used for resident points:
Virtual point = Resident point
APOGEE PPCL User’s Manual
3-108 Siemens Building Technologies, Inc.
TIMAVG (Average over time)
Unitary pre-APOGEE APOGEE BACnet
Syntax
TIMAVG(result,st,samples,input)
result A point name used to store the result of the average value.
This parameter can be a point name or a local
variable.
st Sample time. This is the time, in seconds, between each
sample.
This parameter can be an integer, a point name, or a
local variable.
samples Number of samples to be used to calculate the average.
This must be an integer between 1 and 10.
input Point name whose average value is to be calculated.
This parameter can be an LAI or LAO point or a local
variable.
Use
This command is used to find an average value over time. You
decide how often the values should be taken (sample time) and the
number of values to be taken.
The average is always over the most recent sample count and all
previous values are discarded.
Example
In the following statement, RMAVG would change every 600
seconds (assuming RMTEMP is changing frequently). The average
value (RMAVG) will also be updated every sample time.