MisterBill2
- Joined Jan 23, 2018
- 27,514
Not every design is so good that it can't be tricked.
Yes right every design has its own advantages and disadvantages. All aspects like efficiency, power consumption, life of components due to usage needs to be considered. It is best to choose the design based on application needs. The method you suggested using SPDT switches is simple, good and does not use much power but I am designing a low power application and wastage of power wouldn't be much significant when compared with ease of use where simply pushing the buttons does the desired task of interlocking and being one ON at a time.Not every design is so good that it can't be tricked.
Crutschow,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(?).

Any circuit needs to be made on a bread board or perf board so making one without pressing reset every time could be a more comfortable to use design.Consider for a moment that a "radio button" circuit delivers the identical result of a "winner detect" circuit used for a lot of things. The big difference being that it demands a manual reset before another input can be latched.
So if the TS can accept needing to reset prior to another selection there is another realm of solutions not requiring any creation.
It works.But the below circuit doesent.
Could you please confirm me the purpose of this circuit using OR and NOR gates.
I have no idea what you are doing, where the PWM is going, or what you are shorting (which you likely shouldn't be).I thought it was to make only one PWM output present at a time. So I shorted Aout, Bout and Cout until Gout.
Hi Crutschow,It works.
It is a radio push-button circuit.
I have no idea what you are doing, where the PWM is going, or what you are shorting (which you likely shouldn't be).
Please post a schematic of the complete circuit with what you are doing, otherwise I can't help you.
This works correctly. I have 7 pwm square wave generator circuits each generating 7 different frequency PWM waves. The output of these 555 timer PWM circuits are shorted and given to the MOSFET switching module that supplies power to the load. Here is the circuit.
Now I can switch the PWM 1 to 7 using the radio push button circuit you provided above and it works fine. But I don't want the outputs shorted and want to provide some sort of isolation between them. Since if One is giving pulsed output voltage that will be present at the OUT of all 555 timers even though power to them will be OFF.Thanks Crutschow. The PWM signals are 5 Volts so I power the other IC s with 5 Volts. The ouput of Radio PB circuit, I give parallel connections to both the power supplies of the PWM and to the 4016 control pins to give outputs accordingly.You could use two CD4016 4-channel CMOS switches, controlled by the Radio PB signals, to isolate the PWM outputs.
Note that if the PWM signals are 12V, then the Radio PB and 4016 circuit must also be powered by the same 12V supply.

It's the logic skeleton of a radio-button circuit. A,B and C In are where the push buttons connect.Ok but what is this OR and NOR gate circuit for.
Ok I didn't know that. Thanks.It's the logic skeleton of a radio-button circuit. A,B and C In are where the push buttons connect.
Thanks. So that is a press and release push button switch same like the one used in the circuit consisting of 4532 and 4514.
Yes.Thanks. So that is a press and release push button switch same like the one used in the circuit consisting of 4532 and 4514.
It tends to get a bit more complex when there are more than three inputs. Three inputs take 3 ICs, 4 inputs take it to seven ICs and after that it gets complicated. The big deal is the "OR" gates.
True.Top
It tends to get a bit more complex when there are more than three inputs. Three inputs take 3 ICs, 4 inputs take it to seven ICs and after that it gets complicated. The big deal is the "OR" gates.

How does the PB switch not reset it's own latch when released? Are those switches momentary?The circuit below is easier to expand beyond three inputs:
My question as well.How does the PB switch not reset it's own latch when released? Are those switches momentary?


The 1 meg resistors in conjunction with the input capacitance provide enough delay (likely at least 10µs) so the latch being accessed doesn't reset before the reset signal goes away.My question as well.