Redundant instruction
This is a redundant instruction. It is replaced by: FP_DEG
The function converts the value of an angle entered at input s from radians to degrees and returns the result at output d.
Input
source angle data (radians), 2 words
Output
destination for storing converted data
Instead of using this F instruction, we recommend using the corresponding FP7 instruction: FP_DEG
if the value at input s is not a number of the data type REAL.
if the value at input s is not a number of the data type REAL.
if the calculated result is 0.
if the result causes an overflow.