Ohadra
Ohadra

Reputation: 19

How to communicate with device with GPIB?

I use "82357B USB/GPIB" in order to communicate with a device with "Agilent Communication Expert". How can I communicate with the device in C# code? What should I need to install? Which references to add? etc.

And how to diploy the application to another computer? Does the computer need some installations?

Thanks

Upvotes: 0

Views: 1422

Answers (1)

Ohadra
Ohadra

Reputation: 19

See "Keysight IO library suit Getting started with Visa.Net C# Instrument control program" This document describe how to build visual studio solution with visa to communicate with device over GPIB

https://keysightsales.my.salesforce.com/sfc/p/#1a000000awb5/a/2L0000009JeU/UxdJUjDDylNahqCuK6OHVbjWCycgVq7mZhTdkMgNDDI

Another important document is "Keysight IO Library Suite VISA.NET / C# Quick Reference Guide" (google it)

Upvotes: 0

Related Questions