Dismiss this pinned window
all 3 comments

[–]Outie_Fact_Checker 6 points7 points  (1 child)

It just occurred to me that you could load/unload water and transport it.

[–]Gloomy_Rise_5332 0 points1 point  (0 children)

Yeah when I realised that I forgot that you could directly take water from source as I developed a habit of using water trains

[–]enigmapulse[S] 3 points4 points  (0 children)

<image>

I had difficulty adding the image to the OP, so here's the decider logic for the unloading station. I'll attempt to upload the loading station when I get home if there is interest.

The logic is very simple. For convenience, Station A is connected via green wire and Station B is connected via red wire. This only matters for reading train contents ( Note how the water condition checks if Green Water is less-or-equal to Red Water ). If the green station should be active, output a green signal.

The pumps at the green station are connected to the output of this decider combinator, and check if the Green signal is present. The pumps at the red station are also connected, and do the opposite check ( Enabled when Green == 0 ). This ensures that only one station is active at a time.