Redundant instruction
This is a redundant instruction. It is replaced by: MUL
Multiplies the real number data specified by s1 and the one specified by s2 when the trigger turns on. The multiplied result is stored in d (32-bit area).
Input
Real number data for multiplicand.
Real number data for multiplier.
Output
32-bit area for result (destination).
If the required data type is supported, we recommend using the IEC instruction MUL.
This instruction cannot be programmed in the interrupt program.
if data other than real number data is specified in s1 and s2.
if data other than real number data is specified in s1 and s2.
if the result is overflowed.