Hi, I dont have much experience in labview programming and I need some advice.
Here's the scenario: Inside a for loop, I have two 1-d array elements which are bundled up and linked to the xy graph function for plotting in real time. The two 1d arrays are then linked to the write-to-spreadsheet function outside of the for loop and saved in an excel file. In the write-to-spreadsheet function, the "append to file?" option is always true so that every time the for loop executes, the sets of data that are generated will be stored in the same excel file.
But graphically on the front panel, the "xy graph" only graphs the data for each execution of the loop. After each execution, the graph gets erased and new data is plotted. My question is, is there any way I can put all the data (from all execution of for loop) on the same plot in real time?
I am thinking about using the read-from-spreadsheet function at the same time to plot all the data that way. But not sure if this is the smartest or easiest way to go about doing it. Any advice on this would be much appreciated. Thanks.
Jerry