Adding Train Group with Current Stop
Posted: Tue Feb 11, 2025 9:01 pm
I have a train network where most fill stops are a common name then use an interrupt to template the proper destination.
The problem is when you assign a train to a group, even if the template contains the current occupied stop, it seems to trigger interrupts again which causes the train to "leave" the current station but have no where to go. Another train then tries to use the stop and everything back up, now I have a train with cargo and now way to send it back to fill up.
I can work around this by never placing a train directly at a stop and then joining s group. I assume changing groups may have similar issues.
Why is there no destination? I build out outputs that I lack demand for. This way I do not have to come back to wire things together.
Why was the train not in the group? I placed it down manually and it started to fill. By the time I assign the group it has cargo so an interrupt for "cargo" > 0 triggers.
What do I expect? If the train is assigned to a stop in the group it would automatically start there in the schedule. Another solution may be to set to Manual so I can choose the next stop when a group is assigned.
The problem is when you assign a train to a group, even if the template contains the current occupied stop, it seems to trigger interrupts again which causes the train to "leave" the current station but have no where to go. Another train then tries to use the stop and everything back up, now I have a train with cargo and now way to send it back to fill up.
I can work around this by never placing a train directly at a stop and then joining s group. I assume changing groups may have similar issues.
Why is there no destination? I build out outputs that I lack demand for. This way I do not have to come back to wire things together.
Why was the train not in the group? I placed it down manually and it started to fill. By the time I assign the group it has cargo so an interrupt for "cargo" > 0 triggers.
What do I expect? If the train is assigned to a stop in the group it would automatically start there in the schedule. Another solution may be to set to Manual so I can choose the next stop when a group is assigned.