Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
All I want to do is write a program to control/read a few agilent power supplies over GPIB. If anyone know if and how this is possible could you please push me in the right direction.

Thank You

What I have tried:

...................................................................................................................................................................
Posted
Updated 27-Sep-17 0:23am

1 solution

It is possible. You need to install the driver and the SDK for the GPIB interface card used in your PC. The SDK might contain a .NET interface. If so, use it according to the documentation (which usually provides sample code). If not, you have to call the unmanaged API functions provided by the DLL from the SDK (searching the web for .NET examples for your interface card might help). If you did not have a GPIB interface card so far, choose one that provides a .NET interface.

Finally study the documentation of the GPIB devices to implement the required commands.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900