Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Help transferring a screen capture file (.gif) of an Agilent E4443A to a PC over GPIB???

I'm currently using an Agilent PSA Series Spectrum Analyzer E4443A which has an internal HD, but not accessible via LAN like the newer Window based Analyzers. I've read the programmer's manual and tried the examples, but no luck. I'm able to send the command in Labview to capture the screen using ":mmem:stor:scr 'C:mal.gif' " and that work's fine. I'm having trouble with using the " :mmem:data? 'C:mal.gif' " Not sure how to handle VISA read calls to get the data to a file. Example attached.

 

Mal G.

Engineering Services
Teledyne Relays
0 Kudos
Message 1 of 8
(7,615 Views)

Hi Mal G,

 

What are you experiencing when you run your VI? Are you getting any specific errors? Is the file not showing up in your C drive? How doyou know itis not working?

 

Perry S.

 

Applications Engineer
National Instruments
0 Kudos
Message 2 of 8
(7,603 Views)

I have the same problem with Agilent E4447.

With the command "MMEM:STOR:C\111.GIF", I can store the .gif file to the E4447 C Drive, but how to transfer the picture to my PC?

0 Kudos
Message 3 of 8
(7,538 Views)

@雪飘人间and梅 wrote:

I have the same problem with Agilent E4447.

With the command "MMEM:STOR:C\111.GIF", I can store the .gif file to the E4447 C Drive, but how to transfer the picture to my PC?


See here: http://forums.ni.com/t5/LabVIEW/Agilent-E440x-Spectrum-Analyzer-screen-capture/m-p/361469

 

0 Kudos
Message 4 of 8
(7,531 Views)

 

@smercurio_fc wrote:

@雪飘人间and梅 wrote:

I have the same problem with Agilent E4447.

With the command "MMEM:STOR:C\111.GIF", I can store the .gif file to the E4447 C Drive, but how to transfer the picture to my PC?


See here: http://forums.ni.com/t5/LabVIEW/Agilent-E440x-Spectrum-Analyzer-screen-capture/m-p/361469

 

I want remote command for save screen shot in .gif and tranfered to local PC means Remote PC. I am using C#.NET for remote accessing.

 I dont want use any Drivers,lib.
Thank you in Adavance

 

0 Kudos
Message 5 of 8
(7,006 Views)

 and i am using LAN.

0 Kudos
Message 6 of 8
(7,004 Views)

@rajup2189 wrote:

 and i am using LAN.


Read the programmer's manual.

 

 

And if you are asking us to write the C# code for you, that is *your* job.

 

0 Kudos
Message 7 of 8
(6,998 Views)

I ran into the same issue and got it working using the Python PyVISA library. I have a working example and instruction on GitHub: 

 

https://github.com/binary-cleric/E4407B-GPIB-Screen-Capture

0 Kudos
Message 8 of 8
(5,050 Views)