C
Chris
Guest
Hello,
I'm trying to make a device that controls two lights. There are two
switches and each controls one of the lights (i.e. SW1 controls LED1).
So, if SW1 is pressed, LED1 will turn on. A second press of SW1 will
deactivate LED1.
Also, I never want both lights to be on at the same time.
If SW2 is pressed while LED1 is on, LED1 will turn off and LED2 will
turn on. A second press of SW2 will deactivate LED2.
I plan to use momentary tact switches, so the latching can't come from
something like toggle switches.
And for more fun: if the power goes out, I don't want either lights to
be on when the power comes back on.
I've been trying to make it work with relays (without any luck). Has
anyone tried this before? Any help would be greatly appreciated.
Thanks in advance,
Chris Kirchen
I'm trying to make a device that controls two lights. There are two
switches and each controls one of the lights (i.e. SW1 controls LED1).
So, if SW1 is pressed, LED1 will turn on. A second press of SW1 will
deactivate LED1.
Also, I never want both lights to be on at the same time.
If SW2 is pressed while LED1 is on, LED1 will turn off and LED2 will
turn on. A second press of SW2 will deactivate LED2.
I plan to use momentary tact switches, so the latching can't come from
something like toggle switches.
And for more fun: if the power goes out, I don't want either lights to
be on when the power comes back on.
I've been trying to make it work with relays (without any luck). Has
anyone tried this before? Any help would be greatly appreciated.
Thanks in advance,
Chris Kirchen