Posted 01 February 2013 - 12:45 PM
On a multiplayer sever we have a train station.
What I want to do is for a monitor to display how far away a train is and say when it has arrived.
I have thought of a couple ways to do this but need help to decide the best choice.
Also note I am using FTB direwolf20 pack so misc peripherals is installed.
Option 1-
Use a detector rails and have separate wireless Redstone frequencies for each detector rail that represent a certain distance from the station. Then near monitor have a turtles with a Wireless Redstone module and wireless modem attached to them. There would be 1 turtle for each frequency. Each turtle waits for a Redstone signal through wireless Redstone module and then sends the distance cart is over rednet to the monitor.
Option 2-
Use detector rails and frequencies again but have each frequency output into a certain colour that goes into a bundled cable which attaches to a computer. Each colour would represent a certain distance. The computer waits for signal through a colour. Then converts that to a distance and sends to monitor to be displayed.
These are the only two options I could think of so if anyone has a better way of doing it that would be great!
I hope both methods make sense! :P/>
Thanks!
What I want to do is for a monitor to display how far away a train is and say when it has arrived.
I have thought of a couple ways to do this but need help to decide the best choice.
Also note I am using FTB direwolf20 pack so misc peripherals is installed.
Option 1-
Use a detector rails and have separate wireless Redstone frequencies for each detector rail that represent a certain distance from the station. Then near monitor have a turtles with a Wireless Redstone module and wireless modem attached to them. There would be 1 turtle for each frequency. Each turtle waits for a Redstone signal through wireless Redstone module and then sends the distance cart is over rednet to the monitor.
Option 2-
Use detector rails and frequencies again but have each frequency output into a certain colour that goes into a bundled cable which attaches to a computer. Each colour would represent a certain distance. The computer waits for signal through a colour. Then converts that to a distance and sends to monitor to be displayed.
These are the only two options I could think of so if anyone has a better way of doing it that would be great!
I hope both methods make sense! :P/>
Thanks!