09-22-2008 08:01 PM
When trying to save voltage waveform(by clicking record button, to save into ASCII file),
the waveform is distorted and soon it comes "error 200279" with the following message:
==================================================================
Possible reason(s):
==================================================================
Is it because of memory in PC? or do I have to adjust sampling rate?
09-23-2008 10:53 AM
Hi Sbomy,
There error you are receiving is a buffer overflow error and can be easily corrected by decreasing the sampling rate or increasing the buffer size and the samples to read. Here is some information about it:
http://digital.ni.com/public.nsf/allkb/BB4E0A58688EB812862562C2004DF9A5?OpenDocument
Let me know if you have any other questions.
09-23-2008 11:20 AM
THank you for the reply. It works by decreasing sampline rate.
But, how can I increase buffer size?
Thank you.
09-23-2008 11:37 AM
Hi Sbomy,
By Default LabVIEW will handle the buffer size and make it twice the size of your samples to read. So you can increase your samples to read and labVIEW will increase the buffer size.
If you need to alter the buffer size manually, you can use the advanced DAQmx VIs for the buffer you are using.
Let me know if you have any other questions.