Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Agilent E4980A control

Solved!
Go to solution

Hi everyone, is it possible to control the Agilent LCR meter E4980A using a phone cable usb-usb c with my computer instead of GPIB cable.

 

 

0 Kudos
Message 1 of 5
(2,514 Views)

As per the images on the website and the manual, it does support USB control (mini USB) provided on the back and the front panel USB is only for USB drive captures.

santo_13_0-1594575663201.png

santo_13_1-1594575822815.png

 

NI VISA Drivers support GPIB/USB/LXI and hence you can easily use all the supported communication protocol without changing code.

You might need to get the right cable if your laptop has only USB-C. If it is a typical USB-A port on computer and laptop then you would need a USB-A to Mini-B cable.

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 5
(2,495 Views)

Thank you very much for your response. I have another question please..I found a program in this community and when opening it, I always have these warnings in the image below. What could be this error? I even change the path of the project in the same folder of the drivers but it's not working.

ma994_1-1594577317889.png

 

 

0 Kudos
Message 3 of 5
(2,491 Views)
Solution
Accepted by topic author ma994

It looks like the user who developed the code had the Agilent Driver in a folder under desktop during development instead of having inside instr.lib and hence the VIs are looking at that location. Whereas you have them installed in instr.lib (correct location) and giving a piece of information that those VIs were found in the new location and linked.

 

This will go away once you save the VIs or mass compile them on your PC.

 

Don't forget to mark the solution if your question was answered.

 

Thanks, stay safe!

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 4 of 5
(2,451 Views)

Thank you for your help.

 

0 Kudos
Message 5 of 5
(2,433 Views)