Unitary | Pre-APOGEE | APOGEE | BACnet | PXC.A |
---|---|---|---|---|
● | ● | ● | ● | ● |
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 the MIN topic.