01-11-2012 11:43 PM - edited 01-11-2012 11:49 PM
Hi all,
I wrote a vi to continuous monitor the sound obtained from microphone. I found the signal stop after a certain time and then program also can't stop/close normally. No error message shown after hang, anyone know what's wrong for it. Thank you!
Solved! Go to Solution.
01-12-2012 01:12 AM
Hi,
Try adding delay / wait for next ms in the while loop.
Read this one or search for loop delays: http://digital.ni.com/public.nsf/allkb/D0AC1DC7C0A5E25786256CED006E5AA1
01-16-2012 03:14 AM
It works fine now, thank you!