Redundant instruction
This is a redundant instruction. It is replaced by: ASIN
The arcsine of the value specified in s is calculated, and the result [an angle data (units are radians)] is stored in d.
Input
Real number sine of angle (radians) data.
Output
32-bit area for result (destination).
d is stored within the following range: -p/2 (radians) £ [d] £p/2 (radians).
F317_ASIN cannot be programmed in the interrupt program.
Instead of using F317_ASIN, you can use variables of the type REAL with the more flexible instruction ASIN.
if data other than real number data is specified in s.
if s is not between -1.0 and 1.0.
if data other than real number data is specified in s.
if s is not between -1.0 and 1.0.
if the result of processing is recognized as "0".
(turns to TRUE for one scan) if the result is overflowed.