01-06-2011 07:43 AM
Is there a way to plot data continuously in waveform graph similar to a waveform chart?
I do continuous data acquisition and I need to use cursors on the plotted results so I use a waveform graph. The problem is that the graph is refreshed all the time and shows only the new results. I tried to get the complete data stream plotted by putting the data acq block into a for loop, enabling the indexing and storing the acquired/indexed data blocks in an array [See attached picture]. It still keeps refreshing.
Any ideas and hints are welcome.
Thanks,
Krivan
Solved! Go to Solution.
01-06-2011 10:31 PM
Is this what you want?
01-07-2011 04:28 AM
I tried your code and it did work. I implemented your suggestion but in my application it keeps adding the new data as an additional curve. I cannot append the new data, even if the shift register feeds the data into the build array. I can't see at the moment what I did wrong...
01-07-2011 04:32 AM - edited 01-07-2011 04:33 AM
Have a look at this image
01-07-2011 04:54 AM
True. You're right. Thanks!