I have spent the past 2 days trying to figure out how to make my station effectively release trains when there is enough demand (e.g. a train load) at an outpost.
For this, I have each outpost wired up to the station which transmit a signal ('I') for every trainload (so 2 trainloads returnes 2 Is). So far so good.
I have a clock running at the stacker I want to manage from, which transmits the above info to each station in the stacker with time inbetween (5 ticks), so that they don't all go at the same time a load is available.
Now the tricky part:
To ensure that the trains don't all go to the same outpost at the same time, I want to provide a negative signal to the trainload 'I' signal the moment a train departs. This I just cannot figure out! I have tried different setups which do provide the correct signal but are reliant on an extra train signal relaying the information - this does not work as the 5 tick pulse already passed to the other stations causing the trains to have their next destination already set, regardless of the signal.
Current setup:

Help is greatly appreciated! My head is spinning all day T_T.