02-16-2006 04:35 PM
02-16-2006 04:54 PM
There is no way to alter the value coming out of the iteration terminal on a loop, but you should be able to accomplish what you need with the Quotient and Remainder function...just wire the iteration terminal in, and the max count in, and use the remainder output...so after the iteration count passes your max value, the remainder will start return values of 0, 1, 2, etc. again.
And if that doesn't quite do it for you, just use a shift register on the loop border and increment its value or reset it to zero depending on whatever condition you need.
Hope this helps,
-D