Chapter 7 - Programming Timers
Chapter 7 - Programming Timers
Mechanical Timing
Relays
© 2011, The McGraw-Hill Companies, Inc.
Mechanical timing relays are used to delay the
opening or closing of contacts for circuit control.
The instantaneous
contacts change
state as soon as
the timer coil is
powered
The delayed
contacts change
state at the end
of the time
delay.
© 2011, The McGraw-Hill Companies, Inc.
Relay symbols used for timed contacts.
On-delay,
provides
time delay
when the
relay coil is
energized.
Off-delay,
provides time
delay when
the relay coil is
de-energized.
Timer Instructions
© 2011, The McGraw-Hill Companies, Inc.
PLC timer instructions that provide the same
functions as timing relays.
Time Base is the intervals that the timers time out at.
If a programmer entered 0.1 for the time base and 50
for the preset time, the timer would have a 5-s delay
(50 x 0.1 s = 5 s).
On-Delay Timer
Instruction
© 2011, The McGraw-Hill Companies, Inc.
An on-delay timer is used when you want a time
delay to occur before an instruction becomes true.
Accumulated value is 0.
© 2011, The McGraw-Hill Companies, Inc.
PLC on-delay timer program.
Equivalent
generic PLC
programmed
circuit
© 2011, The McGraw-Hill Companies, Inc.
Equivalent simulated SLC
500 program.
Equivalent
SLC 500
programmed
circuit.
© 2011, The McGraw-Hill Companies, Inc.
SLC 500 simulated program.
Off-Delay Timer
Instruction
© 2011, The McGraw-Hill Companies, Inc.
The off-delay timer (TOF)
operation will keep the
output energized for a time
period after the rung
containing the timer has
gone false.
Timed
Instantaneous
Retentive Timer
Electromechanical
retentive timer.
Cascading Timers