Unitary

Pre-APOGEE

APOGEE

BACnet

PXC.A

Syntax

pt1 = value1 - value2

pt1

A point name or local variable that receives the value of the calculation.

value1, value2

Point names, local variables, expressions, or numbers that are used in the calculation.

Use

Subtracts a value (value2) from another value (value1) and stores the difference in a defined location (pt1).

Example

300  COUNT = COUNT - 1.0