09-03-2008 09:47 AM
09-03-2008 10:08 AM
Well, I don't see the graph update in development mode.
You need to make some major changes in your code. I think your prime problem is that you use the Insert Into Array. This will not work if the initial array is empty. You probably need to be using Build Array. You use local variables where NONE are required. Get rid of them all and learn how to use a shift register to update. You've got the Exit LabVIEW scattered all through the VI and you really don't want to use that unless it's an exe. After the VI stops (and it's not doing that correctly either), test to see the App.Kind with a property node and then Exit if it's the run-time.