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.
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 > How to Interchange ON Delay Timer and OFF Delay Timer in a PLC

How to Interchange ON Delay Timer and OFF Delay Timer in a PLC

Last updated: March 4, 2021 3:56 pm
Editorial Staff
PLC Tutorials
2 Comments
Share
4 Min Read
SHARE

Timer functions are most important in PLC Programming. Logics play the important role in PLC Programming.

Contents
ON Delay Timer and OFF Delay TimerPLC Timer FunctionsON DELAY TIMER :Example :In AB PLC, ON Delay Timer is having 6 parameters.OFF DELAY TIMER :Example:In AB PLC, OFF Delay Timer is having 6 parameters.List of Inputs and OutputsPLC Program for ON Delay and OFF Delay TimersLadder Logic DescriptionON DELAY TIMER AS OFF DELAY TIMER :1. Rung 0000 :-2. Rung 0001 :-OFF DELAY TIMER AS ON DELAY TIMER :3. Rung 0003 :-Conclusion

According to PLC programmer’s skills, logic will get different in application. In this program, we are going to interchange the function of On Delay Timer and Off Delay timer. AB RSLogix 500 is used to implement the concepts.

ON Delay Timer and OFF Delay Timer

Interchange ON Delay Timer and OFF Delay Timer

PLC Timer Functions

ON DELAY TIMER :

In Layman Statement, Delaying the turning “ON” of the output is On Delay Timer.

Example :

See the image below; if you turn on Input, after 5 sec output will get turn on. It will not turn on immediately.

PLC ON DELAY TIMER FUNCTION

In AB PLC, ON Delay Timer is having 6 parameters.

They are

  • Enable Bit (EN): It will turn on when timer is on
  • Done Bit (DN): It will turn on once the timer accumulator value reaches preset value
  • Timer Timing bit (TT) : This bits enable when timer accumulator value is running
  • Preset (PRE): Integer value to set how long timer needs to run or limit starting from zero.
  • Accumulator (ACC): Running value of the timer
  • Time Base : You have options to chose timer base, Sec, cent sec, Mille sec.

OFF DELAY TIMER :

In Layman Statement, Delaying the turning “OFF” of the output is Off Delay Timer.

Example:

See the image below; if you turn on Input, output will turn ON immediately, when you turn OFF the input, It will take 5 sec to turn OFF the output. It will not turn OFF immediately.

PLC OFF DELAY TIMER FUNCTION

In AB PLC, OFF Delay Timer is having 6 parameters.

They are

  • Enable Bit (EN): It will turn on when timer is on
  • Done Bit (DN): It will turn on once the timer is On and remains ON until timer accumulator value reaches preset value
  • Timer Timing bit (TT) : This bits enable when timer accumulator value is running
  • Preset (PRE): Integer value to set how long timer needs to run or limit starting from zero.
  • Accumulator (ACC): Running value of the timer
  • Time Base: You have options to choose timer base, Sec, cent sec, Millie sec.

List of Inputs and Outputs

PLC Timer Logic Inputs Outputs

PLC Program for ON Delay and OFF Delay Timers

ON DELAY TIMER AS OFF DELAY TIMER
OFF DELAY TIMER AS ON DELAY TIMER

Ladder Logic Description

ON DELAY TIMER AS OFF DELAY TIMER :

1. Rung 0000 :-

Latching is done using output coil to stay ON even Input is turned off. Normally closed timer done bit is used to turn off the output once timer accumulator value reach preset and that make TON to act as TOFF.

2. Rung 0001 :-

since the Start Input is used as normally closed input, Output Coil is attached as interlocking, so that it won’t turn on timer at the beginning of the program.

OFF DELAY TIMER AS ON DELAY TIMER :

3. Rung 0003 :-

Input 2 turned to turn on timer, Memory coil is used to trigger the timer to start count and to make TOFF to act as TON.

Conclusion

The above used timer concept is used to under the function of timer working. It may or may not used in real time application.

Author : Hema Deepan

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:

MCQ on PLC Test

Compare PLC and DCS

What is Relay Logic ?

PLC Maintenance List

Boiler PLC Start-up

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

Door Locking System – PLC Applications Examples
How to Configure PID Controller in Various Schneider PLCs?
Batch Mixing with PLC Ladder Logic Program
Global Acknowledgment Instruction in Safety PLC
PLC Scan Time
Create User-Defined Data Types and Function Blocks in Studio 5000
Share This Article
Facebook Copy Link Print
Share
2 Comments
  • SNEHIL SHUKLA says:
    March 31, 2022 at 9:31 pm

    There are two lamp on pressing the start push button the first lamp should go on when the start push button is press again the first lamp should go off and the second lamp should go on if any of the lamp is on for more than 15 second they both the lamp will interchange their status ? Please solve this problem ?

    Reply
  • SNEHIL SHUKLA says:
    March 31, 2022 at 9:32 pm

    How will we be interchange their status?

    Reply

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

Why is 24 Volts Commonly used in PLC Systems?
How to do Simulation in Schneider PLC?
Comparison of Control Loops – Open, Closed, Cascade, Feedforward, Ratio
How to Insert Block Calls in SCL Language?
PLC Programming for Baking with Auto and Manual Modes
LS Electric PLC Program Example: Clothes Washing System
How to use JUMP Instruction in PLC Ladder Logic?
Automatic Bottle Filling System using PLC
Free InTouch SCADA Tutorial Course for Beginners
PLC Fault Diagnosis – PLC Training Documents

Keep Learning

Control 3 Motors with Toggle Switch

PLC Ladder Logic Design: Control 3 Motors with Toggle Switch

What is a Wet Contact in PLC

What is a Wet Contact? – Basics of PLC Wiring

Open Platform Communication (OPC)

Open Platform Communication (OPC)

Sorting and Counting Products on Conveyors by Color

PLC Programming for Multi-Color Sorting Conveyor System

Parameters of SRT_DINT instruction

Tia Portal – OB20 Time Delay Interrupt Organization Block

PLC and MCC Panel Interface Design

PLC Panel and MCC Panel Interface Signals

Sourcing output module in PLC

Which Connection is Best for PLC? – Sinking or Sourcing

Difference between PLC and HMI

Difference between PLC and HMI

Discover More

multiphase-flowmeter-working-principle

What are Multiphase Flow Meters? – Working Principle, Advantages

Liquid management using PLC programming

PLC Programming for Loss in Weight Liquid Systems

Displacer Type Density Transmitter

Displacer Type Density Transmitter Question

PLC Battery

Everything You Need to Know About PLC Battery

Power Systems Questions & Answers

Power Systems MCQ Series 10

Coriolis flow meters

What is a Coriolis Flow Meter?

High-Speed Inputs in PLC

What are High-Speed Inputs in PLC?

Pressure to Current Converter

Pressure to Current (P/I) Converter Principle

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?