Blueprint for 1, 4 and 8 belt storage. Use an input signal to request items from the storage, connected e.g. to another storage or train stations. Use the output signal to activate miners, train stations, or the previous production line.
- 375 slots per belt.
- Balances input and output.
- Outputs full belts.
- If items are demanded and the belt is full already, the storage won't output.
- If the belt is not full the storage will fill it up.
Setup:
- Connect the input (IN) with red wire.
- Set the output conditions at the near combinators. One combinator will output a [1] signal activating the output depending on incoming [1] signals. The previous two combinators output [1] and define the actual conditions. A train stop e.g. would require two conditions, the amount of requested items and if a train is waiting. If you only use one condition or you need more than two, change the condition of the first combinator from "if [1] = 2" to the number of conditions you use.
- Connect the output (all power poles beside input) to the feed with red wire.
- If you want to upgrade the belts, instead replace the blueprint. Output inserter settings are tweaked for each belt type to output full belts while the output is balanced.
RS latch:
- The RS latch included in the book is useful to control the feed, especially to avoid activation and deactivation every few seconds. It outputs a signal when the item amount falls below x until the storage is restocked to y. The upper combinator sets x, the middle one y, the last one outputs [S] until the storage is restocked. So use "if [S] > 0" to activate the feed.
