PLC Tutorials

OFF Delay Timer using PLC

This article discusses about OFF delay timer instruction and its working principle using Allen Bradley Programmable Logic Controller (PLC) Ladder Logic.

Timer OFF delay is to delaying the turning OFF of any output, Example-Setting timer to turn off Induction Stove, TV remote settings to turn OFF TV after certain time.

OFF Delay Timer

In the above OFF delay timer instruction, there are totally four parameter,

TIMER: T4:0 – Timer File name (Timer T4:0, T4:1, T4:2…)

TIMER BASE – How the time need to count, in Seconds, Milli Seconds.

PRESET – Limit value of Timer-Up to how much it should count

ACCUMULATOR – Running Value of timer when it is in ON condition.

Program Description

Off- delay timer instructions is used to program a time delay to begin after rung input goes false.

As an example, when an external cooling fan on a motor is provided, the fan has to run all the time the motor is running and also for certain time (say 10 min) after the motor is turned off.

This is a ten minute off- delay timer. The ten-minute timing period begins as soon as the motor is turned off.

OFF Delay Timer using PLC

RUNG 0000 :

Start/ Stop Switch is to turn ON/OFF the timer.

RUNG 0001 :

When start switch is pressed, Timer Enable bit (T4:0/EN) is turned ON to show the status of TIMER ON/OFF condition along with timer done bit (T4:0/DN)

RUNG 0002 :

When Start/Stop switch is Turned OFF, timer enable bit, timer timing bit turned OFF to show the status of timer. Timer Timing bit turned ON to show the status of timer is running. Time done bit maintain its previous state.

RUNG 0003 :

If accumulator value reaches preset value, all the timer bits (EN,TT & DN) are turned off.

OFF Delay Timer Video Lesson

Conclusion

We can use this example program to understand the working of the OFF delay timer function in Allen Bradley PLC.

Author: Hema Sundaresan

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.

One Shot Rising PLC Example

PLC Important Questions

DeltaV System Configuration

Process Control High Level Alarm

PLC Practice Questions

You've successfully subscribed !
Share

Recent Articles

  • PLC Tutorials

Conveyor Sorting Machine PLC Program with Calculation Function

The conveyor sorting machine is widely used in the packing industries using the PLC program…

4 days ago
  • PLC Tutorials

Example of Flip-Flop PLC Program for Lamps Application

Learn the example of flip-flop PLC program for lamps application using the ladder logic to…

5 days ago
  • PLC Tutorials

STAR DELTA Programming using PLC Controller

In this article, you will learn the STAR DELTA programming using PLC controller to start…

5 days ago
  • Instrumentation Design

Single and Three Phase Immersion Electrical Heaters Wiring Circuits

Lube oil consoles of rotary equipment packages in industrial process plants are usually equipped with…

2 days ago
  • Instrumentation Design

Immersion Heaters in Lube Oil Consoles

Rotating equipment packages such as pumps, compressors, turbines need the lube oil consoles for their…

4 days ago
  • PLC Tutorials

How to Blink Lights in Ladder Logic?

This article explains how to blink lights in ladder logic with a detailed explanation video…

4 weeks ago