Counter in multisim with four seven segment displays

  • Thread starter Thread starter wo0bin
  • Start date Start date
  • Tags Tags
    Counter
AI Thread Summary
The discussion focuses on creating a counter in Multisim that counts down from 59:59 to 00:00 using four seven-segment displays. Participants emphasize the need for a clear design description rather than relying on unreadable schematics. Key points include using specific integrated circuits (ICs) like the 4029 up/down counters, which allow for preset values and control over counting direction. A proposed solution involves decrementing the seconds and linking the carry-out (Cout) of the seconds to the carry-in (Cin) of the minutes to ensure proper countdown functionality. The goal is to achieve a smooth transition back to 59:59 upon reset, avoiding random numbers.
wo0bin
Messages
2
Reaction score
0
Im creating a counter in multisim with four seven segment displays. My task is to make them count from 59.59 - 00.00 My question now is how do i make it stop on 00.00 and how do i do so when i reset it so it says 59.59 and not some random numbers.
 
Engineering news on Phys.org


Tell us more about your proposed design first.

- Warren
 


ive attached the circuit down..im a neewbie at both digital electronics and multisim!
 

Attachments

  • sevensegmett.jpg
    sevensegmett.jpg
    47.5 KB · Views: 1,531


I don't really want to read your schematic, wo0bin. Besides, I can't -- it's too small. Instead, I want you to describe your design idea in words, something like this:

"I want to use a _________, the output of which will go through a ______, then a _____, which will drive the 7-segment display."

Also, I don't really understand your assignment. Is your counter supposed to be free-running, counting from 00:00 to 59:59, then rolling over back to 00:00?

- Warren
 


I can't read your schematic, either. You will need to compare the count to zero. What ICs are you using for counters?
 


im building a counter too but mine runs a little differently. I am using 4029 up down counters where u can preset whether to count up or down. You can set the value by using the jam input to the value u want to start at and use the clock input to count down with the frequency of the clock. HOWEVER.. the second least significant bit I am assuming cannot be great than or equal to 6 so your going to have to find a way to control the maximum value of that display to 0, 1, 2, 3, 4, or 5... other than that, it should run fine straight til it gets to oo.oo

Hope my n00b expertise helps
 


Actually i think i figured out what you can do. You can make the seconds count down the way i mentioned previously to 59.00, than attach the Cout to Cin of the 59 minute counters so it decrements that to 58 minutes and reload the 59 seconds back to the seconds counters and count down again...this will repeat till it goes to 00.00
 
Back
Top