You set it to start inserting when there are 300 coal in the chest and stop when there are 101 coal. Flip the values of the two conditions or rearrange them so it starts at 101 and stops at 300.ssmikis wrote: Wed Nov 26, 2025 4:08 pm I have watched bunch of videos and read factorio wiki about rs latching. I think that my contraption dont reset or set. Can someone give it a glance?fact.jpg
Simple Questions and Short Answers
Re: Simple Questions and Short Answers
Re: Simple Questions and Short Answers
Thank youLoewchen wrote: Wed Nov 26, 2025 4:48 pm You set it to start inserting when there are 300 coal in the chest and stop when there are 101 coal. Flip the values of the two conditions or rearrange them so it starts at 101 and stops at 300.
Re: Simple Questions and Short Answers
It starts at 100 and stops at 102. Memory doesn't hold. It seams that putting signal in the middle helped. Its soo finickyLoewchen wrote: Wed Nov 26, 2025 4:48 pm
You set it to start inserting when there are 300 coal in the chest and stop when there are 101 coal. Flip the values of the two conditions or rearrange them so it starts at 101 and stops at 300.
Re: Simple Questions and Short Answers
If you want to start it below 101 coal and stop above 300 coal, you forgot to flip the comparison on the second condition; it needs to be < or <=.ssmikis wrote: Thu Nov 27, 2025 10:21 amIt starts at 100 and stops at 102. Memory doesn't hold. fact2.jpgLoewchen wrote: Wed Nov 26, 2025 4:48 pm
You set it to start inserting when there are 300 coal in the chest and stop when there are 101 coal. Flip the values of the two conditions or rearrange them so it starts at 101 and stops at 300.
The first condition says when it should start. The second condition says whether it should keep going (not when it should stop).
Re: Simple Questions and Short Answers
Thank you for your inputNidan wrote: Thu Nov 27, 2025 10:55 am
If you want to start it below 101 coal and stop above 300 coal, you forgot to flip the comparison on the second condition; it needs to be < or <=.
The first condition says when it should start. The second condition says whether it should keep going (not when it should stop).
I tried both conditions <, < or =, >, > or =, mixed conditions with < ,>. but always keep the same order of conditions ( like in videos i saw) what did the trick ( it seams) changing order of [AND] condition ....I am lower than beginner at this point.


