Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Ladder Diagram Example using Memory Bits and Set Coils
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Ladder Diagram Example using Memory Bits and Set Coils

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.

Last updated: March 21, 2024 4:12 pm
Editorial Staff
PLC Tutorials
No Comments
Share
4 Min Read
SHARE

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

Contents
Memory Bits and Set CoilsPLC Training VideoInputs in PLCOutputs in PLCLadder Diagram for MotorsProgram ExplainedPLC Result

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.

Memory Bit and Set Coil: Schneider PLC Example Program

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

PLC Memory Bits and Set Coils

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 a PLC ladder diagram, how do you set an output coil

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.

Read Next:

  • PLC Program for Stage Control Task
  • How to Get a PLC Programmer Job?
  • Advanced PLC Conveyor Control Program
  • PLC Based Product Sorting Machine
  • Sorting Example PLC Programming
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

PLC Programming for Fan Control Unit System for Industry
Difference Between PNP and NPN Sensors
#11 PLC Best Practices – Instrument for Plausibility Checks
PLC Program for Automatic Liquid Mixing Application
Difference between Compact PLC and Modular PLC
PLC Program to Simulate Gate Array Logic
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

PLC Program Example on Multiple LEDs using Set Coil
How to take Backup from Siemens S7-300 PLC?
Steps to Configure TCP/IP Communication in Siemens S7-1200 PLC
Basics of 4 to 20 mA analog Signals
PLC Programming Example on Multi-Motor Control for Beginners
Traffic Light Control using PLC Ladder Logic
Node-RED in PLC Industrial Automation
PLC Program for Alternate Output Circuit with Latched Function

Keep Learning

How Weigh Feeder Works

How Weigh Feeder Works ?

Electrical Ladder Diagram Control using Timers Example

Electrical Ladder Diagram Control using Timers Example

Causes of PLC Stop Mode

Various Causes for PLC Going in Stop Mode

PLC based Automatic Packaging System

PLC based Automatic Packaging System

How to Control VFD with PLC using Ladder Logic

Dry Contact in PLC

What is a Dry Contact? – Basics of PLC Wiring

PLC Project Examples for EcoStruxure Machine Expert

PLC Project Examples for EcoStruxure Machine Expert

Siemens micro memory card

Micro Memory Card (MMC) in Siemens PLC

Learn More

Electrical Machines Questions and Answers

Transformer Open Circuit and Short Circuit Test

Internet of Things Communication Models (IoT)

Internet of Things Communication Models (IoT)

FBD Logic

Why different PLC Programming Languages were Developed?

Wet Dust Suppression system

Wet Dust Suppression System

pi filter Operation

pi filter Operation

BLDC Motor Vs AC Induction Motor

transmitter calibration procedure

Transmitter Calibration Procedure

Structured Text Selector Machine Logic

Write a PLC Program for Selector Machine using Structured Text

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?