04-15-2010 01:27 AM
To all the Gurus,
I am using LabView 8.5 and have made an Application which requires user to download data from USB drive/stick. So when VI runs user asked to select a .TXT file from USB to download. Here whole operation completes as desired. ONLY PROBLEM I am facing is when download completes User tries to "safely remove USB drive" where windows gives a warning saying USB is in use and cannot be removed.
In this particular VI I am using file dialog function to browse through USB and let user select a file. I even tried using open file function but it is giving same error.
The only way I can safely remove USB after downloading is by exiting Labview which is not feasible for my application.
is it a Bug in 8.5 or is there any different way to do it?
Any type of help will be appreciated.
Regards
Solved! Go to Solution.
04-15-2010 01:49 AM
Just an idea : after reading the file on the USB disk, try to open/close a file on the hard disk to check if this operation frees the USB disk.
04-15-2010 01:55 AM
Thanx for replying JB...
I tried it but its nt working...
"All the Labview Application Engineers need your help"
04-15-2010 02:07 AM
04-15-2010 03:06 AM