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 Example on Switch Program with Timers
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 Example on Switch Program with Timers

PLC Example on Switch Program with Timers

The PLC example on switch program to control the output 1 and output 2 status based on the timers value.

Last updated: May 6, 2024 10:37 am
Editorial Staff
PLC Tutorials
No Comments
Share
3 Min Read
SHARE

The PLC example on switch program to control the output 1 and output 2 status based on the timers value.

Contents
PLC Example on Switch ProgramBest Industrial Automation VideosInputs & OutputsLadder LogicProgram DescriptionSimulation ResultWhen Switch (I0.0) is turned ONWhen Switch (I0.0) is turned OFF

Note: These PLC programs are designed for engineering students and beginners to understand the basics.

PLC Example on Switch Program

Problem Statement:

Design a PLC ladder logic for the following application.

We are using one switch to control 2 outputs.

When the Switch is turned ON, Output 1 and Output 2 will be ON.

When the Switch is turned OFF, Output 1 will be OFF after 10 seconds and Output 2 will be OFF after 15 seconds.

Best Industrial Automation Videos

Instrumentation Tools provides you the best industrial automation videos for training the students all-over the world.

PLC Ladder Logic Examples - Switch Program

Inputs & Outputs

Digital Inputs:

Switch: I0.0

Digital Outputs:

Output 1: Q0.0

Output 2: Q0.1

Ladder Logic

PLC Example on Switch Program with Timers

Program Description

We have used Normally Open Contact for Switch (I0.0).

In Rung 0:

  1. Normally Open Contact is used for Switch (I0.0) to Turn ON Output 1 (Q0.0) and Output 2 (Q0.1).
  2. Timer-type TOF is used to delay the turning OFF time of the Output 1 (Q0.0) for some time.
  3. Another Timer-type TOF is used to delay the turning OFF time of the Output 2 (Q0.0) for some time.

Simulation Result

Now we simulate the PLC program and check the results.

When Switch (I0.0) is turned ON

PLC programs that use timers and switches

When Switch (I0.0) is turned ON, the signal will flow through Switch (I0.0) as Normally Open Contact used for Switch (I0.0) will be in True State and Output 1 (Q0.0) & Output 2 (Q0.1) will turn ON.

When Switch (I0.0) is turned OFF

Switches and Timers in PLC

 When Switch (I0.0) is turned OFF, the output 1 (Q0.0) remains ON but for a limited time because Timer Function Block type TOF is used to delay the turning OFF time of the output 1 (Q0.0) and time is set to 10 seconds.

Timers in PLC and ladder logic program

After 10 seconds, the output 1 (Q0.0) will turn OFF.

Also, When Switch (I0.0) is turned OFF, the output 2 (Q0.0) remains ON but for limited time because another Timer Function Block type TOF is used to delay the turning OFF time of the output 2 (Q0.0) and time is set to 15 seconds.

After 15 seconds, the output 2 (Q0.0) will turn OFF.

Examples of Timers in PLC Logic

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 Two-Way Switch Logic
  • PLC Scaling Program for Control Valve
  • PLC Automatic Pedal Switch Program
  • PLC Programming using Limit Switch
  • Making Multi-Way Switches using PLC
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

Your First Steps Through STL Language
PLC Program for Password Management using Structured Text
Repeat Until Statement in SCL Language
How to Configure Distributed IO in a PLC Project?
Conveyor Speed Logic using Structured Text in PLC
Up Counter PLC Program
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

Delta PLC Counter with Comparison
Siemens LOGO PLC Complete Programming Course
Daily Alarm PLC Program using Real-Time Clock
What is a PLC? – Programmable Logic Controller
How to Program PID Control in PLC with Structured Text?
Applications of PLC Programming in Bottle Filling Process
Design Document for Project Systems Architecture
Use of Comments in SCL Language

Keep Learning

Automatic Lamp Control in Storage Facility

PLC Program for Automatic Lamp Control in Storage Facility

FIFO and LIFO Sequences in PLC

What are FIFO and LIFO Sequences in PLC?

How PLC controls a ON-OFF Valve

PLC Valve Control Ladder Logic Programming

Door Locking System - PLC Applications Examples

Door Locking System – PLC Applications Examples

PLC Subroutine

Allen Bradley PLC Subroutines

PLC and MCC Panel Interface Design

PLC Panel and MCC Panel Interface Signals

Real-time PLC Projects

Real-time PLC Projects – Industrial Automation

Use of Isolators and Barriers in Electrical Panel

Use of Isolators and Barriers in Electrical Panel

Learn More

HART Communication Interview Questions

HART Communication Interview Questions and Answers

Encoders and Decoders Objective Questions

Encoders and Decoders Objective Questions

Electric Circuits Objective Questions

Electric Circuits Objective Questions – Set 7

Top 1000 Analytical Instrumentation Questions & Answers

Top 1000 Analytical Instrumentation Questions & Answers

Reformer Fan Bearing Change Times cut by 90%

Reformer Fan Bearing Change Times cut by 90%

wedge Flow meter

What is a Segmental Wedge Flow Meter?

Allen-Bradley MicroLogix controller

Programmable Logic Controller (PLC) Questions and Answers – 16

Electrical Machines Questions and Answers

Synchronous Machines Power Factor Control Questions

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?