06-29-2012 02:02 AM - edited 06-29-2012 02:04 AM
Hi All,
I have connnected my Yokogawa WT3000 through NI GPIB-USB converter. Its listed in MAX (GPIB1::1::INSTR). But its not listing in LabVIEW (VISA Resource Control). When I tried to "Open VISA Test Panel" in MAX, its throwing an error "VISA_ERROR_RSRC_NFOUND". At the same time when I try "Communicate with Instrument", the device is responding to the commands. Thus I came to an understanding that direct GPIB commands is communicated properly with the instrument where as VISA commands is not communicated with the instrument. When I looked in VISA Interactive Control, the device is listed as unknown. Can anyone help me to list the instrument in LabVIEW (VISA Resource)?
Thanks,
Ajayvignesh.
Solved! Go to Solution.
06-29-2012 05:39 AM
Hi,
If you perform a 'Scan for instruments' in MAX you should see the WT3000 as shown in the picture.
Next I would try the VI that are available from Yokogawa.
Kees
07-01-2012 11:44 PM
07-02-2012 09:46 AM
The issue is solved.
The cause of the issue is because of both GPIB-USB and the instrument used the same address "1".
In the address "GPIB1::1::INSTR", firs word is GPIB-USB converter address and the middle number ::1:: is instrument address.
In max you can change these addresses by running MAX as administrator. Some times, even running as administrator won't allow you to edit this address, then you need to restart the PC to enable edit mode.
Once you changed this address with different numbers for GPIB-USB and Instrument as "GPIB2::1::INSTR", it works fine and lists in LabVIEW Visa Resources.
Thanks,
Ajay.
07-02-2012 11:15 AM
07-02-2012 08:36 PM
Dennis,
Yes, I don't need two GPIB-USB converters. Since I had two converters, I connected two instruments through each converters. You are also correct that you can't change the instrument address. But the GPIB-USB converter address can be changed through its property in MAX.
Thanks,
Ajay.