Você está na página 1de 8

3/28/2019 How to Interchange ON Delay Timer and OFF Delay Timer in a PLC

Select C
About Contact Disclaimer Copyright Subscribe Submit Articles Forum Helping Hand Part Time Job Learn PLC Android App iPhone App

Inst Tools    
RECENT
SPONSORED SEARCHES

plc training circuit simulator Rizwan M


plc programming
Fieldbu
plc controls and automation electrical test electrician course
Mihir Ra
Loop Co

Home » How to Interchange ON Delay Timer and OFF Delay Timer in a PLC Qadir M
Quick O
PLC Tutorials

How to Interchange ON Michael


Intervie

Delay Timer and OFF Delay


SPONSO
mouyed
elect
Sequen
FOLLOW

Timer in a PLC allen

siem

SHARE  0          plc s

test
Likea

CATEGO

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept
Read More
Select C
https://instrumentationtools.com/interchange-on-delay-timer-off-delay-timer-plc/ 1/18
3/28/2019 How to Interchange ON Delay Timer and OFF Delay Timer in a PLC
Select C
Timer functions are most important in PLC Programming. Logics play
the important role in PLC Programming.

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

ON Delay Timer and OFF Delay Timer Loop Co

Qadir M
Quick O

Michael
Intervie

mouyed
Sequen
FOLLOW

Ads by
We'll try
Adnot
closed
to show
by that ad again
Report this ad Why this ad?

Like
PLC Timer Functions
ON DELAY TIMER :
CATEGO

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept
Read More
Select C
https://instrumentationtools.com/interchange-on-delay-timer-off-delay-timer-plc/ 2/18
3/28/2019 How to Interchange ON Delay Timer and OFF Delay Timer in a PLC
Select C
In Layman Statement, Delaying the turning “ON” of the output is On
Delay Timer.

Example : RECENT

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

Mihir Ra
Loop Co

Qadir M
Quick O

Michael
Intervie

mouyed
Sequen
FOLLOW

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

They are Like

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 CATEGO

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept
Read More
Select C
https://instrumentationtools.com/interchange-on-delay-timer-off-delay-timer-plc/ 3/18
3/28/2019 How to Interchange ON Delay Timer and OFF Delay Timer in a PLC
Select C
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
RECENT
limit starting from zero.
Accumulator (ACC): Running value of the timer Rizwan M
Time Base : You have options to chose timer base, Sec, cent Fieldbu
sec,
Mille sec. Mihir Ra
Loop Co
OFF DELAY TIMER :
Qadir M
In Layman Statement, Delaying the turning “OFF” of the output is Quick O
Off
Delay Timer. Michael
Intervie
Example:
mouyed
See the image below; if you turn on Input, output will turn ON
Sequen
FOLLOW
immediately, when you turn OFF the input, It will take 5 sec to turn OFF
the output. It will not turn OFF immediately.

Like

CATEGO

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept
Read More
Select C
https://instrumentationtools.com/interchange-on-delay-timer-off-delay-timer-plc/ 4/18
3/28/2019 How to Interchange ON Delay Timer and OFF Delay Timer in a PLC
Select C

RECENT

Rizwan M
Fieldbu

Mihir Ra
Loop Co

Qadir M
Quick O

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


Intervie
They are
mouyed
Enable Bit (EN): It will turn on when timer is on Sequen
FOLLOW
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
Like
limit starting from zero.
Accumulator (ACC): Running value of the timer
Time Base: You have options to choose timer base, Sec, cent sec,
CATEGO
Millie sec. 
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept
Read More
Select C
https://instrumentationtools.com/interchange-on-delay-timer-off-delay-timer-plc/ 5/18
3/28/2019 How to Interchange ON Delay Timer and OFF Delay Timer in a PLC
Select C
List of Inputs and Outputs

RECENT

Rizwan M
Fieldbu

Mihir Ra
Loop Co

Qadir M
Quick O
PLC Program for ON Delay and OFF Delay Timers
Michael
Intervie

mouyed
Sequen
FOLLOW

Like

CATEGO

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept
Read More
Select C
https://instrumentationtools.com/interchange-on-delay-timer-off-delay-timer-plc/ 6/18
3/28/2019 How to Interchange ON Delay Timer and OFF Delay Timer in a PLC
Select C

RECENT

Rizwan M
Fieldbu

Mihir Ra
Loop Co

Qadir M
Quick O

Ladder Logic Description Michael


Intervie
ON DELAY TIMER AS OFF DELAY TIMER :
mouyed
1. Rung 0000 :- Sequen
FOLLOW

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 :- Like

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. CATEGO

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept
OFF DELAY TIMER
ReadAS ON DELAY TIMER :
More
Select C
https://instrumentationtools.com/interchange-on-delay-timer-off-delay-timer-plc/ 7/18
3/28/2019 How to Interchange ON Delay Timer and OFF Delay Timer in a PLC
Select C
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. RECENT

Conclusion Rizwan M
Fieldbu
The above used timer concept is used to under the function of timer
Mihir Ra
working. It may or may not used in real time application. Loop Co

Author : Hema Deepan Qadir M


Quick O
Articles You May Like :
Michael
MCQ on PLC Test Intervie

Compare PLC and DCS mouyed


Sequen
FOLLOW
What is Relay Logic ?

PLC Maintenance List

Boiler PLC Start-up

Similar Articles: Like

PLC Timer Programming Examples


Traffic Light Control using PLC Ladder Logic
CATEGO
PLC Timer Instructions 
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept
PLC based Read
Metro Automation Project
More
Select C
https://instrumentationtools.com/interchange-on-delay-timer-off-delay-timer-plc/ 8/18

Você também pode gostar