C# Visual Studio GPIB Commands

后端 未结 5 760
醉梦人生
醉梦人生 2021-01-05 14:10

What commands do you use to talk to a GPIB instrument in C#, visual studio? I need to be able to write commands to the instrument and read the output.

5条回答
  •  耶瑟儿~
    2021-01-05 14:57

    I use Agilent IO Library Suite.

    Here is a tutorial to use it on C#: I/O programming examples in C#

    Nevertheless, in my company we had stability issues with the VISA-COM implementation, so we wrote our own wrapper around the visa32.dll (also part of the IO Library suite) using P/Invoke.

    (Disclosure: I work in a company that make intense use of GPIB instruments)

提交回复
热议问题