I ran into some problem with count down timer.

Thread Starter

Sabab

Joined May 18, 2024
1
To create the count up/count down timer, I believed that my original clock was already a count-up timer that could be set to any time and be changed accordingly. In my attempt I decide to make a countdown clock with the counters I originally had all counting down. I then decided to join these counters with my clock that counted up where the user could choose whether or not to use the Count-up or Count-down clock. I put the outputs of each clock’s digit into a circuit with a multiplexer and a switch. I believed that the switch would allow the user to switch between both clocks/timers. However it only allows the user to switch to a count-down timer that will countdown with no regards or relation to the Count-up timer/clock. I do not know how to fix this error.
 

Attachments

dl324

Joined Mar 30, 2015
17,200
Circuit in question:
1717201893030.png
I find your style to be unreadable. Too much whitespace and unnecessary hierarchy.
1717202068137.png
Try using paragraphs to organize your thoughts.

Explain what isn't working.
 

dl324

Joined Mar 30, 2015
17,200
This is how I did a 12-hour clock with set capability:
1717254328424.png

You have more hierarchy than necessary and you don't label the symbols, so you force us to have to open sub-circuits to see what they do.
 
Top