Page 1 of 1

[0.15.32] inserters not filling chests

Posted: Tue Aug 08, 2017 7:25 pm
by Kazreth
Don't know if this is a bug or working as intended, just haven't seen this behavior before.

I have a few assembling mashines creating Landfill. Several blue inserters to feed stone ore, and several blue to fill several chests.

My previous seen behavior is that with 3 inserters putting in chests, they will each take turns on who put the Landfill in a chest.
But now i have 2 inserters that stand still and only the 3rd will work. Right next to these 3 inserters is another identical setup, where the 3 inserters each take their turn to work (the chests are not limited at all) - I find it strange :)

Re: [0.15.32] inserters not filling chests

Posted: Tue Aug 08, 2017 10:12 pm
by Rseding91
Thanks for the report however that's working correctly. There's no logic that makes inserters take turns. Which ever inserter is updated first is the one that will grab the items first.

Re: [0.15.32] inserters not filling chests

Posted: Tue Aug 08, 2017 11:51 pm
by Patashu
I have definitely seen setups in my own games where inserters take turns, though. Is there some arcane underlying logic that decides whether you get turn taking or a single inserter monopolizing it all?

Re: [0.15.32] inserters not filling chests

Posted: Wed Aug 09, 2017 1:33 pm
by London_
Patashu wrote:I have definitely seen setups in my own games where inserters take turns, though. Is there some arcane underlying logic that decides whether you get turn taking or a single inserter monopolizing it all?
Might be based on chunk boundaries since the game has an order to the way it updates.

Re: [0.15.32] inserters not filling chests

Posted: Wed Aug 09, 2017 6:43 pm
by Kazreth
London_ wrote:Might be based on chunk boundaries since the game has an order to the way it updates.
I think you've got the right reason for what I'm experiencing :)

Re: [0.15.32] inserters not filling chests

Posted: Wed Aug 09, 2017 9:06 pm
by impetus maximus
if you want them loaded evenly.
balanced.land.fill.png
balanced.land.fill.png (223.51 KiB) Viewed 3289 times
*numbers show with nixie tube mod.
blueprint string

Re: [0.15.32] inserters not filling chests

Posted: Wed Aug 09, 2017 9:07 pm
by Rseding91
"even loading" doesn't mean anything. They'll all end up full eventually.

Re: [0.15.32] inserters not filling chests

Posted: Wed Aug 09, 2017 10:37 pm
by DaveMcW
If multiple inserters are required for full throughput, you will lose speed if a chest fills up too early.

This would be less of an issue if stack inserters worked as expected.

Re: [0.15.32] inserters not filling chests

Posted: Thu Aug 10, 2017 1:50 am
by d3x0r
DaveMcW wrote:If multiple inserters are required for full throughput, you will lose speed if a chest fills up too early.

This would be less of an issue if stack inserters worked as expected.
Off-topic; but, how is that not expected? Inserters don't know what to insert until they have a request to insert something, so they can't just grab things willy-nilly.