01-12-2006 11:24 AM
01-12-2006 11:27 AM
01-12-2006 11:28 AM
With LabVIEW 7.0 and later, you can stick a custom probe on a wire coming from the iteration terminal of the loop. In the custom probe, you have the option to have the probe pause (i.e. hit a breakpoint) if the numeric value in the probe is equal to, greater than, or less than a certain value. I think this should suit your needs (if you're using LabVIEW 7.0 or later). If not, then yes, you have to modify the code by sticking in a case structure with a breakpoint in the case that executes when the iteration goes past a certain value.
Hope this helps,
-D