LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display PSA screen capture on Front Panel

Solved!
Go to solution

Any one know how to display screen capture of PSA series specturm analyzer on front panel. I can save the JPEG file in the C drive, but I can't display on the front pannel. Please see my labview code.

0 Kudos
Message 1 of 7
(2,761 Views)

You can read a JPEG file and show the result in a picture control.  Look in the graphics palette.

0 Kudos
Message 2 of 7
(2,753 Views)

Hi,

 

Thanks for the reply. Do you have any other way than read JPEG file, like convert binary data to jpeg. I don't want to save all the JPEG file, then read it again.

 

Thanks again,

 

Johnny

0 Kudos
Message 3 of 7
(2,734 Views)

Do you actually need to save the front panel image?  Or do you want to save a graph of the signal (spectrum) that you acquired?  If the latter will do the trick, you can simply read the waveform over GPIB (or whichever means you control the analyzer) into an array that is plotted to a waveform graph in LabVIEW.  You then save the image of the waveform graph as an image.

 

Since you have all the data, you can even save the data which can be viewed later (and not only by LabVIEW).

0 Kudos
Message 4 of 7
(2,730 Views)

Hi Ray,

 

Thanks for your help, I just want to capture the screen picture from equipmnet and place in front panel. I don't want any data. if I want any data, I can save the trace.

0 Kudos
Message 5 of 7
(2,710 Views)
0 Kudos
Message 6 of 7
(2,707 Views)
Solution
Accepted by topic author Jlin

Thanks, Very good information

0 Kudos
Message 7 of 7
(2,696 Views)