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: PLC Ladder Logic Example based on Set Coil and Reset Coil
Share
Notification Show More
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 > PLC Ladder Logic Example based on Set Coil and Reset Coil

PLC Ladder Logic Example based on Set Coil and Reset Coil

Step-by-step guide to plc ladder logic with set coil and reset coil example presented in this educational blog.

Last updated: March 23, 2024 7:29 pm
Editorial Staff
PLC Tutorials
No Comments
Share
4 Min Read
SHARE

Step-by-step guide to plc ladder logic with set coil and reset coil example presented in this educational blog.

Contents
Set Coil and Reset Coil ExamplePLC Ladder LogicIOs ListPLC Example using Set and Reset CoilsProgram DescriptionResult

Please note: The logic diagram example is designed for educational use for students and engineering graduates to learn PLC fundamentals.

Set Coil and Reset Coil Example

Problem Statement

Design a PLC ladder logic for the following application.

We are using two toggle switches to control two motors.

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

If Switch 1 is OFF, then Motor I and Motor II will be still ON.

If Switch 2 is ON, then Motor I and Motor II will be Off.

PLC Ladder Logic

Learn this PLC programming example with the below video.

PLC Program Example for Two Switches and Two Motors

IOs List

Digital Inputs:

The list of inputs given below.

Switch 1: I0.0

Switch 2: I0.1

Digital Outputs:

The list of outputs given below.

Motor 1: Q0.0

Motor 2: Q0.1

PLC Example using Set and Reset Coils

PLC Ladder Logic Example based on Set Coil and Reset Coil

Program Description

  • We used EcoStruxure Machine Expert software for PLC programming.
  • In the above program, we have used Normally Open Contact for Switch 1 (I0.0) and Switch 2 (I0.1).
  • Set and Reset Coils are used for both Motor 1 (Q0.0) and Motor 2 (Q0.1).
  • For Motor 1 and Motor 2 to be ON, switch 1 should be ON.
  • We have used set coils in Rung0 for the outputs, Motor 1 and Motor 2.
  • Motor 1 and Motor 2 will remain ON when the input Switch 1 changes its state from true to false.
  • In Rung 1, we have used Reset Coils for the outputs.
  • When the Input Switch 2 gets ON, the reset coils will turn OFF the outputs.

Result

Let’s see the program result with different input simulations.

When Switch 1 is ON

Set Coil and Reset Coil Example

Switch 1, in the true state, will allow the signal to flow through it and Motor 1, and Motor 2 will get ON.

When Switch 1 is OFF

PLC Example using Set and Reset Coils

Motor 1 And Motor will remain ON when Switch 1 is turned OFF as Set Coils are used for these two Motors. The set coils will remain ON even when the input is changed to false.

When Switch 2 is ON

PLC Programming with Set Reset Coils

When Switch 2 is turned ON, Motor 1 and Motor 2 will TURN OFF as Reset Coils are used for Motor 1 and Motor 2 in Rung1.

The reset coils, once activated, will turn OFF the outputs. And it will keep it OFF even when the input is turned OFF.

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:

  • Schneider PLC Programming Example
  • PLC Ladder Diagram for Latching Concept
  • PLC with 2 Toggle Switches and 4 Motors
  • Rockwell CompactLogix and ControlLogix
  • PLC Project Examples EcoStruxure Machine
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

Applications of SCADA
100 Electrical Circuit Breaker Quiz
Light ON OFF Control using PLC
PLC Energize or De-energize the Outputs based on Events
How to Prevent Ground Loops in Analog Circuits?
What is a Tag? Types of Tags in SCADA
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

Ferrules and Cross Ferruling
Industrial Automation and Control Systems (IACS)
PLC Project Examples for EcoStruxure Machine Expert
Top Non-PLC Certification Courses for Automation Professionals
Top Automation Vendors from Around the World – An Overview
PLC Sequence Programming Ladder Logic
Basic Pumping System Application Used in Industrial Automation
PLC Program for Star Delta Starter using Functional Block Diagram

Keep Learning

Compile Project in Tia Portal

Communication between Wincc and Tia Portal

Example PLC Program to Control a Pump based on Level Sensors

Example PLC Program to Control a Pump based on Level Sensors

Relay Symbols

Relay circuits

SCADA Engineer

SCADA Engineer Job Responsibilities and Skills

T-Junction Traffic Control System

T-Junction Traffic Control System – PLC Programming

PLC Programming in Hindi - Siemens Tia Portal Full Course

PLC Programming in Hindi – Siemens Tia Portal Full Course Free

PLC Program for Stage Control Curtains and Stage Elevation

PLC Program for Stage Control: Curtains and Stage Elevation

Industrial PLC Communication Network

Basics of Industrial Communication Networks

Learn More

Difference between Fixed Area and Variable Area FlowMeters

Difference between Fixed Area & Variable Area FlowMeters

Control Valve Recommended Practices

Control Valve Recommended Practices for Harsh Process Conditions

quadruple block valve

What is Safety Instrumented Functions ?

Overview of Tank Gauging Technologies

PLC Counter Example for Bank

PLC Program for Bank Counter Application

Midline output instruction

What is Midline Instruction in Siemens PLC?

Tunnel Diode

Tunnel Diode Working Principle

Breather Valve Working Principle

Breather Valve Working Principle

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?