User Guide

Table Of Contents
Program Methodology—Arithmetic Functions
Siemens Building Technologies, Inc. 1-35
Sine (SIN)
Unitary pre-APOGEE APOGEE BACnet
Syntax
pt1 = SIN(value1)
pt1 A point name or local variable that receives the value of the
calculation.
value1 A point name, local variable, or number from which the
value of the sine is calculated.
Use
A trigonometric function that derives the sine of a value (value1). The
result of the calculation is then stored in a defined location (pt1).
All values used with this function are expressed in degrees.
Example
180 VAR = SIN(THETA)
APOGEE PPCL User’s Manual
1-36 Siemens Building Technologies, Inc.
Square Root (SQRT)
Unitary pre-APOGEE APOGEE BACnet
Syntax
pt1 = SQRT(value1)
pt1 A point name or local variable that receives the value of the
calculation.
value1 A point name, local variable, or number from which the value of
the square root is calculated.
Use
Derives the square root of a value. The result of the calculation is
then stored in a defined location (pt1).
Example
180 SRPT1 = SQRT(PT1)