0% found this document useful (0 votes)
22 views10 pages

GAD Micro Project

Uploaded by

wakteshridhar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views10 pages

GAD Micro Project

Uploaded by

wakteshridhar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

SANJIVANI RURAL EDUCATION SOCITY,

KOPARGAON
SANJIVANI K.B.P. POLYTECHNIC.

THIS IS TO CERTIFY THAT PROJECT ENTITLED:

“ Traffic light Signal Control ”

Submitted by:

1. Warule Krushna P. Roll No: 231


2. Wakte Shidhar K. Roll No: 230
3. Wakalkar Sanskruti v. Roll No: 229
4. Wagh Aishwarya. R. Roll No:225

Under the guidence of : Mr. D. R. Cholke


DEPARTMENT OF COMPUTER
TECHNOLOGY. (2021-22)
CERTIFICATE
Department Of Computer Diploma Technology
Sanjivani K.B.P. Polytechnic, Kopargaon.

This is to Certify that project entitled:


“ Traffic light Signal Control ”
Submitted by:
5. Warule Krushna P. Roll No: 231
6. Wakte Shidhar K. Roll No: 230
7. Wakalkar Sanskruti v. Roll No: 229
8. Wagh Aishwarya. R. Roll No:225
Under our supervision and guidance for partial
fulfilment of the requirement for diploma in computer
technology affiliated to Maharashtra state board of technical
education, Mumbai.

Prof D.R. CHOLKE Prof. G.N. Jorvekar. Prof. A. R. Mirikar.


(Guide) (H.O.D) (Principal)
Index

Sr. No. Topic Name

1 Introduction

2 What is the purpose of a traffic signal?

3 Do traffic signals reduce intersection crashes?

4 When should signals be considered?

5 Why is traffic engineering essential?

6 Through Lane

7 Code

8 Output

9 Conclusion
Introduction

Traffic signals control vehicle and pedestrian traffic by assigning priorities to


various traffic movements to influence traffic flow.
Properly designed, located and maintained traffic signals have one or more of
these advantages:
• Provide for orderly movement of traffic;
• Increase traffic-handling capacity of an intersection;
• Reduce frequency and severity of certain types of crashes, especially right-
angle collisions;
• Provide for continuous movement of traffic at a definite speed along a given
route;
• Interrupt heavy traffic at intervals to permit other vehicles or pedestrians to
cross.

What is the purpose of a traffic signal?


Traffic signals are designed to ensure an orderly flow of traffic, provide an
opportunity for pedestrians or vehicles to cross an intersection and help reduce
the number of conflicts between vehicles entering intersections from different
directions.
Do traffic signals reduce intersection crashes?
Certain types of crashes can be reduced in number or severity by installing a
signal, while other types of crashes will increase. Where signals are used
unnecessarily, the most common result is an increase in total crashes, especially
rear-end collisions.
Fixed-time signals follow a predetermined sequence of signal operation, always
providing the same amount of time to each traffic movement, whether traffic is
present or not. Actuated signals change the lights according to the amount of
traffic in each direction. They use various types of sensors to detect vehicles,
and adjust the length of the green time to allow as many vehicles as possible
through the intersection before responding to the presence of vehicles on
another approach.

When should signals be considered?


Traffic signals should be considered when they will alleviate more problems
than they create. A warranted signal properly operated may provide for more
orderly movement of traffic, and reduce the occurrence of certain types of
collisions. However, traffic signals function by stopping traffic, and whenever a
vehicle is stopped on the road, the potential for a crash is created. As a result,
unwarranted signals can result in increased crashes, delays and congestion.

Why is traffic engineering essential?


Unnecessary or excessive traffic signals can create hazards. One of the greatest
obstacles to applying sound principles of traffic engineering is the common
belief that simply installing a traffic signal will solve any traffic problem.

Through Lane
Solid Red
❖ A red signal means “STOP.” You can make a right turn after you stop
and yield to all other traffic. Do not turn if a “NO TURN ON RED” sign
is posted.
Solid Yellow
❖ A yellow signal light means “CAUTION,” the red signal is about to
appear.

Solid Green
❖ A green light means “GO,” after first yielding to vehicles and pedestrians
already lawfully in the intersection.

Code
Public Class Trafficsignal

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As


System.EventArgs) Handles Timer1.Tick
If yellow2.Visible Then
red3.Visible = True
yellow2.Visible = False
green1.Visible = False

ElseIf green1.Visible Then


yellow2.Visible = True
green1.Visible = False
red3.Visible = False

Else
green1.Visible = True
yellow2.Visible = False
red3.Visible = False

End If
End Sub

End Class
Output:
Conclusion
The improvement of town traffic condition is largely dependent on the
modern ways of traffic management and control. Advanced traffic signal
controllers and control system contribute to the improvement of the urban
traffic problem. The intelligent of traffic signal controller that is introduced in
this project with powerful functions and hardware interface. Good quality social
benefit has been made through the application of the intelligent traffic controller
in practice, and the application result shows that the intelligent traffic signal
controller will improve.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy