PLC Tutorials

Ladder Logic Example of Two Motors Interlinked with another Motor

In this article, we will learn a ladder logic example of two motors interlinked with another motor.

In this post, we will study a case of ladder logic. There are two motors – motor A & motor B. And third motor – C is interlinked with both these motors.

There will be a selection for running the two motors of A & B either simultaneously or individually.

If either the motors (A/B) or a single motor is running depending upon the selection, then the third motor will run.

If any single motor is off, then the third motor too will remain off.

Ladder Logic Example of Two Motors

Let us have a look at the ladder logic for the same accordingly.

Ladder Logic Example of Two Motors

Refer to the below image for the logic written. Let us understand each rung one by one.

First Rung

The first rung is used to turn on or off the first motor – A. If both the motors are selected to be running, then this motor will run.

If only a single motor is selected to be running, then depending upon the motor selection, this motor will operate.

In this case, the selection input must be off for turning on the output.

Second Rung

The second rung is used to turn on or off the second motor – B. If both the motors are selected to be running, then this motor will run.

If only a single motor is selected to be running, then depending upon the motor selection, this motor will operate.

In this case, the selection input must be on for turning on the output.

Third Rung

The third rung is used to turn on or off the third motor – C. If both the motors are selected to be running, then this motor will run only when both the previous motors are running.

If only a single motor is selected to be running, then this motor will run if either of the output is running.

In this way, we had a case study of the following example in ladder logic.

If you liked this article, then please subscribe to our YouTube Channel for Electrical, Electronics, Instrumentation, PLC, and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

You've successfully subscribed !
Share

Recent Articles

  • PLC Tutorials

Batch Mixing with PLC Ladder Logic Program

In this example, we will learn batch mixing with PLC ladder logic program using timer…

1 week ago
  • PLC Tutorials

PLC Example on Manufacturing Line Assembly

This PLC example on manufacturing line assembly is an intermediate-level PLC program prepared for the…

2 weeks ago
  • PLC Tutorials

PLC Programming Example with Pushbutton and Motor

In this article, you will learn the PLC programming example with pushbutton and motor control…

3 weeks ago
  • PLC Tutorials

Boolean Logic to PLC Programming

This article teaches how to convert Boolean logic to PLC programming ladder logic with the…

4 weeks ago
  • PLC Tutorials

PLC Programming Example on Timers Function Block

In this article, you will learn the PLC programming example on timers function block using…

3 weeks ago
  • PLC Tutorials

PLC Pump Control: 10 seconds ON & 20 seconds OFF

Design a program for PLC pump control such that the pump must be turned ON…

2 weeks ago