Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Screen image form Tektronix TDS2004C scope using tktds1k2k IVI driver

I'm developing using Labwindows/CVI 2009.

 

Does anyone know if you can use the tktds1k2k IVI driver to capture a screen image from a Tektronix TDS2004C scope?

 

I know I can read waveforms.

 

What I'd really like to do is grab a full screen image off the scope.  (like the "hardcopy" sends to a printer).

 

Thanks,
Kirk

 

0 Kudos
Message 1 of 8
(8,363 Views)

@kirkm wrote:

I'm developing using Labwindows/CVI 2009.

 

Does anyone know if you can use the tktds1k2k IVI driver to capture a screen image from a Tektronix TDS2004C scope?

 

I know I can read waveforms.

 

What I'd really like to do is grab a full screen image off the scope.  (like the "hardcopy" sends to a printer).

 

Thanks,
Kirk

 


You are asking this because you know the feature is available?

 

If it isn't in the driver, I guess you'll need to add that feature to the driver then.

 

 

 

0 Kudos
Message 2 of 8
(8,358 Views)

I don't know if the feature is available.  In fact I just looked in the programmer manual for the scope and don't see anything.

 

I hope maybe I'm missing something.

 

The scope will be added to a production test fixture.  The customer wants scope screen images of some of the measurements to be included with the test data sheet that ships with the final product.

 

I guess we could save the scope images to the USB flash drive that plugs into the front of the scope.  But then there is the problem of pulling the flash drive out and plugging it into the computer and then figuring out which images go with which serial number being tested.  I wonder if you may be able to annotate the screen image before it is saved???  Or maybe time & date.  Just thinking outloud.

 

Any other ideas will be appreciated.

 

Kirk

 

0 Kudos
Message 3 of 8
(8,341 Views)

There's should be a hardcopy command.  I am assuming that the TDS2000 series works the same as the TDS3000 series here.  But you should be able to setup the hardcopy parameters (set to output a PNG file over the GPIB bus) and then perform a hardcopy.

 

You should check out this thread that dealt with the MSO4000 series scope:http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Screen-capture-of-Tektronix-MSO4104B-using-La...



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 8
(8,339 Views)

@kirkm wrote:

I don't know if the feature is available.  In fact I just looked in the programmer manual for the scope and don't see anything.

 

I hope maybe I'm missing something.

 

The scope will be added to a production test fixture.  The customer wants scope screen images of some of the measurements to be included with the test data sheet that ships with the final product.

 

 

Any other ideas will be appreciated.

 

Kirk

 



Wrong way to go about it.  No seriously-  that bitmap image is just WAY TOO MUCH data to send over GPIB in an automated test.  Grab the record (the points in the acquisition) and display it on a graph in CVI. Make the graph look like a scope's display and "Export simplified image" to your report


"Should be" isn't "Is" -Jay
0 Kudos
Message 5 of 8
(8,334 Views)

@JÞB wrote:

Wrong way to go about it.  No seriously-  that bitmap image is just WAY TOO MUCH data to send over GPIB in an automated test.  Grab the record (the points in the acquisition) and display it on a graph in CVI. Make the graph look like a scope's display and "Export simplified image" to your report


There are customers that don't like that.  They want to see everything on the scope's screen.  I have dealt with them.  If you can configure to hardcopy as a png, the file size drops considerably and is not that bad to do over GPIB.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 6 of 8
(8,331 Views)

Looks like there's some software on the Tektronix website that can do the screen image capture.

 

Here's a thread on the Tek support forum with information about it:

 

http://www1.tek.com/forum/viewtopic.php?f=5&t=5223

 

 

0 Kudos
Message 7 of 8
(8,326 Views)

Sorry- pet peeve of mine so I appologize in advance for ranting.

<Rant on == FULLY>

Yes, I know there are "engineers" that prefer "PICTURES" to data.  I disresepectfully differ in opinion with them.  The pictures are "easy to analize" any idiot can look at one and draw some erroneous conclusions.  The data, on the other hand, can be analized in detail and has some tracability to engineering units and NIST standards.

 


If your "engineer" needs the pictures and cannot use data instead..... ?  Is your resume current?

 

<Rant off>


"Should be" isn't "Is" -Jay
0 Kudos
Message 8 of 8
(8,315 Views)