Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

how to find instrument Information programatically

I am trying to find all the connected instrument to the pc through GPIB bus programatically, i am using VISA Find Resource.vi but it is only showing the GPIB addresses, we also want to get the Instrument Information connected to that particular address like we get in max when we scan for instruments.

i am not getting how to do this.

 

Thankyou

Ritu Choudhary 

0 Kudos
Message 1 of 4
(3,553 Views)

MAX just sends an *IDN? query to the device and shows the response. 

0 Kudos
Message 2 of 4
(3,546 Views)

I am not getting how to send this query means through write VI we need to send this query or which vi we need to use to send this query so that in output we can get model name, module id , manufacturer name. 

0 Kudos
Message 3 of 4
(3,541 Views)

use visa write to write "*IDN?" to an instrument and read back the respons.

Do this for each address found in visa find.

greetings from the Netherlands
0 Kudos
Message 4 of 4
(3,508 Views)