LECT05 - PLC Timer Functions PDF
LECT05 - PLC Timer Functions PDF
Controllers
Lecture 5-1
Outline
• Introduction
• PLC Timer Functions
• Examples of Timer Function Applications
Lecture 5-2
5-1
Objectives
• Describe PLC retentive and delay timer
functions.
• List and describe major timing functions that
are commonly used in circuits and processes.
• Apply PLC functions and PLC circuitry to
process control for timing functions.
• Apply PLC timers in multiple timing problems
that combine two or more of the basic timing
functions.
• Apply PLC timers for the control of processes.
Lecture 5-3
Introduction
• The most commonly used process control
device after coils and contacts is the timer.
• The most common timing function is TIME
DELAY-ON, which is the basic function.
• There are also many other timing
configurations, all of which can be derived
from one or more of the basic TIME DELAY-
ON functions.
• PLCs have the one basic function timer
capability in multiples.
Lecture 5-4
5-2
Timer Uses
• The timing block functions are used with
various contact arrangements and in
multiples to accomplish various timing tasks.
• Typical industrial timing tasks include timing
of the intervals for welding, painting, and
heat treating.
• Timers can also predetermine the interval
between two operations.
• With a PLC you can utilize as many timer
blocks as you need, within the PLC memory
limitations.
Lecture 5-5
Lecture 5-6
5-3
Timer Variables
• One major advantage of the PLC timer is that
its time may be a programmable variable
time as well as a fixed time.
• The variable time interval may be in
accordance with a changing register value.
• Another advantage of the PLC timer is that
its timer accuracy, repeatability, and
reliability are extremely high because it is
based on solid-state technology.
Lecture 5-7
Non-retentive Timers
• A single-input timer called a non-retentive timer is used in
some PLCs.
– Energizing I:1/0 causes the timer to run for 4 seconds.
– At the end of 4 seconds the output (DN) goes on. When the input is
de-energized, the output goes off and the timer resets to 0.
– If the input I:1/0 is turned off during the timing interval (for
example, after 2.7 seconds), the timer resets to 0.
– TON is the basic non-retentive timer in Allen-Bradley PLCs
Lecture 5-8
5-4
Timer Information
Lecture 5-9
Lecture 5-10
5-5
Retentive Timers (RTO)
• Functions exactly like TON except the accumulated
time value is retained even if the input rung is de-
energized.
Lecture 5-11
Lecture 5-12
5-6
Examples Of Timer
Function Applications
• On delay
– Output B comes on at a specific set time after output A is
turned on. When A is turned off, B also goes off.
• Limited on time
– A and B go on at the same time. B goes off after specific set
time period, but A remains on.
• One-shot operation
– Output B goes on for a specified time after output A is
turned on. Output B will run for its specified time interval
even if A is turned off during the B timing interval.
• Interval time within a cycle
– We may require that an output come on 7.5 seconds after
system startup, remain on for 4.5 seconds, and then go off
and stay off. The interval would repeat only after the system
is shut off and then turned back on.
Lecture 5-13
Lecture 5-14
5-7
Limited On-Time Timer Function
• This example illustrates a situation in which two outputs go on at the
same time.
• Then, one of them is to go off after a preset period of time.
• One output, O:2/0, stays on; the other output, O:2/1, turns off at the end
of the timing interval.
• Resetting is accomplished by turning I:1/0 off.
Lecture 5-15
Lecture 5-16
5-8
Interval Time Within a Cycle
• This example is for a timed interval of a
number of seconds after the start of a
process operation.
– This time interval is sometimes called an
embedded time interval.
– A fan is to come on 8.7 seconds after a system is
turned on.
– It is then to run until 16 seconds after the system
is turned on, which is a net time of 7.3 seconds.
Lecture 5-17
Lecture 5-18
5-9