PLC Tutorials

PLC Programming for 3 Motors control in Ladder logic

Write the PLC Programming Motors logic for the following problem.

  1. There are three motors (M1, M2 & M3), having a separate start and stop push button.
  2. M1 must be running before starting of M2 and M3 motor.
  3. M2 and M3 can start and stop without affecting M1 operation.
  4. Only two motors can run at the time. Starting of the third motor will shut down all the outputs immediately irrespective of its input.

PLC Programming Motors

Program Description:

Rung 0000:

Start/Stop PB latched with memory B3:0/0 for Motor 1.B3:0/3 is connected in series with latch memory to turn off all motors.

Rung 0001:

Start/Stop PB latched with memory B3:0/1 for Motor 2 .B3:0/0 is connected in series to turn on M2 only after M1.

Rung 0002:

Start/Stop PB latched with memory B3:0/2 for Motor 3 .B3:0/0 is connected in series to turn on M3 only after M1.

Rung 0003:

Turning on M1 when B3:0/0 turns ON

Rung 0004:

Turning on M2 when B3:0/1 turns ON

Rung 0005:

Turning on M3 when B3:0/2 turns ON

Rung 0006:

M2 and M3 outputs are connected in series to enable B3:0/3

Program Output:

When M1 turns ON,

When M1 & M2 turns ON

When the Third motor Turns ON,

Conclusion:

We can use this example to understand the programming logic in Allen Bradley PLC.

Author: Hema Sundaresan

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

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

OFF Delay Timer in PLC

PLC Motor Permissive

ON OFF Control using PLC

PLC Programming Example

PLC Simulate Gate Array Logic

You've successfully subscribed !

View Comments

Share

Recent Articles

  • PLC Tutorials

VFD Simulator Download – Free Yaskawa V1000 Software

VFD simulator download: Master the online tool from the Yaskawa V1000 & programming software for…

2 days ago
  • PLC Tutorials

Conveyor Sorting Machine PLC Program with Calculation Function

The conveyor sorting machine is widely used in the packing industries using the PLC program…

5 days ago
  • PLC Tutorials

Example of Flip-Flop PLC Program for Lamps Application

Learn the example of flip-flop PLC program for lamps application using the ladder logic to…

5 days ago
  • PLC Tutorials

STAR DELTA Programming using PLC Controller

In this article, you will learn the STAR DELTA programming using PLC controller to start…

6 days ago
  • Instrumentation Design

Single and Three Phase Immersion Electrical Heaters Wiring Circuits

Lube oil consoles of rotary equipment packages in industrial process plants are usually equipped with…

3 days ago
  • Instrumentation Design

Immersion Heaters in Lube Oil Consoles

Rotating equipment packages such as pumps, compressors, turbines need the lube oil consoles for their…

5 days ago