04-21-2003 03:44 PM
04-21-2003 03:56 PM
02-05-2004 11:48 AM
02-05-2004 12:40 PM
04-11-2007 05:39 PM
04-12-2007 03:38 PM
04-12-2007 03:59 PM
04-13-2007 02:05 PM
04-13-2007 02:43 PM
Unrelated to your specific question, but looking over your VI, I found a few problems you will have in your program.
Your top loop will only execute once because of the true constant wired to the stop node. And it is unlikely the case structure will run unless you have the OK button pressed before you start the program.
Your bottom loop will run forever because of the false constant wired to the stop node. The only way you will be able to stop the program is with the abort button.