03-06-2016 01:40 PM
Okay. You don't have thousands of words that will waste the OP's time.
You do have minimum words, but they are still going to waste the OP's time.
03-06-2016 01:45 PM - edited 03-06-2016 01:46 PM
okey so you do too
my last post
03-06-2016 01:49 PM
03-07-2016 02:41 PM
Yes of course, but i have project in my school and I need help.
Btw i think, that DataDashboard is not right way. I need some functions in Labview, which open browser if I connect my phone via usb to PC and then I can select files or folders and copy they to my PC folder.
You know? thank you guys for your reply.
03-08-2016 07:21 PM
I believe that Blokk's original answer was all you really need to copy files from your phone when it is in USB mode, since it acts just like a flash drive in that state:
Blokk wrote:
You can use the following functions in LV to move, create, delete, etc. files and folders:
http://zone.ni.com/reference/en-XX/help/371361M-01
/glang/advanced_file_functions/
03-09-2016 07:06 AM
Something is like this in my mind. You need to pre-specify what is the drive letter of the Phone when you connect it. There are more advanced tricks to figure out the USB device type when you connect it, but it might involve windows dlls...
Improve this example further, also handle error if user cancels browse prompts, etc...
03-09-2016 03:26 PM
Blokk thank you so much, I try it. Btw i think , that it is nesseary make mass storage device from my phone, because labview i think dont find relative path to USB.
It is wrong?
Thanks
03-09-2016 04:02 PM
Well, I have no idea what you mean about "relative path" here... Anyway, if you mean that, you need first to make your phone act as a mass storage device for the OS, yes. If Windows will see it as a drive, then you can discover it using my code. If not, my code will not recognize it obviously....Test it yourself...
03-10-2016 06:54 PM
Thanks it is working very good!! But one more question, it is possible show file dialog (files and folders) not in windows dialog but in some space in front panel of VI and with checkbox where I can mark folders and files for copy.
Thank you for reply
03-11-2016 01:27 AM
Have a look at the example below. You need to enhance the code, like option to abort browsing, and also you need to handle possible file/folder overwrites as you need.