(Wiremod) How do I connect more than one button to one gate to do the same thing?
3 replies, posted
I made an elevator using this tutorial: [url]https://www.youtube.com/watch?v=qsOh3g4jeP8[/url]
It works great, but I want to know how I can hook up 3 buttons to the one smoother gate. The one on the elevator, one at the top, and one at the bottom. How do I do it? Is there like a special gate that lets you connect multiple buttons to stuff?
an OR gate outputs on when any one of its inputs receives a signal. So instead of a button to a gate, you have 3 buttons to an OR to a gate
[editline]3rd June 2017[/editline]
or if wiremod only lets you have two inputs on an OR (i don't remember) you could put two buttons on one OR, then the output of that OR into another OR with the third button
Would it work with the way this elevator works? It NEEDS the smoother gate to work.
You'll want to use a Latch gate, under memory. Set Clk and Data to an Add gate with all your buttons connected to it (make sure toggle is off), then hook the smoother up to the latch
When the Clk input goes positive, the latch locks to whatever data is
Great thing about this is you can add as many buttons as you want, so you can have one button on each floor and a bunch of buttons inside the elevator
Sorry, you need to Log In to post a reply to this thread.