Unitary

Pre-APOGEE

APOGEE

BACnet

PXC.A

Syntax

MIN(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 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 the MAX topic.