Advice with train unloading in series.
Posted: Fri Nov 08, 2024 11:14 pm
Hi, I want to do something a bit strange with my train network but I cannot find a solution.
I want two trains to be able to stop in series and unload at the same time, for my train logistics I have named all stations with the same name and the trains are working using interrupts to select automatically these stations. If the train is full, an interrupt is triggered to send it to a "Iron Depot", this works pretty well when the tracks are in parallel as the train will select the next free station and go there.
Because of throughput issues, I am trying to use the same lane for two trains so when the first train is unloading, the second (the one who is waiting to deliver cargo on the first station) is also being unloaded.
I can't get it working, I've tried putting stop signals just before the train and new trains get there, but as that is not their final destination, the inserters/loaders just do not work (I tried both)
I also tried to wire the stations toguether so the second station is only active while there is a train ID on the first station.
Same happens if I set priority "50" for first station and "40" for the second. Still no luck with this, the train just waits there but cargo can't be unloaded.
The only thing that works is if I set the train to manual while it is there, then the loaders start to work and unload all the ore.
Any advice about how to do this? The system runs fine except for this little thing, because if the second train is emptied by hand it just goes to the first startion and leaves inmediatelly to get more ore.
I want two trains to be able to stop in series and unload at the same time, for my train logistics I have named all stations with the same name and the trains are working using interrupts to select automatically these stations. If the train is full, an interrupt is triggered to send it to a "Iron Depot", this works pretty well when the tracks are in parallel as the train will select the next free station and go there.
Because of throughput issues, I am trying to use the same lane for two trains so when the first train is unloading, the second (the one who is waiting to deliver cargo on the first station) is also being unloaded.
I can't get it working, I've tried putting stop signals just before the train and new trains get there, but as that is not their final destination, the inserters/loaders just do not work (I tried both)
I also tried to wire the stations toguether so the second station is only active while there is a train ID on the first station.
Same happens if I set priority "50" for first station and "40" for the second. Still no luck with this, the train just waits there but cargo can't be unloaded.
The only thing that works is if I set the train to manual while it is there, then the loaders start to work and unload all the ore.
Any advice about how to do this? The system runs fine except for this little thing, because if the second train is emptied by hand it just goes to the first startion and leaves inmediatelly to get more ore.