1
\$\begingroup\$

Here is a simplified version of what I am hoping to do:

I have two switches and a light. Both switches are momentary (spring return) buttons. I want the light to only turn on while the left button is being held down, BUT when the left button is first pressed down the right button must also held down. So the only sequence that would work is right down > left down > right release > light on until left released. (It's fine if the light turns on when both are engaged or after the right is released. Either works)

I specifically do not want the light to turn on by first holding down the left button then simply pressing the right button. It should only work if the left button is first engaged while the right button is already engaged, then the right can be released and it will operate until the left is released.

I hope that makes sense. I looked into latching relays and I started trying to figure out how to make that work, but confused myself. I am trying to use hardware for this instead of software. If anyone has any suggestions I would seriously appreciate it! Thank you!

asked Jun 13, 2023 at 2:30
\$\endgroup\$
2
  • 3
    \$\begingroup\$ what kind of light are you trying to control? ... a microcontroller would probably have the lowest parts count \$\endgroup\$ Commented Jun 13, 2023 at 4:19
  • \$\begingroup\$ The light is symbolic of closing the circuit to a firing switch board on a launch controller. I agree that building the logic into the microcontroller would be easiest, but I would prefer this safety mechanism to be hardware. My back up solution if I can't figure out the hardware will be adding the logic to the MC. \$\endgroup\$ Commented Jun 13, 2023 at 12:15

1 Answer 1

1
\$\begingroup\$

Here is a circuit with two latches. A simpler solution probably exists as well

schematic

simulate this circuit – Schematic created using CircuitLab

answered Jun 13, 2023 at 5:30
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.