How Can BCD Switches Be Used as a Clock Source on a PCB?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
mahdert
Messages
13
Reaction score
0
Can anyone please explain to how one can use a set of BCD switches on a PCB and use them as a clock source?

Thanks.
 
Engineering news on Phys.org
mahdert said:
Can anyone please explain to how one can use a set of BCD switches on a PCB and use them as a clock source?

Thanks.

Doesn't make sense on the face of it. A clock source would have to be an active circuit. A switch is generally a passive electromechanical device.
 
If you need to recover a clock signal from 1-2-4-8 BCD signals, put a debouncer on the "1" signal (if it is a mechanical switch) and then a x2 multiplier (exclusive OR with a delay in one input).

If you want to recover a clock signal from the "carry" output of the BCD, put the "8" signal and the "1" signal into an AND circuit. This signal goes TRUE at "9" and FALSE on the next input clock signal. You also can use the "8" signal alone and carry on the negative transition.

Bob S
 
Last edited: