D Dman Active Member Licensed User Longtime User Sep 3, 2012 #1 Is there a way to set how long a timer runs? Say I only want it to fire every second for 20 seconds? I thought I had seen that somewhere here but I can't seem to find it now.
Is there a way to set how long a timer runs? Say I only want it to fire every second for 20 seconds? I thought I had seen that somewhere here but I can't seem to find it now.
NJDude Expert Licensed User Longtime User Sep 3, 2012 #2 Add a counter on the TICK, when it reaches 20, kill the timer. Upvote 0