this post was submitted on 18 Nov 2024
25 points (100.0% liked)

Factorio

1023 readers
37 users here now

A Lemmy community for the game Factorio made by Wube Software.

Rules

founded 1 year ago
MODERATORS
 

Stack Inserters will wait FOREVER until they can pick up a full stack of input items before dropping them on the destination.

The best effort stack inserter will pick up as many as possible, then drop the stack on the output. This requires a decider combinator to override the stack size if we are holding a less then full stack.

https://factoriobin.com/post/kuva7t

I'm using this to compact up sushibelts with great impact!

top 8 comments
sorted by: hot top controversial new old
[–] slazer2au 6 points 2 days ago (1 children)

Wouldn't using fast (blue) inserters be a less complex option when collecting from the belt? They can take up to 4 depending on research

[–] [email protected] 6 points 2 days ago (1 children)

Sure, collecting from its pretty close. However stacking ONTO a belt gives a 4x space multiplier, quadrupling the throughput of a belt.

[–] slazer2au 4 points 2 days ago* (last edited 2 days ago)

That's true, I haven't been to gleba yet to unlock it. Had to get those sweet sweet em plants first.

[–] Deestan 3 points 2 days ago (1 children)

I'll try this at home, but curious: If you set the inserter's stack size to (Red Star) signal from the box, would that work similarly?

[–] [email protected] 2 points 2 days ago (1 children)

Yes, but only if it was holding something at the time. When there is nothing in the inserter, red-star will be zero, so the stack size would be zero. So there is a boot-strapping issue. That's why I did opposite logic where I hold the stack size high UNLESS I see a problem in the hand, then I tell it to let it go.

[–] Deestan 2 points 2 days ago (1 children)

But if you use the signal from the box? It should be above zero when needed

[–] [email protected] 2 points 2 days ago* (last edited 2 days ago) (1 children)

Right, but consider the scenario when the inserter is empty and now there is something i can pick up. At the point where it decides to pick something up, there is no signal, so the minimum stack size is 1, so it will pick exactly one up.

ohh, I'm sorry, you said from the box. Right, as long as there was only one thing in the box that would be fine, as soon as there are two things of different sizes in the box, the inserting might try to pick up something where there is only one item in the box, and then it will hold 1 waiting for the rest of the stack to appear in the box before picking up the other item that has enough for a full stack.

[–] Deestan 2 points 2 days ago

Ah, makes sense when there are more types