09-16-2009 02:00 PM
09-16-2009 02:12 PM - edited 09-16-2009 02:15 PM
You should probably look at some of the introductory materials NI has openly available.
09-16-2009 02:16 PM
Another way to do a single boolean. The reason your code doesn't work is the Boolean is outside the loop. If you change the value while the loop runs, it doesn't matter. The value wired to the input of the loop is the one that gets written to the file.
09-16-2009 02:26 PM - edited 09-16-2009 02:32 PM
To get your local variable to work the way it is written:
09-17-2009 09:53 AM
09-17-2009 10:02 AM