How to stop a counter from incrementing when using a trigger loop

How do I make a counter stop incrementing after it reaches the target value?
I am using a trigger loop

1 Like

reset counter using a wire repeater

3 Likes

won’t it just keep incrementing after that though?
I don’t want it to be in a loop if I can help it.

1 Like

Counter (counter value reached) → Trigger (deactivate trigger)

In this case, reseting the counter do not necessarily stop the trigger loop, so you have to deactivate the trigger instead.

4 Likes

wow! The solution was right infront me!
I am embarrassed, I am experienced enough and should be able to do this lol.
thank you!

2 Likes

(post deleted by author)

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.