LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XY GRAPH new data.

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.

 

 

Download All
0 Kudos
Message 1 of 2
(2,311 Views)

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!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,286 Views)