Redundant instruction
This is a redundant instruction. It is replaced by: ACOS
The arccosine of the value specified in s is calculated, and the result [an angle data (units are radians)] is stored in d.
Input
Real number cosine of angle (radians) data.
Output
32-bit area for result (destination).
d is stored within the following range: 0.0 (radians) £ [d] £p (radians).
F318_ACOS cannot be programmed in the interrupt program.
Instead of using F318_ACOS, you can use variables of the type REAL with the more flexible instruction ACOS.
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".
if the result is overflowed.