https://imgur.com/l8IWWwT
hello i strugle with logic circuits, can some explain how to make that request chest dont fill up constantly, chest set to 4k of copper wires, i want to make that chest will fill up only when its has < 2000 copper wires. can some explain with pictures thanks for help
Help me with request chest
-
- Fast Inserter
- Posts: 230
- Joined: Wed Jun 08, 2016 6:16 pm
- Contact:
Re: Help me with request chest
Set the chest to 2000 copper wires instead.
Re: Help me with request chest
no, i want to not use robots always thats why im asking
Re: Help me with request chest
You need to explain your problem a bit more carefully.
1) If you don't want to use robots, there is no reason to use a requester chest.
2) If you are simply using an inserter to add items to a chest, and don't want the chest to fill up completely, you can just limit the chest size (red X at the bottom right of the chest inventory)
3) If you're using an inserter to add items to a chest and want more precise control, you can run a wire from the chest to the inserter and set the inserter to work only on (Everything < xxx) where xxx is the (approx) number of items you want in the chest.
If none of these is what you're trying to do, please clarify the question.
1) If you don't want to use robots, there is no reason to use a requester chest.
2) If you are simply using an inserter to add items to a chest, and don't want the chest to fill up completely, you can just limit the chest size (red X at the bottom right of the chest inventory)
3) If you're using an inserter to add items to a chest and want more precise control, you can run a wire from the chest to the inserter and set the inserter to work only on (Everything < xxx) where xxx is the (approx) number of items you want in the chest.
If none of these is what you're trying to do, please clarify the question.
Re: Help me with request chest
What he wants is robots to fill to 4k if below 2k, a switching hysteresis.
Re: Help me with request chest
Yes that what i want Fill chest to 4K if below 2KLoewchen wrote:What he wants is robots to fill to 4k if below 2k, a switching hysteresis.
Re: Help me with request chest
This is impossible with a single requester chest. You can't read contents and set requests at the same time.
However, you can do it with combinators and a buffer chest.
Blueprint:
However, you can do it with combinators and a buffer chest.
Blueprint:
Code: Select all
0eNrFlV2Om0AMx69S+RkqhiWpitqVthdYqa/VCg1gslZhhg5D1CjiAD1IL9aT1AOblGZJSKJI+wKaD9v/8U+2t5CWLdaGlIV4C5Rp1UD8bQsNrZQs3Z7d1AgxkMUKPFCycqvGIpZ+9oyNhc4DUjn+hFh03qxlqVfUWMoGY9/gj5b/aEZuwu7JA1SWLOGgpl9sEtVWKd+Mxd5bjhnlaPxMVykpabXhSLVu2FQrp4Hd+cH7hQcbiAMOkZPBbDgMPeDnWqPLJMVnuSY2ZosXlwmf5b2bxu0WZBqbzLwt03XtxMi0RPcel00rXWrDIAjcuqql6VXG8OfXb7bUra3bCcdrMrblnX8Z72/4Xwa/9Yb1tcomhdFVQop9QFzIssFuiKuGV/bahfsYzMeppHxIAJmsJdsve3qj40X3xL5CZ7wyiGrGPDwwvzt9HLH3brS3Yxtex9YXbwn3AO2nK8A+3BCsOAR7GqS4CKQ4Au7uInBioMb4/ucW3YDbTO3ssB1S+3xjata0R6GdV1AXYpvmEo2atsy++6QaNK7hvmIS9EzOK6Rd5D2QK3g8nOZxDxdl78x0LCZn2OvGIvbJuL7opuIv5yfhkWJxWl4uJQWVfHMYjrvhO92pnP52N4JYE4/Wvq/Fo8nvQSlTZGTwqPzHonj3daRlzXF6KcsoCpfLD6EIP3bdX48/0jE=
Re: Help me with request chest
thank you very much, helped alot!