How to use the INT instruction in Mitsubishi PLC, why INT 100.00=99? INT is a floating point number to integer, 100.000=100 But your plc program is not equal to 100, it must be used in other places, so the value of D40 has changed. such as:
plc program
How to use the INT instruction in Mitsubishi PLC, why INT 100.00=99? INT is a floating point number to integer, 100.000=100 But your plc program is not equal to 100, it must be used in other places, so the value of D40 has changed. such as: