Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

COMBINATIONAL LOGIC PROJECT

Status
Not open for further replies.

asolondon

Junior Member level 2
Joined
May 31, 2002
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
133
combinational logic problems

A railway station is designed to control and record the movement of
low, medium and high trucks. A bank of light is on one side of the railway
track while another bank of three photocells is on the other(opposite)
side.

Using logic gates construct a circuit which will light a lamp only when
a medium truck passes, but will be unaffected by low and high trucks.

(This logical ‘1’ output can be used to drive a counter).This logic
gates may include:

Flip flop

NOT gate

NOR gate

NOT-Exclusive

OR gate

AND gate
 

combinational logic circuits projects

A nice assignment :)

Now you have described it ..

How would you solve it ???

/Bingo
 

combinational logic design projects

Come on guys! This is elementary logic stuff
 

combinational logic gate projects

can i get the details of the elementary logic stuff?
 

electronics logic project

go there:
 

combinational logic circuit projects

Hi asolondon

Your problem is verry similar to the mouse position detection (inside the mouse is a light source and 2 plastic disks wich obturate the light when you move the mouse ball in x, y directions- the problem is to find the x,y coordonates).

Or similar with the phase comparator problem (used in PLL's)...

Or similar whith the problem of synthessys of RS bistable using 2 NAND gates...

All those problems (and much more!!) had the solutions in asincron state machine theory!!!
 

combinational logic circuit design+projects

The way I see the problem is a small truck will obstruct only the lower phototransistor, a medium truck will obstruct the lower two phototransistors and a large truck will obstruct all three.

In the schematic, I assumed that an unobstructed phototransistor will produce a HI.
So, three conditions have to be met simultanously for a HI output:
Lower two phototransistors output a LO and the upper one outputs a HI. Since these conditons have to be all true, you just need an AND and invert the signals from the lower two photodetectors. Any other combination is invalid.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top