03-08-2013 09:28 AM
hello,
How can I do that, wenn the case struct is true, the counter have to reset to zero, ( a == 0) and counts again.. I attached photo for my vi..
BR
Solved! Go to Solution.
03-08-2013 09:48 AM - edited 03-08-2013 09:49 AM
Use a shift register in your outer loop. You also might want to double check your code. You may be doing some simple things in a complicated way. The x+y doesn't make sense to me.
03-08-2013 09:56 AM