What I have been looking for is an easy and compact way to only have an output be powered when an imput was powered multiple times (2 or 3 in my case) and reset at the end (so you wouldnt have to power it 2 or 3 times again just to shut it off) One way I know is to have a line of t-flip flops going into each other however this takes up a lot of unnecessary space and it doesn't reset. Any ideas?
are you talking about an AND gate, or a counter?
AND gates are pretty simple to make and are shown at the top of the redstone forum page in the redstone guide.
wow i feel stupid not thinking a counter would work.. . and no I don't need an AND gate because i really only have 1 input line, but multiple pulses, thanks Magix
AND gates are pretty simple to make and are shown at the top of the redstone forum page in the redstone guide.