PLC Tutorials

Ladder Diagram Example using Memory Bits and Set Coils

In this article, you will learn the PLC ladder diagram example using memory bits and set coils to control the motors.

Note: The ladder diagram example is for students and fresh engineering graduates.

Memory Bits and Set Coils

Problem Statement

Design a PLC ladder logic for the following application.

We are using one toggle switch to control four motors.

If Switch 1 is ON, then Motor I, Motor II, Motor III, and Motor IV will be ON.

If Switch 1 is OFF, then Motor I and Motor II, Motor III, and Motor IV remain ON.

PLC Training Video

Watch this video to understand the given example program with a step-by-step approach.

Inputs in PLC

The inputs of this PLC program are given below.

Switch 1: I0.0

Memory bit: M1

Outputs in PLC

The outputs of this PLC program are given below.

Motor 1: Q0.0

Motor 2: Q0.1

Motor 3: Q0.2

Motor 4: Q0.3

Ladder Diagram for Motors

Ladder Diagram Example using Memory Bits and Set Coils

Program Explained

In this program, we used the Schneider Electric PLC software.

In the above program, we have used Normally Open Contact for Switch 1 (I0.0).

We have also used a set coil for the Memory bit (M0).

In Rung1, switch 1 is connected with a set coil for the Memory Bit.

Motor 1, Motor 2, Motor 3, and Motor 4 are connected to the input Memory Bit present in Rung1.

For Motor 1, Motor 2, Motor 3, and MOTOR 4 to turn ON, input Switch 1 should be ON.

All Motors will remain ON if switch 1 is turned OFF as switch 1 is connected with a set coil representing the memory bit.

PLC Result

When Switch 1 is ON

In Rung 0, there is use of Set Coil for Memory Bit and switch 1 is used as Normally Open Contact. When switch 1 is turned ON, it will allow signal to flow through it and it will make the memory bit true

Then in Rung 1, Motor 1, Motor 2, Motor 3 and Motor 4 connected to the Memory Bit will turn ON.

When Switch 1 is OFF

In Rung 0, Memory Bit remains true even when the input switch 1 is turned OFF.

It is so because the set coil used sets itself true when the input gets ON and retains its true state even when its input is turned OFF. Then in Rung 1, Memory Bit which is still true will keep Motor 1, Motor 2, Motor 3, and Motor 4 ON.

If you liked this article, 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.

You've successfully subscribed !
Share

Recent Articles

  • PLC Tutorials

PLC Panel and MCC Panel Interface Signals

The PLC panel and MCC panel interface signals are start, stop, run feedback, trip, local…

4 days ago
  • PLC Tutorials

Shutter Door Control using Motor and Limit Switches

 In this article, we are going to discuss about shutter door control using induction motor…

6 days ago
  • Electrical Basics

Electrical Drives – Modes, Types, Speed Control Applications

Electrical Drives control the motion of electric motors. Motion control is required in industrial and…

6 days ago
  • PLC Tutorials

PLC Ladder Logic Design: Control 3 Motors with Toggle Switch

PLC ladder logic design to control 3 motors with toggle switch and explain the program…

3 weeks ago
  • PLC Tutorials

VFD Simulator Download – Free Yaskawa V1000 Software

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

6 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…

1 week ago