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
AI Thread Summary
The discussion centers on troubleshooting a TTL circuit simulation where 7-segment LEDs do not light up. Participants suggest that the LT, RBI, and BI/RBO ports of the 74247 TTL may need to be connected for proper operation, as TTL inputs require a low signal to register a "0." Grounding pin 13 of the 74247 is recommended to determine if the issue lies with the LEDs or the driver. The importance of using the correct logic levels for TTL devices is emphasized, as leaving inputs open can lead to unintended high signals. Proper connections and configurations are crucial for the circuit to function as intended.
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: 576
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.
 
Back
Top