Arithmetic Operation in Mitsubishi PLC Part 1

Arithmetic Operation in Mitsubishi PLC Addition: The function output the sum of input values, The function add the INT, DINT, or REAL type data. Multiplication: The function output the product input values. The function multiply the INT, DINT, or REAL type data Subtraction: The function output the difference of input values. The function subtract the INT, DINT, or REAL type data. Division: The function output the quotient of input values. The function divide the INT, DINT, or REAL type data. Here FX5U PLC is used with ADD, DADD, SUB, DSUB, E*, E+, E- , DIV instructions. ------------------------------------------------------------------------------------------------------------------------------------------ Program Sample At: https://automationsolutions.tk/ https://automationsolutionz.blogspot.... Download Sample Section ------------------------------------------------------------------------------------------------------------------------------------------