03-03-2006 03:48 PM
03-03-2006 04:05 PM
03-03-2006 04:07 PM
03-03-2006 04:18 PM
Did you possibly put in a breakpoint? Try to step into the loop.
hope this helps
03-03-2006 04:19 PM
Hello,
Does your VI have a broken run arrow? If so, then the only thing I know of that can cause a While Loop to be "broken" is if you don't wire anything to the conditional terminal (the little stop sign) in the bottom corner. If the run arrow is not broken, and you run the VI and things on the diagram get highlighted, you have have a breakpoint on your While Loop. Make sure you don't have a breakpoint anywhere (it would be shown as a red dot, or a red outline on a structure/diagram that has a breakpoint).
If all else fails, attach a screenshot or the VI itself and we can help you pin down the problem.
-D
03-03-2006 04:21 PM
03-03-2006 04:33 PM
You can use the Find function to find breakpoints (they're under the "Other" submenu in the Find dialog). If you can't find any, post your VI (or a screenshot of your VI) in your response and we'll figure it out.
-D
03-03-2006 04:34 PM
03-03-2006 04:41 PM