Inst ToolsInst ToolsInst Tools
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: PLC Example on Switch Program with Timers
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
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.

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 !
PLC Analog I/O and Network I/O
What are Faceplates? How to Create a Faceplate? HMI Visualization
Your First Steps Through STL Language
PLC Programming Examples on Industrial Automation
Create Ladder Diagram from Boolean 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
208kSubscribersSubscribe
38kFollowersFollow

Categories

Recent Comments

  • Kamli on Top Free PLC Software
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals

Related Articles

Field Instrument package

Package System Architecture – Control & Instrumentation

Structured Text PID control loop in PLC

How to Program PID Control in PLC with Structured Text?

PLC Program for Star Delta Starter using Functional Block Diagram

PLC Program for Star Delta Starter using Functional Block Diagram

Water Fountain Control Logic

Water Fountain Control Logic – PLC Exercises and Solutions

Jog button in Motor Start Stop Logic using PLC

What is Motor Jogging ?

PLC Logic Example on Multiple Switches and Motors

PLC Logic Example on Multiple Switches and Motors

PLC and MCC Panel Interface Design

PLC Panel and MCC Panel Interface Signals

PLC Ladder Logic Example

PLC Ladder Logic Example

More Articles

Comparators Objective Questions

Comparators Objective Questions

Conveyor Speed Logic using Structured Text in PLC

Conveyor Speed Logic using Structured Text in PLC

DeadWeight Tester

DeadWeight Tester Questions

Oil in Water Analyzer Principle

Oil in Water Analyzer Working Principle

Electronic Force Balance Pressure Transmitter

Electronic Force Balance Pressure Transmitter

Principle of ultrasonic testing

Ultrasonic Testing (UT) : Principle, Advantages, Disadvantages

Analyzers Questions and Answers

Electrochemical Methods for Oxygen Analysis Questions & Answers

Encode and Decode Instructions

How to Use Encode and Decode Instructions in PLC ?

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?