06-25-2010 04:21 PM - edited 06-25-2010 04:24 PM
I just want to put this data into the graph below so that the data is always present on the graph, but new data can be collected on the graph at the same time, so that I can see how well the new data matches with the reference data. Does anyone know how to do something like that? Attached are a sample graph of data taken from my device, and a grid I made of the data I want to permanently keep on the graph each time I take new data.
Thanks,
airplanes
06-25-2010 05:18 PM
There are no attachments.
With context help open and on the block diagram, the help will show you the correct data types for a multi-plot graph. It's either a 2D array of dbls or a 1D waveform data type. Using a build array or insert into array are a couple ways you can add one or more plots to a graph.
06-25-2010 05:28 PM
Additionally, there are a lot of examples that ship with LabVIEW on how to plot data. Have you tried to look at them? Help -> Find Examples.
06-28-2010 10:13 AM
There are also some examples in the community that demonstate how to overlay data on you plot.
Overlay XY Data in Sweeping Display
Overlay Most Recent Data Over Older Data on Same Graph
Hope this helps!