05-09-2016 02:58 PM
I am trying to download isf files stored on a Tektronix DPO4054 oscillocope in the E:\ drive USB stick. I am connected to the scope via a USB connection from my laptop. I have a USB stick in the E:\ spot on the oscillscope. I have not been able to "see" the E: drive on the scope using the USB connection and Labview. Otherwise I am able to communicate with the scope ust fine. Is there an example or a way to solve this?
Thanks
05-09-2016 03:03 PM
There should be a VI in the drivers for downloading a file from the scope. When I have done this with my own code, I had to have the scope send the file as a string(s) and I just saved the file myself.
05-09-2016 06:28 PM - edited 05-09-2016 06:29 PM
I don't see a VI to download any files from the drive included in the drivers.
Can you send the "FILESystem : DIR?" comand to the scope? Does it return anything?
The command "FILESystem:READFile" should return the contents of a file once you have its full path from the scope... have you tried that?