if I have following situation:
- three stations 1*A, 2*B
- a train which just drives from A to B, back and forth
- the two B stations are connected to the same circuit network
- the condition is mutual exclusive, e.g "red = 0" and "red ≠ 0"
- if the signal red changes from 0 to 1, one station is disabled and the second one is enabled in the same tick
- the train does not as expected route itself to the other B station but instead goes back to A
The top line works as expected.
The second line has the behavior described above.
The third line skips the second station which should be available on rerouting.
The fourth line works as expected again.
Kind regards,
Gerhard