User Guide

Table Of Contents
Program Methodology—Arithmetic Functions
Siemens Building Technologies, Inc. 1-29
Arc-Tangent (ATN)
Unitary pre-APOGEE APOGEE BACnet
Syntax
pt1 = ATN(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 arc-tangent is calculated.
Use
A trigonometric function that calculates the arc-tangent 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
500 THETA = ATN(VALUE1)
APOGEE PPCL User’s Manual
1-30 Siemens Building Technologies, Inc.
Complement (COM)
Unitary pre-APOGEE APOGEE BACnet
Syntax
pt1 = COM(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
complement is calculated.
Use
A function that calculates a one's complement value for a point
(value1). The one's complement function converts digital values (0 or
1) to their opposite values. The result of the calculation is then stored
in a defined location (pt1).
Example
500 LLSTAT = COM(PROF01)