Possibly just being dumb, but my train in group "<sulfuric acid icon><number 4 icon>" interrupt named "load<sulfuric_acid" is not triggering unless I click on the automatic toggle twice to turn it off and on again.
Seems like a bug. I attached a save from right before the screenshots were taken
[2.0.15] Train interrupt not working without turning automatic off and on again
[2.0.15] Train interrupt not working without turning automatic off and on again
- Attachments
-
- bug.zip
- save
- (14.71 MiB) Downloaded 25 times
-
- factorio-current.log
- logs
- (10.5 KiB) Downloaded 29 times
Re: [2.0.15] Train interrupt not working without turning automatic off and on again
Interrupts only trigger when the train leaves its current station. They interrupt the *schedule*, not the train's waiting state. They cannot cause a train to leave a station early. I believe this is the root of your issue.
In this case, once it gets to the Depot station, it will only ever leave if Cargo Full is satisfied. At that time, it will check the interrupt conditions to see if any are satisfied, and if not, go to the next station in the normal schedule (if any). Since any time "Full cargo inventory" is true, Sulfuric acid will be greater than 195k, it is impossible for this interrupt to trigger in this schedule.
I suggest you go take a look at some of the interesting threads in the Gameplay Help forum to see how folks are solving this problem with interrupts the way they work now!
In this case, once it gets to the Depot station, it will only ever leave if Cargo Full is satisfied. At that time, it will check the interrupt conditions to see if any are satisfied, and if not, go to the next station in the normal schedule (if any). Since any time "Full cargo inventory" is true, Sulfuric acid will be greater than 195k, it is impossible for this interrupt to trigger in this schedule.
I suggest you go take a look at some of the interesting threads in the Gameplay Help forum to see how folks are solving this problem with interrupts the way they work now!
My mods: Multiple Unit Train Control, RGB Pipes, Shipping Containers, Rocket Log, Smart Artillery Wagons.
Maintainer of Auto Deconstruct, Cargo Ships, Vehicle Wagon, Honk, Shortwave.
Maintainer of Auto Deconstruct, Cargo Ships, Vehicle Wagon, Honk, Shortwave.
Re: [2.0.15] Train interrupt not working without turning automatic off and on again
I see, ok thank you. Sorry for the erroneous report