I feel embarassed to ask this because I suspect it should be basic, but how the heck do you toggle cycle 3 (or more) emitters using a single grab sensor?
Printable View
I feel embarassed to ask this because I suspect it should be basic, but how the heck do you toggle cycle 3 (or more) emitters using a single grab sensor?
Use a selector set to have 3 outputs then hook up the grab switch to the cycle input.
tsk tsk tsk ung, you could have just asked me :p
Wait that was it?!
I knew I should have asked you why you were not using it!!
I even said to you that I bet it's a really simple solution that I was stupidly missing somewhere. Guess I should have listened to the tutorials instead of working everything out by trial and error.
Just out of interest though, if there had been no "cycle" input on the selector, how would you tech minded guys around here have set up the toggle/cycle logics in theory?
Without cycle, each selector output would have to activate the next selection when a button is pressed (using an AND gate), but you have to prevent the next selection from immediately activating the selection after that. You'd want the next one to only be activated on the rising edge of the button signal (the transition from off to on). You could try a counter counting up to 1, with the output connected to the reset. Shadowriver has a video showing one, he calls it a One-Shotter.
Handy tip - attach a combiner to the cycle input - the + will advance the selector by 1 and the - will retract the selector by 1. :p