Lab 15 Traffic Lights Control

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Industrial Electronics Lab Manual Experiment # 15

Name: _______________________ Roll No:_______________

Experiment # 15
Objectives:

To control Traffic Lights utilizing word comparison using PLC.

Software Required:
PLC software.

Task # 1
Objective:

Traffic control using single timer.


Procedure:

a) From the Simulations Menu at the top of the Logix Pro screen, Select the Traffic Light
Simulation

Figure 1

b) Utilizing a single timer, employ the use of Word Comparison instructions to control our
simulated traffic light. The sequence of operation and timing durations are set out in
following timing diagram.

c) Your program should incorporate a 1 second period (delayed green) when both directions
will have only their RED lights illuminated. Note that the timing diagram below only
shows one of these 1 second intervals, but two are actually required.

1
Industrial Electronics Lab Manual Experiment # 15
Name: _______________________ Roll No:_______________

If a one second delay proves insufficient to get these drivers under control then just go ahead and
jack the delay up to two!

Ladder Logic Diagram:

2
Industrial Electronics Lab Manual Experiment # 15
Name: _______________________ Roll No:_______________

Results and Conclusion:

The PLC checks the status of the sensors. The system resolution is dependent on the output
provided by the sensors, then PLC checks the priorities and then provide output signal to the
traffic light poles for ON or OFF the red, yellow or green lights and ON time is dependent on the
specific priorities.

You might also like