CFEW Forums
The Panda Highway Conundrum - Printable Version

+- CFEW Forums (https://forum.cfew.us)
+-- Forum: Minecraft (https://forum.cfew.us/forumdisplay.php?fid=5)
+--- Forum: Server Discussion (https://forum.cfew.us/forumdisplay.php?fid=6)
+--- Thread: The Panda Highway Conundrum (/showthread.php?tid=6132)

Pages: 1 2


RE: The Panda Highway Conundrum - Kataclismic - 02-01-2019

I've come up with a solution that I hope to implement after I've completed a working model. Here's a summary of the difference:

John's system

1) A user presses a button at a station and a binary number representing the destination is broadcast across the entire network.
2) ALL junctions decode this number and point their tracks in the direction of the station represented by the number.

Simple, elegant and if you are the only one using the system it works like magic. When I told John at the outset that this will fail as soon as another person presses a button while somebody is traveling he told me that redstone signals won't propagate over unloaded chunks. Not quite that simple though, as we have demonstrated.


Kata's system

1) A user presses a button at a station loading a memory module with the path necessary to get to the station represented by the button.
2) The user places their cart and presses the launch button which uses the memory module to set the track and send the signal on to the next (specific) junction.
3) The signal reaches the next junction, loads into that junction's memory module and waits for the user's cart to arrive.
4) The user reaches the junction triggering it to read the memory module, set the track and send the remaining signal on according to the signal data.
5) Return to and continue at (3) until the destination is reached.

I have replaced John's serializer (the component that turns multiple signals into a single binary number) with a decoder (the component that returns a binary signal to multiples)/programmable memory circuit/serializer combo so my system will still use John's buttons to program the memory but requires far less redstone to accomplish the task. I still need a big multiplexer design to send the signals in the proper directions but that won't be difficult to put together. Stand by for information on my first working model for testing!


RE: The Panda Highway Conundrum - whitelily36 - 02-02-2019




RE: The Panda Highway Conundrum - ATruePitato - 02-04-2019




RE: The Panda Highway Conundrum - Kataclismic - 03-10-2019

You can use "/warp katarail" to see part of the system in creative and another demonstration of the memory module down at ground level. The full relay is demonstrated in old SW Spawntown with Spawn station and Lily's house station linked up via the one T-junction between them. Each station has three buttons that take you in three different directions but only the station to station option is controlled, the rest send you out of the system entirely.


RE: The Panda Highway Conundrum - whitelily36 - 03-10-2019