Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

scan for device with GPIB-USB-B under linux

Hello
i have a b&k connected with GPIB-USB-B under linux how i have to do for make the scan and see if he find it?

Regards

Luca
0 Kudos
Message 1 of 3
(3,890 Views)
Hello,
about your question you can act in the following way:
  • First of all: which Linux distribution are you using? (I'm asking this because there are some distributions that don't support GPIB-USB-B. In this page: http://www.ni.com/support/gpib/versions.htm#linux you can control if the distribution you are using is compatible or not);
  • If your distribution supports GPIB-USB-B, then you have to download the NI-488.2 drivers for linux (in this page: http://www.ni.com/linux/gpib.htm you can download them and obtain information from the README file);

I hope that stuff will be useful for you.

 

Fabio 

Fabio M.
NI
Principal Engineer
0 Kudos
Message 2 of 3
(3,860 Views)
Luca-

Since there is not Measurement & Automation Explorer in Linux, there is no utility used to Scan for Instruments like you would in Windows.  If you want to list all instruments on the bus, you would need to write a small application which would do it using the Find Listeners command available in both the VISA and NI-488.2 APIs.

-tuba
0 Kudos
Message 3 of 3
(3,841 Views)