I have some chests full of iron plates with red wire connected to inserter, and it is all connected to a chest with copper plates in it. The chest with copper in is half full. How do I get the chests with iron plates to empty until they have the same amount in as the chest with copper plates?
See image for picture of what I am talking about:
Circuit network chests
Circuit network chests
- Attachments
-
- 234567.JPG (77.5 KiB) Viewed 1546 times
Last edited by bradwiggo on Sat Oct 29, 2016 11:54 am, edited 1 time in total.
Re: Circuit network chests
Attach the copper chest to an arithmetic combinator. Copper * -1 → Iron.
Disconnect everything else from the copper chest, and connect it to the arithmetic combinator output instead. Set the inserters to operate when Iron > 0.
Disconnect everything else from the copper chest, and connect it to the arithmetic combinator output instead. Set the inserters to operate when Iron > 0.
-
- Filter Inserter
- Posts: 814
- Joined: Fri Apr 29, 2016 5:27 pm
- Contact:
Re: Circuit network chests
If I understand what you're trying to do w/ these inserters right, you want them operate unless the number of plates in them is 50% or less of full chest (2400 plates)? If so, then the 'reference chest' with copper plates in it is unnecessary, you can simply wire the inserters each to the chest they draw from and then set the inserter's condition to be iron plates>2400 (to set the number part, click on the right box and look at bottom of menu that pops up, and left click where is says 0 in a textbox near the word 'set'. Backspace the number 0, then enter the amount you want and click set. Voila! (also be sure to set the symbol in between to > and the left box to iron plates)bradwiggo wrote:I have some chests full of iron plates with red wire connected to inserter, and it is all connected to a chest with copper plates in it. The chest with copper in is half full. How do I get the chests with iron plates to empty until they have the same amount in as the chest with copper plates?
See image for picture of what I am talking about:
Re: Circuit network chests
I did this and only the first chest has iron plates left it in, the others are completely empty. Do i need a separate combinator for each chest?DaveMcW wrote:Attach the copper chest to an arithmetic combinator. Copper * -1 → Iron.
Disconnect everything else from the copper chest, and connect it to the arithmetic combinator output instead. Set the inserters to operate when Iron > 0.
Re: Circuit network chests
If you want each chest to be independent, you need a separate circuit for each chest. This can be done by changing the inserter-to-chest wire to green, and leaving the combinator-to-inserter wire red.