I am collecting data from a serial device and am displaying it on a waveform chart. In order to get a nice timeline on my x-axis, I collect 50 ms worth of data at a time (in a While Loop), create a waveform data type with the current time, and then push that onto the chart. It works pretty well; however, occasionally (seemingly at random), the chart clears itself and then continues to draw my data. I've saved the stream to disk to check it and nothing is dropped but the random clearing of the display is very annoying from the user's perspective.
Any ideas how to make the chart stop clearing itself? I can post code if necessary.
Using LabVIEW 6.1
Thanks-
-dennis.