Page 1 of 1

Help with circuit network

Posted: Wed Jan 31, 2018 9:09 pm
by mattshawman
I've just started playing and I'm struggling to get my head around various aspects of the circuit network.

I want to know if it is possible to connect various inserters to start inserting iron into an assembly machine when the number of an item on a belt drops below a certain level.

Any help would be greatly appreciated, Thanks!

Re: Help with circuit network

Posted: Wed Jan 31, 2018 9:12 pm
by Caine
Connect a wire from a piece of belt to an inserter. Set the belt to read belt contents and set the appropriate condition on the inserter.

If you need to monitor a longer belt segment, then you can utilize a counter and make two of those read belt content sections at the start and the end.
Have the start increment and the end decrement (arithmetic combinator * -1).

Re: Help with circuit network

Posted: Wed Jan 31, 2018 9:56 pm
by mattshawman
Thanks for your help!

Re: Help with circuit network

Posted: Thu Feb 01, 2018 4:21 pm
by Termak
Just remember to set the read belt to "hold" the signal, its on pulse by default.

Re: Help with circuit network

Posted: Thu Feb 01, 2018 4:24 pm
by Caine
Pulse with a counter, hold without one.