01-19-2011 10:58 PM
I have got a large array of data coming in from ADC which has to be plotted on a graph.
Whenever it exceeds the front panel size of the graph, I want the data to be plotted again beginning from the start.
It has to erase/clear the previous data on the graph when the front panel display size is exceeded.
I do not want to clear the entire data and plot the new data. It has to clear only small amount of data and plot the new data in its place.
Can you please help me in finding a solution?
01-19-2011 11:04 PM
Sounds like you need a chart and not a graph. This will constantly update as you input data, you can set the history of the chart.
Rgs,
Lucither.
01-20-2011 12:49 AM
Hi siddharth,
Why dont you extend maximum x scale range? This will work for chart, waveform graph and XY graph.