06-05-2013 11:30 PM
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
06-06-2013 01:20 AM
MAX just sends an *IDN? query to the device and shows the response.
06-06-2013 03:01 AM
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.
06-09-2013 03:38 PM