10-17-2006 01:32 PM
10-17-2006 05:45 PM
10-18-2006 11:46 AM
10-18-2006 12:25 PM
Just use a shift register. (And by all means, place a small wait inside that loop, you don't want it to consume all CPU).
10-19-2006 04:08 PM
This is close but I need to be able to do is some how save the initial value of "i" when the case structure is set to true and hold on to that value as the while loop continues to run. With each new iteration of the loop the case structure needs to find the difference between the current "i" value and the initial "i" value. This difference should continue to increase as long as the case structure is set to true. Thanks for the help.
10-19-2006 06:34 PM
10-24-2006 05:00 PM
Christian,
Thanks for the help. The last vi that you posted worked great with each of the three examples. I did not even consider tracking inside the case structure. I am off and working with the new ideas. Again thanks.