Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

In this project you are going to develop a digital circuit for a traffic light controller that will control the operation of traffic lights at

image text in transcribedimage text in transcribed

In this project you are going to develop a digital circuit for a traffic light controller that will control the operation of traffic lights at the crossroad connection shown in Figure 1. Road 3 Road 2 Road 4 One-Way Street $2 Road 1 Figure 1. The three traffic light signals Design Specifications There are three traffic light signals (S1, S2, and S3), each alternating between three states, RED, YELLOW and GREEN. These signals control the traffic flow on the three roads, road1, road2, road3. Your traffic controller should operate in two mode: Day and Night. In Night mode all traffic light signals show intermittent amber light (YELLOW). While n Day mode the traffic light signals operate in seven possible states as follows: In STATE 1, traffic coming through roadl can go forward or left. (S1 = GREEN, S2 = RED, S3 = RED) In STATE 2, traffic coming through road2 can go forward or left. (S1 = RED, S2 = GREEN, S3 =RED) In STATE 3, traffic coming through road3 can go forward or left. (S1 = RED, S2 = RED, S3 = GREEN) In STATE 4: before STATE 1 transfer to STATE 2 or STATE 3 (S1 = YELLOW, S2 =RED, S3 =RED) In STATE 5: before STATE 2 transfer to STATE 1 or STATE 3 (S1 = RED, S2 = YELLOW, S3 =RED) In STATE 6: before STATE 3 transfer to STATE 1 or STATE 2 (S1 = RED, S2 =RED, S3 = YELLOW) In STATE 7: no traffic coming from any road (All signals are RED) The operation of the three light signals (S1-53) is controlled through an arrangement of traffic sensors and traffic light controller circuit. There are three traffic sensors X1, X2 & X3, which sense the presence of traffic on the roads 1-3 as illustrated in Table 1. The controller operation is determined by the output of these three sensors as enumerated in Table 1. X1 Table 1. Traffic Sensors and Controller Operation X3 X2 Traffic case Controller operation 000 All roads have no traffic Stay at STATE 7 001 Only Road 1 has traffic Stay at STATE 1 010 Only Road 2 has traffic Stay at STATE 2 011 Road1 and Road2 have traffic Alternate between STATE 1, STATE 4, STATE 2, STATE 5, STATE 1.... 100 Only Road3 has traffic Stay at STATE 3 101 Roadl and Road3 have traffic Alternate between STATE 1, STATE 4, STATE 3, STATE 6, STATE 1.... 110 Road2 and Road3 have traffic Alternate between STATE 2, STATE 5, STATE 3, STATE 6, STATE 2... 111 All roads have traffic Normal operation: STATE 1, STATE 4, STATE 2, STATE 5, STATE 3, STATE 6, STATE 1.... Note: When you alternate between states. The traffic light will be GREEN for 10sec, YELLOW of 3sec and RED for 10sec You are not allowed to use any predefine components Make sure to display the count value (you may use 7seg display or Hex display)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions