Jump to content

Elevator Controls


AnnaMayBelle

Recommended Posts

I'm currently using Tekkit 3.0.3 to design an elevator intended to traverse the height of a tower that reaches the maximum height limit of the map. I've settled on using Railcraft's Elevator Rails to do this, since Railcraft 3.3.0 added a condition that placing a rail opposite the Elevator Rail will cause minecarts that stop on that level to be pushed onto the rail.

So far, I've set up a system where each floor will have a wall of buttons next to the elevator. Each button is tied to a Toggle Latch so the setting can be turned on and off. The Toggle Latch is then rigged to a lamp above the light to show which floor is selected, and also to a wireless transmitter that is synched with a wireless receiver on the appropriate floor. Hitting the button for Floor 3, for example, will turn on the redstone signal up at Floor 3, meaning the carts will now travel to Floor 3 before exiting onto that floor's rail.

I've run into two noticeable issues... For one, if you turn on Floor 4, and Floor 2 without turning off 4, you'll be sent to Floor 4. Secondly, I've been testing all of these controls based on having floor controls only on the ground floor. If I were to add these controls to each floor, then turning on or off the 'Floor3' button on one floor would have no baring on whether or not another floor has selected Floor 3.

I'd appreciate any input on how I can wire this. This is about the third wiring scheme I've been through, and I'm not opposed to ripping everything out and starting over if I have to.

Link to comment
Share on other sites

As for your floor selection issue, you can put them all on latches with repeaters on them, and have every button clear all of them. This way, after all the latches are cleared, the repeater will give a signal to the selected latch to flip it, and it'll be the new and only selection.

Link to comment
Share on other sites

The problem with building in vanilla redstone is the size becomes prohibitively large... I'd like to not have to space out the buttons for each floor too far, since there's going to be so many of them. It's a very large building (I believe 65x65 were the specs we built from, and extending from 5 to the upper limit of the map), so I have a relatively large footprint to put the elevator in, but I'd also like to keep it to a minimal size since this rig will likely have to be built on every floor to provide floor-selection.

Link to comment
Share on other sites

You could use wireless redstone on every button (could also probably all be on the same channel for one floor) and link it to the ground floor rig. That way, only the ground floor part has to be built.

Link to comment
Share on other sites

Ooh I see where we could go with this... In fact, if every floor's buttons just pulsed wireless emitters, then all the innards that tell it what floor to select could be at a different location... All on one floor, or even in a neighboring building. I'm gonna work on some designs now.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...