Search code examples
visagpib

Agilent Power Supply Programming using GPIB


On looking at the examples provided in the documentation of the Power supply. The Programming has been done by adding two libraries AgilentRMLib and VisComLib in the C#. When i try to add the AgilentRMLib by Selecting the Add Reference->Agilent VISA COM Resourse Manager 1.0, an error is shown at the reference.

I tried adding the agtRM.dll directly from the Program Files. Still the error persists. Has anyone faced this problem before? Any Solutions for this? Do you have any other method to program the Power Supply from PC using Agilent IO.


Solution

  • I was able to use the VisaComLib(GlobMgr.dll) instead to program the GPIB using C# programming language. The pdf file link! was used as reference.