Why do the 7 segment LED's not light up in this TTL circuit simulation?

  • Thread starter Thread starter mode656
  • Start date Start date
  • Tags Tags
    Led
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 7K views
mode656
Messages
14
Reaction score
0
In the following circuit, none of the 7 segment LED's light up when i start simulation. I have been told that I do not need to connect anything to the LT, RBI and BI/RBO ports of the 74247 TTL. Does that affect anything maybe?[PLAIN]http://img708.imageshack.us/img708/390/7seg.png
 
Last edited by a moderator:
Engineering news on Phys.org
mode656 said:
In the following circuit, none of the 7 segment LED's light up when i start simulation. I have been told that I do not need to connect anything to the LT, RBI and BI/RBO ports of the 74247 TTL. Does that affect anything maybe?[PLAIN]http://img708.imageshack.us/img708/390/7seg.png[/QUOTE]

What does the datasheet say?
 
Last edited by a moderator:
You could take the wire that goes to pin 13 of U2 off U2 and ground it.

This will tell you if you have a LED problem or a driver problem because one of the LED segments should light up if you do this.
 
I gave my 13 year old son a simular lab which seem to work fine. Take a look, this may work for you as well.
 

Attachments

  • 7 Segment Desplay.jpg
    7 Segment Desplay.jpg
    9.9 KB · Views: 610
That circuit won't work for the 74247 which is TTL.

TTL has to be pulled low to go low and that circuit gives the inputs 5 volts or leaves them open.

So they would be high all the time.


Did you try this suggestion:
You could take the wire that goes to pin 13 of U2 off U2 and ground it.

This will tell you if you have a LED problem or a driver problem because one of the LED segments should light up if you do this.
 
The circuit has four dipswitches that feed the 7-segment decoder inputs.
This enables us to generate a complete truth table as illustrated in the data sheet.

I am currently creating EWB labs for my son where he will be simulating RC transistor oscillators driving JK flip-flops and NAND gates. He just loves it.
 
There are different families of logic and they have to be driven correctly.

This is an input for a TTL device:

220px-TTL_npn_nand.svg.png


Can you see that it makes no difference whether you connect 5 volts to A or B or just leave them open circuit?
It still counts as a "1".
To get a "0" input you have to pull A or B to ground.