When loading a cargo wagon with many different item types from a single requester chest, a problem can arise when the inserter tries to over-fill the reserved slots for an item, causing the inserter to become deadlocked, and not continuing to load the other items. There are a few solutions to this problem:
- Use one requester chest for each item. This limits you to 12 items per cargo wagon with stack inserters, or 24 items with long handed inserters.
- Set the inserter to a stack size of 1. This can be incredibly slow.
- Use these blueprints.
As a bonus, these blueprints can signal when the items are fully-loaded, for use in a train condition. This is useful when you don't want to load a full stack of a given item, or if you want to leave empty slots available in your wagons.
To use these blueprints, use the screenshot as a guide:
- Use the station blueprint when building the station.
- Connect a red wire from its output to the shown corner of each loader. (If the inserter is in the upper-left, you want to connect the red wire to the upper-right.)
- Configure the requested items from each constant combinator. Each loader is limited to 12 items (the maximum that a requester chest may request).
- Connect a green wire from the other end of each loader, back to the train station.
If you wish to configure the train's schedule to only leave once all of the items have been loaded, set it to leave once the A signal equals the number of loaders. (This will be A = 6 in the screenshot, for example.)
