Redundant instruction
This is a redundant instruction. It is replaced by: TAN
The tangent of an angle data (units are radians) specified by s is calculated and the result stored in d.
Input
Real number angle data.
Output
32-bit area for result (destination).
The accuracy of the calculation decreases as the absolute value of the angle data specified in s increases. We recommend that angle data be set within the following range:-2p (radians) £ [s] £ 2p (radians)
F316_TAN cannot be programmed in the interrupt program.
Instead of using F316_TAN, you can use variables of the type REAL with the more flexible instruction TAN.
if data other than real number data is specified in s.
if the absolute value of s is ³ 52707176.
if data other than real number data is specified in s.
if the absolute value of s is ³ 52707176.
if the result of processing is recognized as "0".
if the result is overflowed.