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: How to Blink Lights in Ladder Logic?
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 > How to Blink Lights in Ladder Logic?

How to Blink Lights in Ladder Logic?

This article explains how to blink lights in ladder logic with a detailed explanation video for beginners and engineers.

Last updated: April 8, 2024 4:23 pm
Editorial Staff
PLC Tutorials
No Comments
Share
4 Min Read
SHARE

This article explains how to blink lights in ladder logic with a detailed explanation video for beginners.

Contents
How to Blink Lights?Practical PLC Learning VideosDigital InputsDigital OutputsBlink Lights Ladder LogicProgram DescriptionPLC Program Summary

Note: The ladder logic example is designed for engineering students to practice PLC programming.

How to Blink Lights?

Problem Statement:

Design a PLC ladder logic for the following application.

We are using one toggle switch to control the blinking of light.

Make a light blink with an interval of 2 seconds.

Practical PLC Learning Videos

Our practical PLC learning videos help you master PLC programming with real-time examples.

How to Blink Lights in PLC Ladder Logic? - Programming Examples

Digital Inputs

The required inputs are shown below.

Start button: I0.0

Digital Outputs

The required outputs are shown below.

Light: Q0.0

Blink Lights Ladder Logic

How to Blink Lights in Ladder Logic

Program Description

We used Normally Open Contact for the Start button.

For Light and memory bit, two Timer Functions Block Type TON and TP are used.

To keep the Light ON for 2 seconds, Timer Function Block type TP is used.

Timer Function Block type TON is used for the Memory bit to turn it ON after a delay of 2 seconds.

PLC Program Summary

How to Blink a Light Bulb with Ladder Language

The signal will flow also through the Normally Closed Contact that is used for memory bit as it is false state when the Start button is turned ON.

Timer functional block type TP (TM0) will allow the signal to flow for 2 seconds only. As a result, the Light will be turned ON.

After 2 seconds, the signal will not flow because of the Timer functional block type TP (TM0). The light will turn OFF after being ON for 2 seconds.

Blinking led ladder diagram

Simultaneously, when the Start button is turned ON and when the Light gets turned OFF after being ON for 1 s, the signal will flow through the Normally Closed contact used for Light. There will be a delay of 2 seconds and after that memory bit gets true.

In those 2 s, the Light will remain OFF. After a delay of 2 seconds, the coil used for the memory bit becomes true, and the Normally Closed Contact used for the Memory Bit will also become true. The Normally Closed Contact in its true state will break the circuit.

As a result, the coil used for the coil memory bit becomes false which in turn makes the Normally Closed Contact used for the memory bit false. The signal will again pass to the Light and it will be turned ON for 2 seconds. After that, it will remain OFF for 2 seconds and then it will repeat the process again and again.

Blinking output with time on and time 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:

  • PLC Programming Example with Motor
  • InTouch Scada using Scripting Tutorials
  • PLC Code to Start & Stop Motor and Pump
  • Electrical Ladder Diagram Control with Timers
  • PLC Important Questions and Answers
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

Safety Considerations in PLC System Design
Auto Sugar Bag Filling Station
Getting to Know the LED Indications on GE Make PLC
Difference Between Normal Counters and Fast Counters – Learn PLC
Push button Motor PLC Logic
Electrical Cabinet Air Conditioner – Enclosure Cooling, Maintenance
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

Interposing Relay Panel (IRP) – Wiring and Testing Requirements
#6 PLC Best Practices – Validate Timers and Counters
D Flip Flop PLC Ladder Logic
Compare Servo Motor and Stepper Motor
LS Electric PLC Program Example: Clothes Washing System
PLC Practice Questions
Top 100+ SCADA Questions
PLC Ladder Logic Design: Control 3 Motors with Toggle Switch

Keep Learning

4 TO 20 MA ANALOG CURRENT SIGNALS

Basics of 4 to 20 mA analog Signals

Structured Text Selector Machine Logic

Write a PLC Program for Selector Machine using Structured Text

Group of Induction Motors

How to Operate a Group of Induction Motors using PLC Logic?

Allen-Bradley PLC

#15 PLC Best Practices – Safe State when PLC Restarts

Why 24 Volts DC Power Supply

Why 24 Volts DC Power Supply is used? – Industrial Automation Systems

PLC Ladder Logic Simulator Mobile Apps For Android

PLC Ladder Logic Simulator Mobile Apps For Android

Masked Move Instructions

How to use Masked Move Instruction in PLC

Traces in TIA Portal

What is Trace Function in Tia Portal?

Learn More

Node-RED in PLC Automation

Node-RED in PLC Industrial Automation

Instrumentation Project Engineers Interview Questions

Instrumentation Project Engineer Interview Questions

Selecting a SIS or SIL Level

Importance of Safety Integrity Level

Turbine to Gearbox Alignment Drifts Caused Pump Transfers Problems

Turbine to Gearbox Alignment Drifts Caused Pump Transfers Problems

Download Modscan software

How to Use ModScan Software for Testing Modbus Communication?

YouTube Channels About Tech and Engineering

Awesome YouTube Channels About Tech and Engineering

Career Scope in Electronics Engineering

Career Scope in Electronics Engineering

Types of Noise in Electronics

Types of Noise in Electronics

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?