Page 1 of 1

[1.0.0] Train skips scheduled station

Posted: Tue Aug 25, 2020 4:46 pm
by Siapran
20200825122120_1.jpg
20200825122120_1.jpg (461.68 KiB) Viewed 1023 times

In this configuration, the train is waiting for Provider to become available.
When Provider becomes available, the train should go to Provider.
Instead, it skips Provider and goes straight to Requester.

See attached save file for reproduction.

Re: [1.0.0] Train skips scheduled station

Posted: Tue Aug 25, 2020 5:01 pm
by Loewchen
That is intended.

Re: [1.0.0] Train skips scheduled station

Posted: Tue Aug 25, 2020 5:32 pm
by mmmPI
you need to add a delay mechanism on the wire that allow the trains to leave the depo.

I tried with 3 arithmetic in a row, and the problem disappeared :
delay.png
delay.png (272.22 KiB) Viewed 1007 times
It makes it so that the depo allow the train to leave 3 ticks after the providers opens. ( the time the iron plate signal propagate up to the depo ).

It works with only 1 in this setup, but with 3, 4 , 5 even 10 ,it makes it easier to understand what's going on in editor tick by tick.

Re: [1.0.0] Train skips scheduled station

Posted: Tue Aug 25, 2020 5:42 pm
by Siapran
Thank you, I misunderstood how the schedule works.
Thank you for the solution to the dispatch problem, I'll add it to my depot blueprint.