Inst ToolsInst ToolsInst Tools
  • 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 Programming Example on Timers Function Block
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • 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 Programming Example on Timers Function Block

PLC Programming Example on Timers Function Block

In this article, you will learn the PLC programming example on timers function block using switch and lamps.

Last updated: April 5, 2024 7:41 am
Editorial Staff
PLC Tutorials
No Comments
Share
4 Min Read
SHARE

In this article, you will learn the PLC programming example on timers function block using switch and lamps.

Contents
PLC Programming Example on TimersPLC Mastery VideoI/O ListLadder LogicPLC Program DescriptionSimulation Results

Note: The PLC example logic presented is for educational resource for engineering students and technicians to learn the basics.

PLC Programming Example on Timers

Problem Statement

Design a PLC ladder logic for the following application.

We are using one toggle switch to control two lamps.

When Switch 1 is ON, then

  1. Lamp 1 will be ON for 10 seconds.
  2. Lamp 2 will be ON after 10 seconds.

PLC Mastery Video

Watch the below video to master the PLC programming for beginners.

I/O List

Digital Inputs:

The list of digital inputs shown below.

Switch 1: I0.0

Digital Outputs:

The list of digital outputs shown below.

Lamp 1: Q0.0

Lamp 2: Q0.1

Ladder Logic

PLC Programming Example on Timers Function Block

PLC Program Description

Here we used Normally Open Contact for Switch 1 (I0.0).

Timer Function Block Type TP is used for Lamp 1 and Time Function Block Type TON is used for Lamp 2.

In Rung 0:

1) Normally Open Contact is used for Switch 1 to Turn ON Lamp 1.

2) Timer Function Block type TP is used to Turn OFF Lamp 1 after Set time.

In Rung 1:

1) Normally Open Contact is used for Switch 1 to Turn ON Lamp 2.

2) Timer Function Block type TON is used to delay the time of Lamp 2 to Turn ON.

When Switch 1 is ON, the signal will flow through Switch 1 as Normally Open Contact is used for Switch 1 and Lamp 1 will Turn ON for 10 seconds because Timer Function Block type TP is used for Lamp1 and time is set for 10 sec.

After 10 seconds, Lamp 2 will Turn ON in Rung1 as Timer Function Block type TON is used for Lamp 2 to delay the turning ON and time is set for 10 sec.

Simulation Results

Here we show the PLC logic simulation results.

When Switch 1 is ON

When Switch 1 is turned ON, Lamp 1 will Turn ON for 10s in Rung 0 as Timer Function Block Type TP is used for Lamp 1.

How to Use Timers in PLC Ladder Logic

After 10 seconds, Lamp 1 will Turn OFF and Lamp 2 will Turn ON in Rung 1 because Timer Function Block Type TON is used for Lamp 2 which will delay the time of Lamp 2 to Turn ON for Set time.

Understanding PLC Program Commands Timers

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 Ladder Logic Example with Timers
  • Motor Control Timer Circuit Explanation
  • Control PLC Output using Push Buttons
  • Boolean Logic to PLC Programming
  • PLC Program for Solenoid & Pilot Lamp
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

Program Flow Control Instructions in PLC Programming
Basics of Permissive and Interlock Circuits
PLC Program for Ceramic Burning Oven Conveyor System
Exhaust Fan Control: Example of PLC Timer Programming
Commissioning Checklists for Industrial Automation Systems
What is Masking in PLC?
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

Explore More

#5 PLC Best Practices – Cryptographic and Checksum Integrity Checks
What are Analog and Digital Signals? Differences, Examples
Motor Trip Logic using PLC Programming
HMI Screen Design for Hazardous Applications
How to use Master Control Reset (MCR) Instruction in PLC
Case Statement in SCL Language
PLC Programming Example for Motor Forward and Reverse Control
Animation of Electromagnetic Relay
Augmented Reality and Virtual Reality in Industrial Automation
PLC Tag Naming Conventions

Keep Learning

Basics of PID Controllers

PID Controllers in Closed Loop Control Systems – PLC Basics

Light ON OFF Control using PLC

Light ON OFF Control using PLC

How to Run Multiple Motors with a Single VFD

How to Run Multiple Motors with a Single VFD?

Interposing Relay Panel (IRP)

Interposing Relay Panel (IRP) – Wiring and Testing Requirements

Allen Bradley PLC Emulator

How to Work with Allen Bradley RsLogix Emulator?

How Engineers Effectively do Problem-solve and Troubleshoot

How Engineers Effectively do Problem-solve and Troubleshoot?

Relay Symbols

Relay circuits

VFD Interview Questions and Answers

VFD Interview Questions and Answers – Electrical Drives

Discover More

Strain Gauge Animation

Types of Pressure

Types of Pressure – Instrument Questions and Answers

Power Electronics Objective Questions

Three-Phase Rectifier Quiz

Wiring-Connection-from-PLC-to-Solenoid-Valves

How to Connect a Solenoid Valve with PLC?

Why do Teenagers want to be Entrepreneurs

Why do Teenagers want to be Entrepreneurs?

Center Tapped Full Wave Rectifier Operation

Center Tapped Full Wave Rectifier Operation

Power Electronics Objective Questions

Single-Phase Full Wave AC-DC Converter Questions

AC to DC Conversion with a Commutator

DC Machines Terminology

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?