02-17-2010 09:41 PM
I see this on LabVIEW 2009. The "Discard Missed Periods" option for a timed loop, when UNCHECKED, means the iteration variable in the loop will be peristent even if you stop and then re-start the VI in which the loop resides.
I understand the need for persistency if your current iteration is late and you want it to try and "catch up", but NOT if you actually stop and start the VI again. In this case, how do you get the iteration variable to reset to 0?
Bill M.
02-17-2010 11:09 PM
02-18-2010 04:31 PM
Switching to the 1KHz <reset on structure start> timing source obviates this behaviour. So to quote Gilda Radner from the original SNL: "Nevermind".