LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Chart History to Waveform Graph

Hi,

 

I am collecting data into chart and then outputting it in graph so I can use cursors. In the process I am having trouble outputting the chart's history data to waveform graph. I get an error saying type of the source is 1D array of dynamic data and the type of sink is 1D array of double.

 

How do I solve this? I have attached my VI.

 

Thanks.

0 Kudos
Message 1 of 2
(3,313 Views)

Hi jugheadtheegghead,

 

You just need to index the 1D array of dynamic data and write it to the graph. 

 

 

If you have multiple plots, this should display them properly. 

Message Edited by Smootastic on 04-16-2009 01:54 PM
0 Kudos
Message 2 of 2
(3,270 Views)