05-31-2016 03:16 AM
Hi,
How i can reset the counter in this forloop. Because when the forloop are reset the counter does not return to zero, how i can do this.
Thank You !!!
06-01-2016 08:10 PM
You can't reset a for loop iteration count. Every time the loop executes, it will start at zero and count up. So, based on your code, about every 500 ms the iteration count will start at zero and count up to 49.