I have a Timer Counter that decreases by 1 every second. It is set up to add 10 seconds every button press, but to make it balanced, it can’t go over 120 seconds, or 2 minutes. I can’t find a way to add this limit.
Make the target value 120. Then make it transmit on “reset” and make the counter reset on “reset”.
2 Likes
Would I need to have 2 counters with the same value if I want a target of 0 and 120 for maximum time and out of time?
I think so, if you already have a target value, you would need another counter.
I got it set up now and it is working. Thanks!
1 Like
This topic was closed manually because a solution was marked, there hasn’t been any recent activity, and currently the automatic closing system doesn’t work. Contact the moderators if you need this thread reopened.