Hi,Hi
So for 1 amp bulbs, CD4017 won’t work and the best/easiest option is 47LS93 + a decoder?

I think it depends on whether another lead is either grounded or powered. But that may apply to an up-down counter. From what I believe I recall it's a positive going edge. Don't shoot me if I'm wrong but that's where I'm putting money.Does anyone know if the 4017 clock on leading edge or trailing edge?
Hi,It was I who suggested a 4017.
More thoughts:
The brightest incandescent flashlight bulbs take around 5W. So, at 9W, these bulbs should be outrageously bright.
The typical “tact” switch cannot handle an Amp of current, so it needs to switch another transistor to control power to the bulbs.
Have company from out ot town this week, apologies Bob.Where is @sghioto when you need him? I am too lazy to draw up a schematic. The and gates will also work, as would a high side switch activated by the button. Does anyone know if the 4017 clocks on leading edge or trailing edge? It will make a difference in this circuit.
You’re allowed a life. No apologies necessary.Have company from out ot town this week, apologies Bob.
4017 can trigger on either edge.
Not to be a picky snob but I believe the intent is to have the light on as long as the button is depressed. I also believe, and looks like you got it right Al, one light lights up at a time. This means - as forgive me - someone already said this - the 4017 has to be constantly powered otherwise it will reset to zero.I’m trying to control 6 small light bulbs with one normally open push button switch. I want each bulb, but one at a time, to light for each press on the button, and to turn off when the button is released. I want this to happen in succession.
This thread went way over my head, but I’ll try to figure it out..Hi,
Actually it was a 74LS93 and a 1 of 8 decoder, but a CD4017B would be even simpler as mentioned by someone else here, because it has the decoder built in.
You need the transistors on the output of each decoder output though because the bulbs draw 1 amp.
You also need to have the device reset when it reaches a count of 6 if you only have 6 bulbs, using outputs '0' to '5' only, and '6' to reset to zero.
Last but not least, you cannot connect a switch directly to the CD4017B because it will cause erratic turn on of the bulbs which will appear to be uncontrolled. You have to debounce the switch. The easiest way is to use a momentary action pushbutton SPDT switch because that is much easier to debounce than a normally open SPST pushbutton switch. To debounce with an SPST switch you have to use a resistor and capacitor and it gets touchy on what values you choose, although if you do not need fast action that could work. Using an SPDT switch you can use a SET RESET latch to debounce the switch perfectly.
The switch has to be debounced because a regular switch will turn on and off many times when you press it before it comes to rest, and all of those on/off cycles cause the counter to increment by 1 count. With several on/off cycles the count could go from 1 to 5 in with just one push, or even 1 back to 1 with just one push, or even cycle around the count from 0 to 5 several times before it comes to rest on some random count like 4, even though the last count was at 5.
I think I covered everything mentioned in this thread by myself an others but to recap a little with due credits for the suggestions:
1. CD4017 or similar looks like a good choice (BobTHP).
2. MOSFET transistors to drive the bulbs (Eric).
3. Reset the CD4017 from the output '6' (Me).
4. Debounce the switch (Me).
5. Regular 9v battery is not a good idea (Cruts) as it is too weak to power a 1 amp bulb for very long, although maybe for a very short time only.
No. You're off on the wrong track.This thread went way over my head, but I’ll try to figure it out..
So I should use a SPDT switch instead of a SPST, however a SPDT switch will always keep one bulb glowing right? And if I want to be able to turn them off, so that no bulb is glowing, I could simply add a SPST switch to stop the electric flow without interfering with the CD4017? As long as it don’t stop the electric flow to the CD4017 (like pulling out the battery would) it won’t reset the CD4017 but let it remain state, is that correct?
And the reason why transistors is necessary, is because they amplify the electricity (AFTER leaving the CD4017) to the right current (in this case 1 amp), which is to high for CD4017B to handle, is that correct? And if so, what is used to lower the current BEFORE it reach CD4017?

Since 1970.Does anyone know if the 4017 clocks on leading edge or trailing edge?
Close.I think it depends on whether another lead is either grounded or powered.
Hi,This thread went way over my head, but I’ll try to figure it out..
So I should use a SPDT switch instead of a SPST, however a SPDT switch will always keep one bulb glowing right? And if I want to be able to turn them off, so that no bulb is glowing, I could simply add a SPST switch to stop the electric flow without interfering with the CD4017? As long as it don’t stop the electric flow to the CD4017 (like pulling out the battery would) it won’t reset the CD4017 but let it remain state, is that correct?
And the reason why transistors is necessary, is because they amplify the electricity (AFTER leaving the CD4017) to the right current (in this case 1 amp), which is to high for CD4017B to handle, is that correct? And if so, what is used to lower the current BEFORE it reach CD4017?