I know how to do arbitrary 1 to N belt distribution evenly. What's not clear to me is how to evenly consolidate N to 1.
The specific application is a common one - moving items from a train unloading station to a central belt. A two-car train has 14 unloading stations. What I'm seeing is that many simple designs unload some boxes much earlier than others. I've had, for example, the first four boxes empty, while boxes 12-14 were nearly full. This leads to poor performance in unloading trains.
Belt consolidation?
-
- Fast Inserter
- Posts: 163
- Joined: Fri May 16, 2014 2:30 pm
- Contact:
-
- Filter Inserter
- Posts: 778
- Joined: Sun Sep 07, 2014 12:59 pm
- Contact:
Re: Belt consolidation?
I the past, I've done things like this, which gave a reasonably smooth output (most likely even more so, now that inserters next to a cargo wagon all work at equal speeds). I haven't tried this layout in a 0.12 game yet, so not sure how well it'll perform now.


I don't have OCD, I have CDO. It's the same, but with the letters in the correct order.
-
- Fast Inserter
- Posts: 163
- Joined: Fri May 16, 2014 2:30 pm
- Contact:
Re: Belt consolidation?
That's somewhat similar to the design I had which had problems. Also, I see splitters in there with 1 input and 1 output - what's the intent? Some sort of timing thing?
-
- Filter Inserter
- Posts: 778
- Joined: Sun Sep 07, 2014 12:59 pm
- Contact:
Re: Belt consolidation?
Probably a lane shifter
Remember this was in the time when belt corners still messed things up so in some cases a splitter was better for shifting.

I don't have OCD, I have CDO. It's the same, but with the letters in the correct order.
Re: Belt consolidation?
Does that mean that belt corners aren't slower than regular belt anymore ? I missed that in the updates.Boogieman14 wrote:Probably a lane shifterRemember this was in the time when belt corners still messed things up so in some cases a splitter was better for shifting.
-
- Fast Inserter
- Posts: 163
- Joined: Fri May 16, 2014 2:30 pm
- Contact:
Re: Belt consolidation?
Corners aren't slow anymore. Belts now model the objects they're carrying in a much simpler way, rather than moving items with their own collision rectangles.