04-12-2007 11:39 AM
04-12-2007 01:27 PM
Hi Mike,
This error can be avoided by doing just as the message says – increase your buffer size. A good guideline to follow is to create a buffer size that is 10% (in bytes) of your channel count times your sample rate (in Hz).
buffer size B = 0.1 x (# channels) x (sample rate Hz)
So if on each 6071E, you’re sampling at 10,000Hz on 10 channels, use a buffer size of 10,000 B for each device.
Best regards,
Ed W.
Applications Engineer
National Instruments
04-16-2007 04:00 PM