10-12-2009 07:17 AM
Solved! Go to Solution.
10-12-2009 07:36 AM
Hi wisam,
I cannot open your file due to your LV version, but I am guessing that you are using a while-structure.
If yes, then you can get the number of iterations from the blue "i" in the bottom left corner of your while-structure.
you can then use that number to build a break condition for your structure.
hope I could help.
Regards,
10-12-2009 07:43 AM
10-12-2009 07:47 AM - edited 10-12-2009 07:48 AM
Hi wisam,
so you have a loop that should stop when a file is found OR after 50 iterations. Why not program it just like that?
Notes:
- Don't get in the habit of using strings for path constants. That's what path constant are good for.
- Avoid Rube-Goldberg code like outputting a boolean constant in the case structure, that is equal to the selector input...