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 | A point name, local variable, expression, or number used in the calculation. In PPCL, value1 represents the numerator. |
Value2 | A point name, local variable, expression or number used in the calculation. In PPCL, value2 represents the denominator. |
Use
Divides two values (value1 by value2) and stores the quotient in a defined location (pt1).
Example
890 AVERAG = TOTAL / 5.0