07-03-2006 07:33 AM
07-05-2006 02:29 PM
You are probably going to have to dig through the progamming manual to see whether the instrument has any support for re-directing the file over the GPIB port. Sometimes you can save locally and then do a file transfer. Often, the instrument manufacturer does not provide any mechanism for doing this. I'm not familiar with this particular model of scope. Have you tried contacting Tek support?
Even when the instrument support such a command, I never use it anyway. Since I'm controlling the instrument and getting the waveforms through LabVIEW, I simply save the LabVIEW front panel as a jpg or bmp file. All of the information on the scope's screen is usually present or can be made present. It's the waveform transfer that is time consuming and to add a transfer of a bmp file seems to just add unnecessary time.
07-06-2006 07:51 AM
07-06-2006 08:36 AM
It's too bad that you don't have GPIB because it would be just a matter of running NI-Spy when you used Tek's program to see what commands are being sent to get the screen capture. It's also possible that the tek program is simply doing a screen capture of it's windows program. With the serial port, you can try running a program called portmon (do a google search).
I can't really comment on your attachment because I can't compare it to the scope. How did you get this image? Did you use a property node to get the control's image and then save it in LabVIEW? You can also experiment with different graph settings such as interpolation to see if that makes a difference.
07-07-2006 07:05 AM