User Guide

Table Of Contents
Command Syntax
Siemens Building Technologies, Inc. 3-69
MAX (Maximum value)
Unitary pre-APOGEE APOGEE BACnet
Syntax
MAX(result,pt1,...,pt15)
result Point name where the largest value is stored.
This parameter can be a virtual point name or a local
variable.
pt1
through
pt15
Values which are compared.
The values can be any combination of point names,
decimals, integers, and local variables.
Use
This command selects the largest value from 2 to 15 point names or
numbers, (numbers must be in decimal format), and stores that
value in the result point.
Example
10 MAX(HOTZON,ZONE1,ZONE2,ZONE3, 9.0)
See also
MIN
APOGEE PPCL User’s Manual
3-70 Siemens Building Technologies, Inc.
MIN (Minimum value)
Unitary pre-APOGEE APOGEE BACnet
Syntax
MIN(result,pt1,...,pt15)
result Point name where the lowest value is stored.
This parameter can be a virtual point name or local
variable.
pt1
through
pt15
Values which are compared.
The values can be any combination of point names,
decimals, integers, and local variables.
Use
This command selects the lowest value from 2 to 15 point names or
numbers (numbers must be in decimal format), and stores that value
in the result point.
Example
10 MIN(COOLZN,ZONE1,ZONE2,ZONE3,9.0)
See also
MAX