Build an intersection traffic light using the led, Electrical Engineering

Assignment Help:

Build an intersection traffic light using the LED's as in the diagram below

1689_Build an intersection traffic light.png

Day

Use the LED's on the trainer (port 11)

Main Street and Side Street alternate.

Main Street is green for 6 seconds, yellow for 2 seconds (Side Street is red while Main Street is green and yellow (8 seconds).

When Main Street is red, Side Street is green for 6 seconds, yellow for 2 seconds.

Night

Bit D0 of the dip switch controls Day and Night. (port 12)

Day is a logic 0 on Bit D0 of the dip switch

Night is a logic 1 on Bit D0 of the dip switch

Main Street is green unless a car is detected on the Side Street.

Bit D1 of the dip switch controls a car on Side Street.

When Bit D1 toggles (changes from its previous state), a car is present on Side Street.

 

For the 2 and 6 second delay, use a ½ second loop program as the core subroutine.

 

TRAFFIC LIGHT FLOW CHART

416_Build an intersection traffic light 2.png

 

 

**********************************************************

************ MAIN ROUTINE (PARTIAL) *************

**********************************************************

 

Label           Nmem  Operand          Comments

 

start              LXI         SP XX,XX      ;set the stack

dmaingrn    CALL     maingrn         ;call main street green light, side red

                     CALL     6 sec delay

dmainyel     CALL     mainyel          ;call main street yellow light, side red      

                     CALL     2 sec delay

dsidegrn     CALL     sidegrn           ; call side street green light, main red etc.

 

nite              IN           $12                 ;check the dip switches

                     RAR                              ;rotate the day-nite bit in to the cy flag

                     JNC       maingrn         ;if 0, still day and goes to day routine,

                                                            ;if 1 falls through to "Call Main Greem"

                     CALL     maingrn         ;returns to "Car at Side Street"

                     IN           12                   

                     RAR

                     RAR

                     CC         mainyel          ;make main yellow

                     JMP       nite

 

************************************************************************

********************** NIGHT SUBROUTINE ***********************

************************************************************************

 

                     CALL     maingrn         ;make the main street green

                     IN           12                    ;check side street

                     RAR                              ;is lsb still a 1 (nite)

                     RAR     

                     JC          mainyel          ;make main street yellow

 

************************************************************************

********************* LIGHT SUBROUTINES **********************

************************************************************************

 

Label           Nmem  Operand          Comments

maingrn      MVI A    %11011011   ; main green, side red

                     OUT       $11

                     CALL     6sec                ; the the 6 sec subroutine

                     RET

etc

********************************************************************************************

******************************** 6 SEC DELAY*******************************************

********************************************************************************************

Refer to the OPEN AND CLOSED LOOP and EXTENDING THE LOOP experiments.

 

********************************************************************************************

******************************** 2 SEC DELAY*******************************************

********************************************************************************************

Refer to the OPEN AND CLOSED LOOP and EXTENDING THE LOOP experiments.

 

Use the following memory locations for each subroutine:

 

MAIN ROUTINE                           $8000            

MAIN GREEN                              $8100            

MAIN YELLOW                            $8200

SIDE GREEN                              $8300

SIDE YELLOW                            $8400

6 SECOND DELAY                      $8500

2 SECOND DELAY                      $8600

HALF SECOND DELAY                 $8700                        

 

Put the MAIN ROUTINE on a separate listing sheet label it MAIN ROUTINE.

Put the MAIN GREEN, MAIN YELLOW on separate listing sheet label it, MAIN GREEN AND YELLOW.

Put the SIDE GREEN and SIDE YELLOW on a separate listing sheet, label it SIDE GREEN AND YELLOW.

Put the HALF SECOND DELAY on a separate listing sheet, label it HALF SECOND DALAY.

Put the 6 and 2 SECOND DELAY routines on a separate listing sheet, label it 2 AND SECOND DELAYS.


Related Discussions:- Build an intersection traffic light using the led

3 phase 4 wire meters, 3 Phase 4 Wire Meters 3-phase 4 wire meters (10...

3 Phase 4 Wire Meters 3-phase 4 wire meters (10/20, 20/50 A) are used for agricultural and industrial consumers. For loads up to 50 A, the meters are directly linked to the su

Copy data byte 10h ldax instruction, Copy  data byte  10H LDAX  instruct...

Copy  data byte  10H LDAX  instruction Example : Copy  data byte  10H  stored at memory  location 3020 H to  the accumulator using  LDAX  instructions. Solution : To use

Electricity and gas hazards, INTRODUCTION : Electricity is one of the fine...

INTRODUCTION : Electricity is one of the finest gifts of science to the mankind since just a flick of switch can flood the room with light or put on a fan, an air conditioner or a

Diode transistor logic gate, A circuit realization of a NAND gate will now ...

A circuit realization of a NAND gate will now be developed. By connecting NAND gates together in various ways, one can synthesize other gates and flip-flops. Thus in principle, a s

What is right-through routing, Q. What is right-through routing? In rig...

Q. What is right-through routing? In right-through routing, originating exchange determines complete route from source to destination. No routing decisions are taken at interme

What is rxd, What is RXD? RXD- Receive Data Input This input pin of ...

What is RXD? RXD- Receive Data Input This input pin of 8251A gets a composite stream of the data to be received by 8251A.

Mode 2 - boost converter, Mode 2 In this  mode transistor  gets turne...

Mode 2 In this  mode transistor  gets turned off by  the negative output  of PWM  current  flows  through  inductance L diode D then  divide into two  parts one flows through

Write notes on clamping, Q. Write notes on clamping ? Clamping network ...

Q. Write notes on clamping ? Clamping network shifts (clamps) a signal to a different d.c level, that is it introduces a d.c. level to an a.c signal. Hence, the clamping networ

Electric current, Electric current   Electric current is a flow ...

Electric current   Electric current is a flow of electrons. Each electron carries a very small amount of negative charge (1.6 x 10 -19 coulombs)   A current

What insulators have in large size, Insulators have (A) A full valence...

Insulators have (A) A full valence band. (B) An empty conduction band. (C) A large energy gap. (D)All the above. Ans: Insulators have a large energy gap.

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd