Troubleshooting a Non-Functional 7 Segment Display Counter on Multisim?

  • Thread starter Thread starter Dave06
  • Start date Start date
  • Tags Tags
    Counter
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 6K views
Dave06
Messages
8
Reaction score
0
Hi there

Im building a 7 segment display that counts to 10 when a switch is activated .. this is on Multisim. I've built it to how i think is correct .. unfortunately is doesn't seem to be doing anythin at all ..

Any help is appreciated
 
Physics news on Phys.org
Hi Dave and welcome.

You would need to post a copy of your circuit.

It is common in logic circuits like counters to have a number of pins that have to be grounded or brought to the 5 volt reference level. Have a look for pins like "reset" and "enable" that have to be treated like this and check which way they need to be connected.
 
Can't really see the circuit, but if that is a TTL 7490 or similar, you would need to pull the input to ground rather than to 5 volts when you provide a series of pulses to check the counter.
TTL inputs are already at "high level" and need to be grounded for the counter to change state.

Can you make the circuit a bit bigger?
 
Last edited:
You are still pulling the input high with the switch. It is already high so this will not work.

Put a 1K resistor from input to ground and leave the switch where it is.
Or put a 1 K resistor to 5 V from the input and a switch to ground. Simulators like you to be definite about your intentions.

There may be other problems, but the circuit is still unreadable here.
 
Thanks a lot ... This seemed to fix the problem