I was running the Sound input read vi in a while loop. The Sound input read VI was acquiring 1000 samples to the buffer in each iteration. While Sound input configure VI was set to a sampling rate of 11025 samples per sec. Now energy of these 1000 samples is computed and the loop runs again computes the energy of the next 1000 samples.
After 7-8 iterations. LabVIEW displays error dialog box containing Error 4802 at Sound input configure VI. The sound device was busy.
How to correct it.?