Redundant instruction
This is a redundant instruction. It is replaced by: SIN
The sine 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)
F314_SIN cannot be programmed in the interrupt program.
Instead of using F314_SIN, you can use variables of the type REAL with the more flexible instruction SIN.
if data other than real number data is specified in s.
if data other than real number data is specified in s.
if the result of processing is recognized as "0".
if the result is overflowed.