07-11-2008 12:23 PM
Solved! Go to Solution.
07-11-2008 12:49 PM
I would recommend posting the code you have so far. Are you using a graph (XY or waveform) or a waveform chart? How are you storing the data that you want to play back?
Let's say you've accumulated an array of data and upon playback, you just dump that to your graph or chart. It will all be shown instantly. What you need to do is create a mechanism where the data is picked out an item at a time and fed to the chart or graph with a time delay that matches whatever your sampling rate is.
Posting code will make it easier to modify and show what I'm talking about.
07-11-2008 12:56 PM
07-11-2008 01:31 PM