Page 1 of 1

Train Station Inserter Problem ... Need Help!

Posted: Sat Sep 10, 2016 5:33 pm
by DOSorDIE
How can i prevent, that when the train leave the Staion, that the filter Inserter has a item in there "Hand".
I want make a Multi Load Station which work perfect, when i fix this 1 problem.
Have you an idea how i can fix that?
Maybe a MOD ... but it whould better without it.

Thanks!

EDIT:
This is a Multi Load & Unload Station.
I Unload cargo X and load cargo A + B until its full.
I have no problem with when its should go or something.
When a another train arrive then he get the "OLD cargo",
who have the inserter from the train before but what i dont need in this train.
I dont know how many items the train need (i lock all cargo to get what it need).
TrainProblem.jpg
TrainProblem.jpg (256.13 KiB) Viewed 2609 times

Re: Train Station Inserter Problem ... Need Help!

Posted: Sat Sep 10, 2016 10:40 pm
by Deadly-Bagel
Depends entirely on what you're trying to do...

If you want to fill up the train, set the train condition to only leave when full.

Most other logic should be workable with circuit condition right? If you only want to load certain number of items or something. Create a setup that stops your inserters from working, then after a short delay 20 ticks or something) send a circuit condition to the train. Train has its leave conditions configured so it cannot leave without this circuit condition to tell it the inserters have stopped.

Re: Train Station Inserter Problem ... Need Help!

Posted: Tue Sep 13, 2016 9:27 am
by DOSorDIE
I have make it work, but its not perfect.
Have anyone a better solution?

Warning! GIF 250 MB
http://www.clanweb.org/Multi_Train_Loader.gif

Re: Train Station Inserter Problem ... Need Help!

Posted: Tue Sep 13, 2016 9:32 am
by Deadly-Bagel
Again, what exactly are you trying to accomplish with this train? Is it loaded for x seconds? Is it loaded with x number of components? We can't even reverse engineer your solution because you've not explained that either.

Re: Train Station Inserter Problem ... Need Help!

Posted: Tue Sep 13, 2016 9:56 am
by DOSorDIE
What you dont understand with a MULTI TRAIN LOADER Station.

Normal:
Track 1: Train with cargo A come and get cargo E and F
Track 2: Train with cargo B come and get cargo G and H
Track 3: Train with cargo C come and get cargo I and J
and many more ...

What i want:
I want it in 1 Station!
So the train come it unload cargo A (you see that in the first station) and the combinator known what that train need.
Next train come and unload cargo B ... and the system known that he need cargo G and H.

But thats not the point ... all works like it should.
!!!
My problem is that the filter inserter to the Train has after it leave the station sometime cargo in the hand
And for that i need a better solution!

!!!
Now i have fix that with a second wagon what take it and when he next arrive he unload it.
I hope you understand what i need now.

Re: Train Station Inserter Problem ... Need Help!

Posted: Tue Sep 13, 2016 4:34 pm
by XKnight
Maybe you need this?
viewtopic.php?f=8&t=28268

Re: Train Station Inserter Problem ... Need Help!

Posted: Wed Sep 14, 2016 8:19 am
by DOSorDIE
XKnight wrote:Maybe you need this?
viewtopic.php?f=8&t=28268
Thanks that help me.