03-06-2014 01:04 PM
Hi.
I am developing an application where I have information saved in excel, in my code I am taking the info from the file and after that I process the information. I obtain three arrays of data called R, X and Z. I plot the data using an build XYgraph.vi but my problem is that my files contain 5000 samples and for the moment I am only taking 25 samples, I need to plot the graphic with 25 samples,after that , I need to clear the graphic,take another 25 samples and I have to do this until the program reach the 5000 samples.
I attached the code and one example of the results.
03-06-2014
01:25 PM
- last edited on
10-09-2024
10:01 AM
by
Content Cleaner
Hi Leon,
to clear the graph (or better: to reset the plot data) the BuildXYGraph ExpressVI has an input "Reset" as described in its context help…
And you didn't attach "code": you just attached two pictures!