08-18-2016 06:02 PM
After many trial/error i did manage to find dirty and very simple solution, delaying the sound configurator for 500ms was enough for app to load it's config and read, but why i get error when i resize my application?
Error 4823 occurred at Sound Input Read (DBL).vi->MicDAQ.vi
LabVIEW: (Hex 0x12D7) You cannot perform this operation without an active task. Ensure that a task is active and try again. An input task might stop running if the input buffer overflows. Overflow occurs when the data is not read fast enough.
08-18-2016 11:36 PM - edited 08-18-2016 11:37 PM
@Mr-FoX! wrote:After many trial/error i did manage to find dirty and very simple solution, delaying the sound configurator for 500ms was enough for app to load it's config and read, but why i get error when i resize my application?
Error 4823 occurred at Sound Input Read (DBL).vi->MicDAQ.vi
LabVIEW: (Hex 0x12D7) You cannot perform this operation without an active task. Ensure that a task is active and try again. An input task might stop running if the input buffer overflows. Overflow occurs when the data is not read fast enough.
08-19-2016 12:57 AM
I did found that changing sound configurator sampling rate fixed that error (strange!), your walk around has no problem but i was looking for even more simpler way, i posed my solution so that if it was right approach, others may find it useful, may be after some while i have another look on state machine, although i still find it complicated usage of event, case structure .. at least from a LV begainner point of view.
As for your help you did helped me very good, my application almost done and i'm more expert now, thak you
i don't wanna say "see you next issue" but that's a fact for a begainner 🙂