10-25-2010 08:54 AM
Does anybody know how to programmitcally save a wavform file to the front panel USB?
I am using a Agilent DSO 6012A.
It would be great if I could name the files also.
example.
Test 1 gain
Test 2 linearity
Thanks in advance.
10-26-2010 02:41 PM
What do you mean when you say front panel USB?
Please clarify a little on what you are trying to accomplish.
10-27-2010 08:34 AM
I need a screen capture of the tests I am running.
I save the DSO Screen captures onto a USB thumbdrive plugged into the front panel USB connector and later paste the screen captures into a data sheet.
I would like a simple application the allows me to do this via the computer.
If I am running the gain test and want a screen capture I would launch the labview vi type the name of the test into the string control.
And have a button that saves the DSO waveform to the USB drive plugged into the front panel USB connector and name the file "gain test 1".
The next test would be linearity I would do the same thing except the file name would be "linearity test 1".
Thanks
10-27-2010 10:07 AM
This seems to be close to what you are looking for:
Take Front Panel Screenshots
http://zone.ni.com/devzone/cda/epd/p/id/2943
From there you can edit/build towards your specific application.
Hope this helps,