Arithmetic instructions
391
Part III FP Instructions
No. IEC address Set If
R900B %MX0.900.11 for an instant the calculated result is 0.
Error flags
Example
In this example, the same POU header is used for all programming languages. For an example
using IL (instruction list), please refer to the online help.
POU header
All input and output variables used for programming this function have been declared in the POU
header.
Body
When the variable start is set to TRUE, the function is carried out.
LD
ST
IF start THEN
F30_MUL(multiplicand, multiplicator, output_value);
END_IF;