536 Rockwell Automation Publication 1756-RM003N-EN-P - October 2011
Chapter 14 Trigonometric Instructions (SIN, COS, TAN, ASN, ASIN, ACS, ACOS, ATN, ATAN)
Tangent (TAN)
The TAN instruction takes the tangent of the Source value (in radians) and stores
the result in the Destination.
Operands:
Relay Ladder
Structured Text
Use TAN as a function. This function computes the tangent of source and stores
the result in dest.
See Structured Text Programming
for information on the syntax of expressions
within structured text.
Function Block
FBD_MATH_ADVANCED Structure
Description: The Source must be greater than or equal to -102943.7(-2Ï€x2
14
) and less than or
equal to 102943.7 (2Ï€x2
14
).
Arithmetic Status Flags: Arithmetic status flags are affected.
Fault Conditions: None
Operand Type Format Description
Source SINT
INT
DINT
REAL
Immediate
Tag
Find the tangent of this value
Destination SINT
INT
DINT
REAL
Tag Tag to store the result
Operand Type Format Description
TAN tag FBD_MATH_ADVANCED Structure TAN structure
Input Parameter Data Type Description
EnableIn BOOL Enable input. If cleared, the instruction does not execute and outputs are not updated.
Default is set.
Source REAL Input to the math instruction.
Valid = any float
Output Parameter Data Type Description
EnableOut BOOL The instruction produced a valid result.
Dest REAL Result of the math instruction. Arithmetic status flags are set for this output.