LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

LabWindows Oscilloscope Screenshot capture

I am using LabWindows to create a GUI that controls my Tektronix TDS3054B osilloscope.  My goal is to "automate" testing of our circuit cards by setting up a program that will execute all of my instrument commands sequentially.  Currently, I'm sending commands to the oscope through GPIB in my program and I am able to remotely control the oscope doing simple tasks such as acquiring measurements and setting the scope the scope up.
 
I would somehow like to obtain screenshots of the oscilloscope and store them on my PC. 
The only way I can actually see screen shots on my computer right now is my connection through a crossover LAN cable.  I can log into the oscope's domain and refresh my picture in a .png format, then save them to my computer.  Is there a way I can do this through code?  I have looked through the Tektronix developers manual and all they really tell me is that the oscope is able to send a Hardcopy through ethernet.  It doesnt tell me how I go about acquriing and saving the image screenshot.on my pc. 
 
I'm an a relatively unexperienced LabWindows developer and this is my first project with LabWindows.
 
If you have any other ideas/suggestions on how I can go about obtaining screenshots, I would greatly appreciate it.  Thanks so much for your help!
 
I have posted this question in the instrument control section. 
-Keith Y.
0 Kudos
Message 1 of 2
(3,549 Views)

I saw Dennis answer in the instrument forum and I agrre with him: transferring only the acquired waveform from the scope should be easiest and fastest to do than acquiring the screenshot.

I suggest you look at this page from Textronix site and download the TDS Waveform Logging Sample Program: it's written using Microsoft C and should be easy portable to CVI.

 



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(3,544 Views)