Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Captcha Click on image to update the captcha .

Login

Register Now

register content

PLC Programming Calculator Example

PLC Programming

Design the circuit that adds up to 2 sensors (), presses the F1 button, subtracts when the F2 button is pressed, divides when the F3 button is pressed, multiplies when the F4 button is pressed, and gives the to the output.

Let's do the PLC simulation.

 

I1.5Start
I0.01st
I0.12nd sensor
I1.4Reset
F1Addition
F2Subtraction
F3Division
F4Multiplication
Q0.0The output is 1 when the output is active.
Q0.1The output is 2 when the output is active.
Q0.2The output is 3 when the output is active.
Q0.3The output is 4 when the output is active.
Q0.4The output is 5 when the output is active.
Q0.5The output is 6 when the output is active.
Q0.6The output is 7 when the output is active.
Q0.7The output is 8 when the output is active.
Q1.0The output is 9 when the output is active.
Q1.1The output is 10 when the output is active.
Q1.1-Q0.0The output is 11 when the output is active.
Q1.1-Q0.1The output is 12 when the output is active.
Q1.1-Q0.2The output is 13 when the output is active.
Q1.1-Q0.3The output is 14 when the output is active.
Q1.1-Q0.4The output is 15 when the output is active.
Q1.1-Q0.5The output is 16 when the output is active.
Q1.1-Q0.6The output is 17 when the output is active.
Q1.1-Q0.7The output is 18 when the output is active.
Q1.1-Q1.0The output is 19 when the output is active.

plc programming in1 plc

plc programming in2 plc plc programming in3 plc