LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DSO5034A screen capture

Solved!
Go to solution

Hello all

 
I am using Agilent Technologies DSO5034A ocsilloscope and i need a screen capture from the oscilloscope.  I have developed the screen capture vi using Agilent command expert.  I am able to save a png format image but not the actual image that is being displayed on the oscilloscope screen. This is because I am unable to give the waveform data as input to the screen capture vi. I have tried with many commands but nothing is working out. Could someone who are familier with this insturment please tell me how could i give the waveform generated in the oscilloscope as input to my screen capture vi. Thankyou in advance 
 
Best Regards
Pratheek
 
 
 
Download All
0 Kudos
Message 1 of 7
(6,788 Views)
Solution
Accepted by pratheek

The waveform data should have nothing to do with the screen capture.  The screen capture should just give you an image of what is currently on the scope's screen.

 

First thing I would do is make sure the scope is not triggering when you do a screen capture.  You should set it up to do a single waveform acquisistion.  Once it has triggered and acquired the data, the scope should be in an "idle" state (ie, not looking for a trigger, not acquiring data, not processing anything).  Then when you do a screen capture, you know what you should have.


GCentral
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
Message 2 of 7
(6,769 Views)

Hi 

 

Thankyou for the reply..... Could you explain it more clearly please...... I am fairly new to labview. I have tried using screen capture with the examples of instrument drivers. But for whatever program im trying, the output of the screen capture is the same as shown in the attachment. Is this the problem with my screen capture vi or my program. The query for screen capture i used is "Display data'. Thankyou

 

Regards

Pratheek

Download All
0 Kudos
Message 3 of 7
(6,756 Views)

HI 

 

Got it..... thanks for the reply......

0 Kudos
Message 4 of 7
(6,741 Views)

HI 

 

One more small problem.......... The vi is taking the screenshot automatically whenever i run the program........is it possible control the capture screen shot vi with a boolean or to atleast have a time delay to adjust the waveform in the oscilloscope and then have the screenshot..... Could you please help. Thank you

 

Best Regards

Bhargava Devarasetti

0 Kudos
Message 5 of 7
(6,703 Views)

Sorry....got it......used a case structure......should have thought of it befire posting Smiley Wink

0 Kudos
Message 6 of 7
(6,700 Views)

This is an example for capturing screen for the Agilent DSO-X-3054A.

May be is useful for you.The example is made in labview 2012

bye!

Message 7 of 7
(6,518 Views)