Order skip if train is empty
Posted: 20 Apr 2020 11:57
Hello to everyone,
I would like to ask for advice in situation as follows..
I am playing with JPP 1.27 with ECS.
I am delivering cereals from farm to brewery. Unfortunatelly many months in a year brewery does not accept cereals, so I wanted to create conditional order to deliver cereals to bulk terminal as a plan B when not accepted by brewery.
But simple conditional order (if does not accept this cargo) does not work like it supposed for me in case when brewery accepts delivered cargo.
It looks like below.
My train loads cereals from farm, unloads it in brewery and then goes empty to bulk terminal. (this is in case when brewery DO accept cereals). I wish my train would return to farm, because in this situation the train is empty and going
to bulk terminal is pointless.
Is there an appropriate conditional order which does the trick? I mean my train wouldl skip order which tells him to go to bulk terminal and would return to farm for the next load of cereals.
Here you have my orders (only schema)
1. go to depot ( I do not want train to look for depot i the worst possible moment so I include this order to my list.)
2. go to Farm (full load)
3. Jump to 5 if the next station does not accept cargo
4. go to Brewery (unload all)
5. go to Bulk Terminal (unload all)
I think it should be the second conditional order between 4 and 5, but I can not figure out which one if the one is possible.
And finally another problem.
I decided to attach to cars for fertilizer to the train because brewery produces it and this is booster for farm production. I would like to avoid building the next train only for this purpose.
I would like to ask for advice in situation as follows..
I am playing with JPP 1.27 with ECS.
I am delivering cereals from farm to brewery. Unfortunatelly many months in a year brewery does not accept cereals, so I wanted to create conditional order to deliver cereals to bulk terminal as a plan B when not accepted by brewery.
But simple conditional order (if does not accept this cargo) does not work like it supposed for me in case when brewery accepts delivered cargo.
It looks like below.
My train loads cereals from farm, unloads it in brewery and then goes empty to bulk terminal. (this is in case when brewery DO accept cereals). I wish my train would return to farm, because in this situation the train is empty and going
to bulk terminal is pointless.
Is there an appropriate conditional order which does the trick? I mean my train wouldl skip order which tells him to go to bulk terminal and would return to farm for the next load of cereals.
Here you have my orders (only schema)
1. go to depot ( I do not want train to look for depot i the worst possible moment so I include this order to my list.)
2. go to Farm (full load)
3. Jump to 5 if the next station does not accept cargo
4. go to Brewery (unload all)
5. go to Bulk Terminal (unload all)
I think it should be the second conditional order between 4 and 5, but I can not figure out which one if the one is possible.
And finally another problem.
I decided to attach to cars for fertilizer to the train because brewery produces it and this is booster for farm production. I would like to avoid building the next train only for this purpose.