Circuit which stops other switches to work asa one switch is pressed

AI Thread Summary
The discussion focuses on creating a circuit where multiple buzzers (or lamps) can only be activated one at a time, with all others deactivating when one is pressed. The user seeks guidance due to limited experience in circuit design, specifically mentioning a desire for clarity on how to implement this functionality. Suggestions include exploring enable signals in digital circuits, which could control the activation of the buzzers based on the primary switch's state. Additionally, participants recommend creating a logic table to outline the inputs and outputs for better understanding. The goal is to ensure that only one buzzer lights up at a time, preventing confusion about who pressed the switch first.
Sourabh N
Messages
634
Reaction score
0
I have to make a circuit which works like this : I'll have some buzzers (just bulbs which glow when switch is pressed); as soon as one buzzer is pressed, others stop working till the first switch is released. I don't have an experience of making circuits, except the easiest ones made in school. So, please help.
 
Engineering news on Phys.org
Sourabh N said:
I have to make a circuit which works like this : I'll have some buzzers (just bulbs which glow when switch is pressed); as soon as one buzzer is pressed, others stop working till the first switch is released. I don't have an experience of making circuits, except the easiest ones made in school. So, please help.

You should try to reword your question a bit. You're calling lamps buzzers and then saying that when you press the buzzer (the lamp) the others (what others?) stop working till the first switch is released.

CS
 
Sourabh N said:
I have to make a circuit which works like this : I'll have some buzzers (just bulbs which glow when switch is pressed); as soon as one buzzer is pressed, others stop working till the first switch is released. I don't have an experience of making circuits, except the easiest ones made in school. So, please help.

Maybe look into what enable signals on different logic circuits do. Lots of digital circuits use an enable signal, and it is worth understanding. It sounds like you need an enable signal for each of your secondary switches, and this signal is generated from your primary switch.
 
How to understand enable signal. I tried Wikipedia, but couldn't understand:cry:
 
Why don't you describe your system a little better? There could be a number of solutions ranging in complexity. There could be even quite simple mechanical solutions rather than digital logic-type solutions.
 
Ok, I'll try again. For e.g. I have 4 lamps, 4 people having it. As soon as one person presses the switch, his lamp glows and other circuits break(or something like that), so that other lamps don't glow, even if the other persons press the switch.
I'm doing this so that there is no confusion about who pressed the switch(i.e whose response was) first.
 
so like jeopardy the game show? You might want to have the light stay on until a reset (timed or manual reset)
 
Ya, That will work.
 
why don't you create a logic table first.
# of buttons and output value when input is 1 or 0 with a master controlling all
 
Back
Top