User Guide

Table Of Contents
Program Methodology—Arithmetic Functions
Siemens Building Technologies, Inc. 1-37
Tangent (TAN)
Unitary pre-APOGEE APOGEE BACnet
Syntax
pt1 = TAN(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 tangent is calculated.
Use
A trigonometric function that calculates the 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
930 TANPT1 = TAN(PT1)
APOGEE PPCL User’s Manual
1-38 Siemens Building Technologies, Inc.
Special Functions
Special functions are used to access a specific value that is unique
to a point. The value of the point can then be tested or assigned to
other points. Since special functions are maintained by the system,
they cannot be manually commanded to a different value. For
information on the order in which special functions are evaluated,
see the Order of Precedence section in this chapter.
NOTE: Special functions cannot be used over the network.
PPCL supports the following special functions:
Alarm priority (ALMPRI)
Totalized value (TOTAL)
Each special function is described in more detail on the following
pages.