07-06-2005 01:18 AM
The labview application designed to detect clicks in audio via sound blaster input.
In order to run the application you can create a loop between sound blaster input and sound blaster output. Then you have to generate sinus tone via sound blaster output.
The problem is as follows:
1) Run the application.
2) Minimize and maximize the labview window while running.
The following error message shows up:
3) It seems that once in a few Minimize and Maximize an unexpected notch shows up in “Waveform chart”, probably because of task priority?
07-06-2005 07:03 AM
Use Front Panel Window:State Property you can set the state of the FP to maximum, minimum, or even hidden (I believe this wont even show in the windown bar at the bottom of the desktop.
-Paul
07-06-2005 07:05 AM
Sorry, haven't had my coffee yet, I thought you needed to know how to minimize the window programatically, I will look at your vi when I am at my LV PC.