7-seg display never works for me

  • Thread starter Thread starter ProPatto16
  • Start date Start date
  • Tags Tags
    Works
AI Thread Summary
The discussion revolves around troubleshooting issues with a 7-segment display that remains fully lit despite correct outputs from a 7447N decoder. The user has experimented with both common anode and cathode configurations but is confused about the application of current limiting resistors, which are commonly referenced in examples without clear theoretical explanations. Clarifications about the enable latch (EL) input and the active low nature of the 7447 outputs are provided, suggesting that the display should function correctly if the EL input is managed properly. The conversation also touches on the conversion of binary inputs to BCD for the display, confirming that the display should only show the units digit for binary values above 9. Ultimately, the user resolves the issue by ensuring the EL input is correctly set, leading to successful operation of the display.
ProPatto16
Messages
323
Reaction score
0
7-seg display never works for me:(

Im flippin out. I always have this same problem with 7-segment-displays having only touched on theory stuff I don't know why this 7-seg display won't work. I've attached up probes and it shows all the right outputs.

ive fiddled with common anode and cathode displays, I have used 7447N for the conversion.

ive tried all combinations of EL EN BI and all I can get is it shows all segments lit up.

most of the time I see current limiting resistors but I am not sure how to apply them. there in nearly every example but nowhere is the theory for it.

ive attached the multisim 11 file

any help would be great. thanks.

and if possible the theory behind any of it.
 

Attachments

  • IMG_1533.jpg
    IMG_1533.jpg
    56.7 KB · Views: 529
Physics news on Phys.org
If you have some description of your IC, it would help if you could share it.

Those AND/OR combinations look strange to me.
 
It's bin-BCD Conv
It's the "units" digit of what will be 3 digits. That's why the 5th output is left untouched.
 
What is the description of the ~EL input? The 7447 outputs are active low. Are you using a 7-segment display with active low inputs? Finally, what is with all the gates? Why don't you feed the switch outputs directly into the D inputs? Or is there more you haven't told us?
 
Oh never mind. The screenshot I submitted is actually a 4511. And EL is enable latch. And it should be high.

And the gates convert the binary inputs into the switch to BCD for the display. So I know binary and BCD are equal for 0-9 but now when binary 10-11-12-14-15 is on the switch it just displays the "units" digit.
 
Actually it's right. EL should be high, but since its inverted it should be low. So it should still work.
 
All fixed (:
 
Back
Top