Lab 4
Lab 4
7.1 Implement the on-delay PLC program shown using the I/O Simulator screen and the
following addresses:
Input A _ I:1/0
Output B _ O:2/0
Output C _ O:2/1
Output D _ O:2/2
TON _ T4:0
7.2 Write a documented program that will implement the motor control relay circuit
shown. Use the Silo Simulator screen and the following addresses to simulate the
program:
Start _ I:1/0
Stop _ I:1/1
M _ O:2/0
TON _ T4:0
7.3 Write a documented program that will implement the start-up warning signal relay
circuit shown. Use the Silo Simulator screen and the following addresses to simulate the
program:
7.4 Write a documented program that will implement the automatic sequential relay circuit
shown. Use the I/O Simulator screen and the following addresses to simulate the
program:
SW _ I:1/0
M1 _ O:2/0
M2 _ O:2/1
M3 _ O:2/2
TOF _ T4:1
TOF _ T4:2
TOF _ T4:3
7.6 Write a documented program that will implement the pneumatic off-delay timer circuit
shown. Use the I/O Simulator screen and the following addresses to simulate the
program:
LS1 _ I:1/0
M1 _ O:2/0
M2 _ O:2/1
G _ O:2/2 R
_ O:2/3
TOF _ T4:0
7.7 Implement the fluid pumping process PLC program shown. In this application:
� When the start button is pushed, the pump starts. The button can then be
released, and the pump continues to operate.
� When the stop button is pushed, the pump stops.
� Before starting, PS1 must be closed.
� PS2 and PS3 must be closed 5 s after the pump starts. If either PS2 or PS1
opens, the pump will shut “off” and will not be able to start again for another 14
s.
Use the I/O Simulator screen and the following addresses to simulate the program:
Stop _ I:1/0
Start _ I:1/1
PS1 _ I:1/2
PS2 _ I:1/3
PS3 _ I:1/4
M (pump) _ O:2/0
TOF _ T4:5
TON _ T4:6
7.8 Write a documented program for a retentive on-delay timer that will turn a light “on”
anytime a switch is closed for an accumulated time of 15 s. Use an NO reset pushbutton
to reset the timer. Use the I/O Simulator screen and the following addresses to simulate
the program:
Switch _ I:1/0
Reset PB _ I:1/1
Light _ O:2/0
RTO _ T4:0
7.9 Implement the bearing lubrication PLC program shown. In this application:
Use the I/O Simulator screen and the following addresses to simulate the program:
� Two TON timers form an oscillator circuit, which generates a timed, pulsed output.
� If the alarm condition (temperature, pressure, or limit switch) is true, the
appropriate output indicating light will flash.
Use the I/O Simulator screen and the following addresses to simulate the program:
TS1 _ I:1/0
PS1 _ I:1/1
LS1 _ I:1/1
G _ O:2/0
R _ O:2/1
Y _ O:2/2
TON _ T4:5
TON _ T4:6
7.12 Write a documented program for two TON timers cascaded to give a longer time-
delay period than the maximum preset time allowed for the single timer. Use the I/O
Simulator screen and the following addresses to simulate the program:
SW _ I:1/0
PL _ O:2/0
TON _ T4:1
TON _ T4:2
7-17(a) Implement the control of traffic lights PLC program shown. In this application:
7-17(b) Add to the original program a pedestrian Walk light (O:2/3) that comes “on”
anytime the traffic light is Red.
7-18(a) Implement the control of traffic lights in two directions PLC program shown.
Use the Traffic Simulator screen and the following addresses to simulate the
program:
_
T
4
:
1
T
O
N
_
T
4
:
2
T
O
N
_
T
4
:
3
7-18(b) Modify the original program so there is a 2-s period when both
directions will have their red lights illuminated. Use additional timers TON _
T4:4 and TON _ T4:5 to implement this change.