Top Banner
AUTOMATED TRAFFIC SIGNAL CONTROLLER Anand Kokkanavar Natthaphat Rojanasupamit Prabhat Kumar Shukla Guided by : Bharati V. Kalghatgi Lecturer, Department of TE
16

AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Apr 03, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

AUTOMATED TRAFFIC SIGNAL CONTROLLER

Anand Kokkanavar Natthaphat Rojanasupamit Prabhat Kumar Shukla Guided by :

Bharati V. Kalghatgi Lecturer, Department of TE

Page 2: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Main Features of the Controller

1. Assumes equal traffic density on all the roads.

2. Allows the pedestrians to safely cross the road during certain periods.

3. Uses digital logic, can be easily implemented by using logic gates.

4. Is generalized and can be used for different roads with slight modification.

5. Can also be exercised manually when desired.

Page 3: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Brief Procedure to Design the Controller

Traffic Flow Diagram

Simultaneous States Table

Boolean Expressions

Circuit Diagram

Page 4: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Time period for which green, yellow, and red signals remain ‘on’ (and then repeat) for the straight moving traffic is divided into 8 units.

Pedestrians crossing north – south : green signals on unit 2 and 3. Pedestrians crossing east – west : green signals on unit 6 and 7.

The left- and right- turning traffic and pedestrians crossing north - south, and east - west, only green signals are used.

Flow of traffic in all possible directions

Page 5: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Simultaneous States of Signals

This Simultaneous States Table is obtained from Traffic Flow Diagram.

Page 6: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Similarly, using K-map for the remaining signals.

From Simultaneous States table, Obtain Boolean Expressions

XYZ

XYZ

XYZ

Page 7: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Boolean Functions

Page 8: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Circuit Diagram

Page 9: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

IC 74160

Synchronous Decade Counter

Count from 0 to 9 (0000 to 1001 in binary).

For normal counting, the reset, preset, count enable and carry in inputs should all be high.

When count enable is low, the clock input is ignored and counting stops.

The counter may be preset by placing the desired binary number on the inputs A-D, making the preset input low, and applying a positive pulse to the clock input.

Page 10: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

IC 74160

In Automated Traffic Signal Controller

The inputs A-D are left unconnected.

By connecting its Q3 output through a NOT gate to the reset input, it is wired as 3-bit binary counter (000 to 111 in binary).

Therefore, binary outputs Q2, Q1, and Q0 formvariables X, Y, and Z respectively.

Page 11: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

IC 555

A highly stable device for generating accurate time delays or oscillation.

In the time delay mode of operation, the time is precisely controlled by one external resistor and

capacitor.

General Description

In this Automated Traffic Signal Controller, Timer 555 is used as an Astable Multivibrator to generate clock signal for the 4-bit counter 74160.

Page 12: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Charge time (output high)

t1 = 0.693 (R1 + R2) C

Discharge time (output low)

t2 = 0.693 (R2) C

The total period :

T = t1 + t2 = 0.693 (R1 + 2R2) C

IC 555

Astable Waveforms

Using R1=220kΩ , R2=470kΩ , C=10uF

Then t1=4.7955 s , t2=3.2665 s

T=8.062 s => Each unit of 8 seconds theoretically.

Page 13: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Traffic signals are stimulated using LEDs

Page 14: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Rig-up Circuit on Breadboard

Page 15: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

Bibliography

Digital Logic Applications and Design by John M. Yarbrough, Thomson

Fundamentals of Electronic Devices and Circuits by David A. Bell

Fundamentals of Logic Design by Charles H. Roth, Thomson

Synchronous Up/Down Counter by Stan, M. R. and Bufieson, W. P.

http://www.electronicsforu.com/efylinux/circuit/nov2002/traffic.pdf

http://www.kpsec.freeuk.com/components/74series.htm http://en.wikipedia.org/wiki/555_timer_IC

Page 16: AUTOMATED TRAFFIC SIGNAL CONTROLLER Presentation

END