Yes it does… and would employ far less chips! Thanks for taking your time to answer…Using adders appears too complicated in my opinion.
What you are doing, sending x number of clock pulses should work in principle.
I agree… I should have mentioned what it was for…They get read, but weren't very clear.
You have finally explained what you want to do, and your previous postings now make sense.
Thank you for the detailed reply!The problem with using adders is that they are the wrong part for the job. For a variable-modulo counter, you need a multiplier: If the selected modulus is 3, then for one clock pulse you want the counter incremented three times. For modulo 5, one clock pulse is turned into 5 increments; etc. You can achieve this with a high-speed, variable-clock-count burst circuit. A 4017 can do this with additional gating.
Another option is a presettable counter. An encoded keypad outputs BCD 0 through 9, and this is latched into a presettable counter with a high-speed clock. When a "count" signal comes along, the counter counts down to zero and latches off. While it is counting, its high speed clock pulses are fed to the main counter driving the display.
Or something like that; this is messy to describe in text. Either way, the clock to the display counter is multiplied up to the desired modulus.
How many digits in the desired display?
ak
I’ve opted for multiple clock pulses as it is a much simpler solution. I will post a snapshot + short video to illustrate that it’s working already as it is (With clock pulses of course) so that I can receive some advice on best practices with digital chips.You do not seem to have provided a schematic of how your circuit is wired. You say that you are usding a CD410 (BCD up/dowm counter) but you do not say how you are decoding the 4 bit BCD output into the 7 signals required to dive a seven segment display. You may be using a decoder designed for a common anode display with a common cathode display. (Or vice versa.).
If you provide this information you will get better advice.
Les.