05-21-2008 01:02 PM
05-22-2008 08:27 AM
05-22-2008 10:25 AM
05-22-2008 01:51 PM
05-22-2008 02:19 PM
05-22-2008 03:58 PM
The first thing I did was email Tektronix. This was their reply.
Thank you for contacting Tektronix Technical Support.
In most of our oscilloscopes, when automating acquiring a screenshot, there are several pieces of information needed, including which port the screenshot are sent to, the format and the orientation of the image.
The image can be captured using these programming commands:
HARDCOPY:FORMat <PCX, PCXcolor, PNG, BMPColor, etc.>
HARDCOPY:INKSAVER <ON, OFF>
HARDCOPY:LAYout <LANdscape, PORTRait>
HARDCOPY:PORT <RS232, GPIB, ETHERNET>
HARDCOPY START
After these commands have been sent to the scope you then issue the command in LabVIEW to open a file to read the data from the port.
Best Regards:
Stan England
Tektronix, Inc.
05-22-2008 04:10 PM
05-22-2008 05:44 PM - edited 05-22-2008 05:46 PM
06-09-2008 07:59 AM
I wrote an application that works with Tek VISA (I believe that it will work with NI-VISA). It's called ZScope Screen Capture.
Once the instrument is selected, with a single click, it gets a bitmap image and copies it to the clipboard. From there, you can paste it into any Windows application (Word, paint, etc.)
It is available on my website www.zocchisystems.com .
I tested it with Tektronix TDS/DPO 3000 through TDS 8000 series.
I hope that this helps.
08-31-2009 05:36 PM
The only thing you needed to do is wait for ~6 seconds for the Hardcopy to complete on the TDS Scope. You'll see the hardcopy window flicker on the scope. When it is done flickering, then the entire Binary file is ready to READ. Use the "VISA Read to File.vi". This will allow you to save to a directory and name the file (*.bmp). Works very well. Set the Byte Count to 200000.