One output at a time with timers

Spiron

Terrarian
My goal is for me to activate a mechanism that does this repeatedly (total of three outputs):
1) flick switch or something to activate circuit
2) output one gets triggered "on," 2 stays "off," 3 stays (or turns) "off."
3) output 2 gets triggered, turning it on, but 1 off, 3 stays "off."
4) output 3 gets triggered, turning it on, but 2 off, 1 stays "off"
5) continue loop from 2

in picture form:

1 0 0
0 1 0
0 0 1

repeat forever, or until I turn it off

I'm new to wiring, and after spending too long trying to figure this out myself, I'm throwing in the towel and asking for help.
 
Since it looks like you want a 3 bit register , you can have the outputs linked to logic gates with Lamps on them.

Switch turns on a timer cascade, which then toggles the states of the Logic Gate Lamps

1667196528819.png

1667196561839.png



Now all you have to do is have whatever you want activated wired to the Logic Gates at the bottom and there you go.
 
Back
Top Bottom