Redundant instruction
This is a redundant instruction. It is replaced by: EXPT
The real number data specified by s1 is raised to the power specified by the real number data of s2, and the result is stored in d.
Input
Real number data for the base
Real number data for the exponent
Output
32-bit area for result (destination).
F323_PWR cannot be programmed in the interrupt program.
Instead of using F323_PWR, you can use variables of the type REAL with the more flexible instruction EXPT.
if data other than real number data is specified in s.
if s is not greater than zero.
if data other than real number data is specified in s.
if s is not greater than zero.
if the result of processing is recognized as "0".
if the result is overflowed.