> ... y as the data is being acquired, i get to view 2 sets of plots. How to
> overcome this, so as to plot my x and y values as they are being
> acquired in a waveform chart.Will someone help.
If the X values are evenly spaced, then you can encode them as X0 and
dX, wire these into a cluster with the Y array, and send that to the chart.
If the values are not evenly spaced, one option is to look at the XY
chart example in examples/general/graph/charts. The example uses a
subVI to collect and limit the number of points, the data is then drawn
using an XY graph.
Greg McKaskle