LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to plot two cluster data into one chart/graph?

I have a simple project to develop which is about serial ports DAQ. There are two types of data to get and they are transferred into two serial ports after AD converter. What I need is to plot converted data into a graph or chart together. However I can hardly connect them together to input waveform chart or graph.

It would be great lucky to me that if you can help me solve this problem or give me some pieces of suggestion. Thank you!
0 Kudos
Message 1 of 2
(2,810 Views)
Hi,
instead of using the bundle to create a cluster of 2 arrays, use the build array instead. A graph / chart accepts 2D as multiplot data.

Hope that helps.
(be careful about which way up the data is seen (ordered in columns or rows) - if it's the wrong way around, either right click on the chart and select / de-select Transpose array, or use the Transpose 2-D array sub.vi.

S.
// it takes almost no time to rate an answer Smiley Wink
Message 2 of 2
(2,810 Views)