From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to control Agilent 6673A power supply over GPIB via PC without Labview?

Solved!
Go to solution

Hi:

  I am trying to control a power supply (Agilent 6673A) via PC through GPIB-USB interface. I have googled several websites, but still do not have a clear idea of how to implement such task.  From what I know, I should get one of:

https://www.ni.com/en-tr/support/model.gpib-usb-hs.html 

and I need to download drivers for power supply Agilent 6673A from

https://www.keysight.com/main/software.jspx?ckey=2267056&lc=eng&cc=TR&nid=-11144.0.00&id=2267056

but other than that, I really don't have a clue as how to proceed.

 

The good thing here is, my application will only be based on turning the power supply On/Off and, recalling a value.
Therefore, I am not sure that It will need to set up Labview. 

 

I will be glad to know if there is a way to use the device driver in such a C++ or C# application to turn the supply On/Off and recall a value OR assign a value to the outputs.

 

Thanks in advance

Sarp

0 Kudos
Message 1 of 2
(2,421 Views)
Solution
Accepted by topic author Sarp_Daltaban

Yes, of course you can.  What sort of GPIB interface are you using?  If NI then look at the examples for C++ that install wit the NI-VISA driver - http://www.ni.com/product-documentation/54549/en/

 

Then you need to learn the commands to Enable and Disable the output on the power supply using SCPI commands.  Refer to the manual - https://www.keysight.com/ca/en/assets/7018-09132/technical-overviews/5964-8269.pdf

 

Should be pretty straight forward.

Craig

Message 2 of 2
(2,400 Views)