Chapter 4.2 Programming Timers - A - Siemens
Chapter 4.2 Programming Timers - A - Siemens
PLC
Programming
Section 4.5
Programming Timers
Section 4.5.1
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.
Relay symbols used for on-delay timed contacts.
On-delay,
provides
time delay
when the
relay coil is
energized.
Relay symbols used for off-delay timed contacts.
Off-delay,
provides time
delay when
the relay coil is
de-energized.
The on-delay timer is sometimes referred to as
DOE, which stands for delay on energize.
Timer Instructions
PLC timer instructions that provide the same
functions as timing relays.
Equivalent
generic PLC
programmed
circuit
Equivalent simulated SLC 500 program.
Conveyor warning signal circuit.
Equivalent
SLC 500
programmed
circuit.
SLC 500 simulated program.
Automatic sequential motor control system.
Retentive Timer
Copyright (c) 2017 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education
A retentive timer accumulates time whenever
the device receives power, and it maintains the
current time should power be removed from the
device.
Electromechanical
retentive timer.
TP Timers
TP Timer
Coil formatted timer instruction.
Section 4.5.7
Exercises
Examine the networks shown in Fig. 3.48 and answer the
following questions:
a.) What is the status of Motor 1 if LS1 is OFF?
b.) What is the status of Motor 1 if LS1 is ON for 30
seconds?
c.) What is the value of the timer accumulated value when
LS1 is OFF?
d.) What is the status of Motor 2 when LS1 is ON for 10s
Examine the networks in Fig. 3.49 and answer the
following questions:
a.) What is the status of Motor 1 if LS1 is OFF?
b.) What is the status of Motor 1 if LS1 is ON for 20
seconds?
c.) What is the timer accumulated value when LS1 is OFF?
d.) What is the status of Motor 2 when LS1 is ON after 10
seconds?
e.) What is the status of SOL1 and SOL2 if LS1 is OFF?
Assume that PB1 is a normally open momentary switch.
a.) What is the status of Motor 1 and Motor 2 if LS1 is ON
for 40 seconds and PB1 is not pressed?
Assume that PB1 is a normally open momentary switch.
b.) What is the status of Motor 1 if LS1 is ON for 60
seconds and then OFF for 40 seconds and PB1 is not
pressed?
Assume that PB1 is a normally open momentary switch.
c.) What is the status of the Motor 2 when LS1 is OFF?
d.) What is the status of SOL1 and SOL2 if LS1 is ON for
50 seconds?
Section 4.5.7
Cascading Timers
Programmed sequential motor starting circuit.
Simulated sequential motor starting circuit.
Annunciator flasher alarm program.