04-15-2009 12:56 PM
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.
04-16-2009 01:52 PM - edited 04-16-2009 01:54 PM
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.