04-22-2008 12:01 PM
05-09-2008 10:00 AM
05-09-2008 12:42 PM
05-13-2008 11:36 AM
Hi Gparant,
You might want to create a debuggable executable to see what’s going on in the application mode. Try referring to Debugging Applications and Shared Libraries for further help in doing that.
The other problem I foresee is that the VI logger could be logging empty strings of data. This could happen if it logs faster than acquired data appears.
Also, if you are using local variables, make sure that there are no potential race conditions.
Hopefully this helps.