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 Program Example on Multiple LEDs using Set Coil
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 > PLC Program Example on Multiple LEDs using Set Coil

PLC Program Example on Multiple LEDs using Set Coil

In this article, you will learn the PLC programming example on multiple LEDs using the Set Coil instruction.

Last updated: March 26, 2024 3:40 pm
Editorial Staff
PLC Tutorials
No Comments
Share
4 Min Read
SHARE

In this article, you will learn the PLC programming example on multiple LEDs using the Set Coil instruction.

Contents
PLC Program using Set CoilPLC Learning VideoPLC I/O ListLadder DiagramLogic ExplanationResult

Note: The PLC program example was created for learning practices for the engineers and technicians.

PLC Program using Set Coil

Problem Statement

Design a PLC ladder logic for the following application.

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

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

If Switch 2 is ON, then LED III and LED IV will be ON.

If Switch 2 is OFF, then LED III and LED IV will be still ON.

PLC Learning Video

This video helps you to learn this PLC program example from scratch. It is helpful for beginners.

The Basic Example of Ladder Logic - Schneider Training

PLC I/O List

Digital Inputs:

The DI signals are listed below.

  • Switch 1: I0.0
  • Switch 2: I0.1

Digital Outputs:

The DO signals are listed below.

  • LED 1: Q0.0
  • LED 2: Q0.1
  • LED 3: Q0.2
  • LED 4: Q0.3

Ladder Diagram

PLC Program Example on Multiple LEDs using Set Coil

Logic Explanation

In this PLC example, we used EcoStruxure Machine Expert Basic PLC software for programming.

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

We have also used Set coils for the outputs LED 1 (Q0.0), LED 2 (Q0.1), LED 3 (Q0.2) and LED 4 (Q0.3).

Switch 1 is connected to two LEDs i.e., LED 1 and LED 2.

LED 3 and LED 4 are connected to the input, Switch 2.

For LED 1 and LED 2 to turn ON, input Switch 1 should be turned ON.

LED 1 and LED 2 will remain ON when the input Switch is turned OFF.

When Switch 2 is turned ON, then LED 3 and LED 4 will turn ON.

Then, when switch 2 is turned OFF, LED 3 and LED 4 will remain ON.

Result

When Switch 1 is ON

PLC Program using Set Coil

As Switch 1 is used as Normally Open Contact, it will allow the signal to flow through it. As a result, LED 1 and LED 2 will turn ON.

When Switch 1 is OFF

Ladder Logic Set Coil

There is use of Set Coils for LED 1 and LED 2. So, the outputs will not turn OFF when input Switch 1 is turned OFF. LED 1 and LED 2 will remain ON.

When Switch 2 is ON

Set Instruction PLC Example Logic

LED 1 and LED 2 will turn ON when the input Switch 2 is turned ON. The input Switch 2 is taken as Normally Open Contact, it will allow signal to the outputs.

When Switch 2 is OFF

Ladder Diagram for LED ON and OFF

The outputs, LED 3 and LED 4 will not turn OFF when input Switch 1 is turned OFF. We have used Set coils for the outputs.

On turning OFF the input will not turn OFF the Outputs. Therefore, when Switch 2 is turned OFF, Led 3 and Led 4 will remain ON.

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.

Read Next:

  • Electrical Diagram into PLC Program
  • How to Get a PLC Programmer Job?
  • Seven Segment Display Working Principle
  • PLC Programming Example with Switches
  • Faceplates in FactoryTalk View Studio
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

What is PCS 7?
Product Painting PLC Program using Omron CX-Programmer
What is Masking in PLC?
PLC Program for Automatic Parameter Initialization When Power UP
How to Communicate with Excel from Intouch SCADA?
Motor Control Circuits
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

#16 PLC Best Practices – Create Trend for Cycle Time on HMI
Scaling with Parameters (SCP) Instruction in PLC
Label the Electrical Circuit Schematic
How to Prevent Ground Loops in Analog Circuits?
Mitsubishi PLC Counter Tutorial Using GX-Works2
PLC Programming for Garden Sprinkler System
Moving Data between PLCs – Siemens Basics – TSEND TRCV
Automatic Railway Crossing Gate Control PLC Program

Keep Learning

PLC Programming Example on Bottle Line Control

PLC Programming Example on Bottle Line Control

What is an RTU - Remote Terminal Unit

What is an RTU? – Remote Terminal Unit

Introduction to SCADA

PLC Program for Food Processing

PLC Program for Food Processing Industry

Features of Scada Which are Must in an IoT System

Features of Scada Which are Must in an IoT System

Advanced Skills Required for a PLC Programmer to Get a Job

Advanced Skills Required for a PLC Programmer to Get a Job

Shutdown Motors in Timed Operation PLC Program

Shutdown Motors in Timed Operation PLC Program

PLC Program using START & STOP Buttons

PLC Program using START and STOP Buttons

Learn More

Hydrostatic Level Measurement

Hydrostatic Level Measurement

NH3 Plant Turbo-compressor Sudden Rise in Temperature

NH3 Plant Turbo-compressor Sudden Rise in Temperature

The Importance of Engineering Surface Plates

The Importance of Engineering Surface Plates

Metering pumps

Metering Pumps

Ion Analyzers Questions and Answers

Special Designs of Ion Selective Electrodes Questions & Answers

Center Tapped Full Wave Rectifier Operation

Center Tapped Full Wave Rectifier Operation

Insertion flow meters

What is an Insertion Flow Meter? – Types, Principle, Advantages

Calibration of Measuring Instruments

Calibration of Measuring Instruments – Significance, Costs & Risks

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?