User Guide

Table Of Contents
Program Methodology—Arithmetic Functions
Siemens Building Technologies, Inc. 1-31
Cosine (COS)
Unitary pre-APOGEE APOGEE BACnet
Syntax
pt1 = COS(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 cosine is calculated.
Use
A trigonometric function that calculates the cosine 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
700 C
701 C THIS FORMULA COMPUTES REAL POWER
702 C WHEN VOLTS, AMPS, AND PHASE ANGLE
703 C ARE KNOWN.
704 C
706 PWR = V * I * COS(THETA)
APOGEE PPCL User’s Manual
1-32 Siemens Building Technologies, Inc.
Natural Antilog (EXP)
Unitary pre-APOGEE APOGEE BACnet
Syntax
pt1 = EXP(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 antilog is calculated.
Use
Calculates the natural antilog of a point (value1) and stores the result
of the calculation in a defined location (pt1).
Example
860 NATANT = EXP(VALUE1)