User Guide

Table Of Contents
Command Syntax
Siemens Building Technologies, Inc. 3-105
STATE (State text command)
Unitary pre-APOGEE APOGEE BACnet
Syntax
STATE(statetext,pt1...pt15)
pt1
through
pt15
Points that are commanded to a particular state.
STATE(@pri,statetext,pt1...pt14)
@pri
Defines a specific point priority.
statetext
State text that can be found in the associated state text table.
pt1
through
pt14
Points that are commanded to a particular state.
Use
Commands points using a state text value.
A maximum of 15 points can be changed with one STATE
command.
A maximum of 14 points can be changed with one
STATE(@pri,statetext,…) command.
Example
500 STATE(NIGHT,TEC1,TEC2,TEC3,TEC4)
APOGEE PPCL User’s Manual
3-106 Siemens Building Technologies, Inc.
TABLE (Table of coordinates)
Unitary pre-APOGEE APOGEE BACnet
Syntax
TABLE(input,output,x1,y1,...,x7,y7)
input Point name of the input (x) variable.
This parameter can be a local variable or virtual LAI
point type.
output Point name of the output (y) variable.
This parameter can be a local variable or virtual LAO
point type.
x1,y1
through
x7,y7
Pairs of coordinates that define the x-y relationship. y1 is the
value of the output when the input equals x1; y2 is the value
of the output when the input is x2, etc.
The coordinates can be integers or decimals.
Use
This command allows you to define a general function of two
variables by specifying pairs of coordinates (x,y).
The TABLE command makes a straight line interpolation for the
output (y) when the input is between a pair of x values.
The x points must be entered in ascending order (that is x3 must
be larger than x2, etc.).
For inputs lower than x1, the output will always equal y1.
For inputs larger than the last x used, the output will equal the
last y value entered.