Balancer mechanics: Difference between revisions
m (→See also: added more links) |
m (→Further reading: another one) |
||
Line 35: | Line 35: | ||
* [https://forums.factorio.com/34182 Command line belt balancer analyzer] | * [https://forums.factorio.com/34182 Command line belt balancer analyzer] | ||
* [https://forums.factorio.com/viewtopic.php?p=344279#p344279 Fractal (2<sup>n</sup>) balancer generation tool] | * [https://forums.factorio.com/viewtopic.php?p=344279#p344279 Fractal (2<sup>n</sup>) balancer generation tool] | ||
* [https://forums.factorio.com/61424 Belt Balancers - how they work and how to make them] |
Revision as of 16:19, 5 November 2018
Balancers are used to evenly distribute items over multiple belts or multiple belt lanes.
Belt balancers
Belt balancers use the mechanic that splitters output items in a 1:1 ratio onto both their output belts. That means that a splitter can be used to put an equal amount of items on two belts. Since the process can be repeated infinitely, balancers with 2n output belts are easy to create.
Balancers also use the mechanic that splitters take an equal amount of items from both input belts. That means that a splitter connected to two input belts will evenly distribute those items onto the the two output belts. To balance belts it has to be made sure that the output belts contain an equal number of items from each input belt.
Throughput
Often, balancers are throughput limited. To be throughput unlimited, a balancer must fulfil the following conditions:
- 100% throughput under full load.
- Any arbitrary amount of input belts should be able to go to any arbitrary amount of output belts.
Balancers often do not fulfill the second condition because of internal bottlenecks. The gif on the right shows a 4 → 4 balancer being fed by two belts, but only outputting one belt which means that its througput in that arrangement is 50%. The bottleneck in this balancer is that the two middle belts only get input from one splitter. So, if only one side of that splitter gets input, as can be seen in the gif, it can only output one belt even though the side of the splitter is fed by a splitters which gets two full belts of input. In this particular case, the bottleneck can be fixed by feeding the two middle output belts with more splitters. This is done by adding two more splitters at the end of the balancer, as it can be seen here:
However most balancers' bottlenecks can't be solved as easily. A guaranteed method to achieve throughput unlimited balancers is to place two balancers back to back that fulfil the first condition for throughput unlimited balancers (100% throughput under full load). The resulting balancer is usually larger than a balancer that was initially designed to be throughput unlimited. This is the case because they use more splitters than the minimum required amount of n×log2(n)−n÷2 (where n is the (power-of-two) number of belts) splitters for a throughput unlimited balancer.
Lane balancers
Lane balancers evenly distribute input items onto the output lanes and evenly take them from the input lanes.