The main disadvantage is that it has to be reset between selections.Here's a old favourite, using simple momentary pushbuttons.
The radio PB circuit doesn't.
The main disadvantage is that it has to be reset between selections.Here's a old favourite, using simple momentary pushbuttons.
Ok I got momentary push button switches with only NO contacts. For this application I need a push button switch with both NC and NO contacts, NC connecting inputs to ground and when the push button is pressed the NO connects the input to Vcc momentarily and then when it is released the input is connected to ground again through NC contacts.The signal needs to go between Vcc and ground (a CMOS input can never be left open/floating).
If you want to use a SPST push-button switch that switches to Vcc, then connect each input to ground with a 10kΩ resistor.
I believe not. The selected line is high, and the next PB pulls the control low, enabling the clock.The main disadvantage is that it has to be reset between selections.
The radio PB circuit doesn't.
Looks pretty simple... so with 4017 and 4093 NAND gate IC and push buttons with resistors and capacitors this can be done.I believe not. The selected line is high, and the next PB pulls the control low, enabling the clock.
That seems correct.I believe not. The selected line is high, and the next PB pulls the control low, enabling the clock.
Crutschow,If you wanted to do the selection with momentary push-buttons, then a "radio-button" circuit would work for that.

A 100nF ceramic is a typical IC decoupling capacitor to ground.what is the value of capacitors need to be used at Vcc to ground. Do pull down resistors have to be used. They are not present in this drawing so wanted to confirm.
Ok. I will use a 100nF capacitor.A 100nF ceramic is a typical IC decoupling capacitor to ground.
Yes, the circuit needs 10kΩ resistors to ground at each input if a SPST PB to Vcc is used.

That would be SPDT contacts, right?plan to use push buttons with nc and no contacts so I wouldnt be needing the 10kOhm resistors.
This switch hereThat would be SPDT contacts, right?

That should work.This switch here
You don't need switch debouncing for the circuit you are using, as once the switch makes contact, further bounce connections make no difference at the output.This is the circuit I will be using for switch debouncing at every PB switch
Great, Thank you!You don't need switch debouncing for the circuit you are using, as once the switch makes contact, further bounce connections make no difference at the output.
Those are OR and NOR gates, not XOR.In this circuit using OR and XOR gates
Yes I understood that. Four of the XOR ICs and two of the OR ICs.You do realize that the circuit in post #26 will require more ICs for controlling 7 outputs (total of 6 ICs), than some of the other posted circuits which only require 2(?).
That's NOR.Four of the XOR ICs
If you use rotary switch, the selection is sequential. You cannot randomly select any input because of the construction of the switch. You need to wire a push button in series to inject the input when the desired channel had been selected.Great! That's a good solution. A rotary switch for selection. I didn't think of that and I was thinking of so many other ways to provide interlock. This is the simplest solution.
Thanks a lot, nsaspook.