On 9/25/2012 7:41 PM,
kidpr...@hotmail.com wrote:
> You asked the reason - Result. Fast, simple, RESULT. As a children's minister, I daily deal with kids on meds, family counsiling, web site maintainance, graphic design, music......... It always seems I come up with great theme ideas, just never sure how to get it done, and don't usually have the time to study and develop another new skill. I know how to solder, I know how to run wire, so learning to build IC boards was not a huge stretch, as long as someone gives me the schematic with pin outs. Conect A to B, Pin 2 to Pin 5..... I asked people in congragation, no one is in that field. So I turned to groups. I appreciate all the help.
>
> This circuit is actually going to be done 2 times, once for the boys side, once for the girls side. If one group of kids starts to get out of control, I push the button, and light goes to yellow - at red, their side does not get to participate in games at end of service (time waiting for Adults to finish). Sort of a positive peer preasure thing. One stop light for each side.
>
It would be more flexible, more reliable and a lot easier for you
to use 2 spdt toggle switches for each side, and a single on/off
switch (not shown) to turn Vin on or off. The circuit below will
work with either AC or DC.
Sw1
Vin ---o o---------redbulb------+
\ |
o---o o---yellowbulb---+
\ |
o----greenbulb----+
Sw2 |
Vin -----------------------------+
With the above, turning on yellow (sw2) turns off green, and
turning on red (sw1) turns off yellow (or green if you want
to go directly from green to red).
That way it gives you the flexibility to go from yellow back to
green or from red back to yellow (or green) if you want, and the
position of the toggles tells you what light is supposed to be on.
With the push button scheme you are stuck going in one direction
only, and an accidental push of the button would require cycling
through to get back to the correct color.
Ed