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!
			
			
									
									
						Help with circuit network
- 
				mattshawman
- Manual Inserter 
- Posts: 4
- Joined: Wed Jan 17, 2018 3:54 pm
- Contact:
Re: Help with circuit network
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).
			
			
									
									
						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).
- 
				mattshawman
- Manual Inserter 
- Posts: 4
- Joined: Wed Jan 17, 2018 3:54 pm
- Contact:
Re: Help with circuit network
Thanks for your help!
			
			
									
									
						Re: Help with circuit network
Just remember to set the read belt to "hold" the signal, its on pulse by default.
			
			
									
									
						Re: Help with circuit network
Pulse with a counter, hold without one.
			
			
									
									
						