Hi, thanks for response.
That design is the logical part of communication network - a subway. It's designed to handle station addresses and route signals within the network along with the player riding a cart. As I said before, this is designed to work within the computer game - Minecraft, if you're not aware of capabilities of this game in building logical circuits, I encourage you to dig through youtube, people have done really amazing things in it, such as fully functional tetris game, partially functional scientific calculator (capable of drawing linear and square root function charts) or even a 16-bit computer.
The design is following: The player on the source station gets on the minecart and provides target station address using interface similar to endpoints in my project. Stations are addressed using binary-encoded numbers, from 1 to 31 (0, as I mentioned before, means 'no target selected' and is a standby state for whole network). After pushing the button, the network carries a delayed signal, along with the player inside the minecart, through the hubs lying between source and the target station. Every hub routes signal and the minecart at the same time (minecart is routed using 'electrically' controlled steerings). Every hub is programmable using interface similar to the interface that I designed using LogicCircuit. For obvious reason the network I designed in LogicCircuit is lacking the minecart part
. Signal lines between hubs are bi-directional. Whole design is very loosely inspired on computer network routing using ip addresses and network masks (very loosely because there are major differences).
When I'll implement that design in the game, I'll certainly upload save-state here for people who own the game to look at final working project. I also plan to record the gameplay and, maybe, some tutorial on how to build it in Minecraft and upload it on youtube.
I hope that it's clear now and I'll be glad to answer any questions about it and of course if you'll find any error in the design or, as I said, 'physical inconsistency' - I'd be happy to fix it and learn something about electronic circuits. I really do have fun working on it in LogicCircuit and that's certainly first of many designs that I'll implement using your software. I'll upload my next projects for sure.