03-05-2009 08:36 AM
Hello everybody,
I am develloping a software that is communicating with an instrument with , USB,RS232, Ethernet & GPIB interface
On my devellopment PC, I can communicate with my instrument using a Agilent GPIB-USB 82357B converter, without any problem. (and the other interfaces as weel)
I have deployed the application using the application builder installer on the target PC. The application is working with USB,RS232 & Ethernet interfaces but I cannot see the GPIB interface in the VISA ressource name control.
I have follow the advise given by NI when using a GPIB USB converter from Agilent (Tulip enabled......)
I have done the following tests on the target PC:
- I have installed MAX, and I can communicate with the VISA test panel using the GPIB-USB converter.
- I have done a small application with the VISA Find ressource included
- If I unplugged the USB/GPIB converter from the instrument, the VISA find ressource function return: GPIB0::INTFC, COM3, COM4,COM7,LPT1
- If I plug the converter to the instrument, the VISA find ressource function return nothing.
- If I launch the VISA interactive control, I have the following error:
unable to find ressource using expression"*?"
error : BFFF003A
Status Name VI_ERROR_INV_SETUP
I am using LabView 8.5 under windows XP.
I have included in the installer
- LabView run-time 8.5
- VISA runtime 4.4
The target PC is under Vista.
Thanks for your help and support.
Solved! Go to Solution.
03-05-2009 08:51 AM
Not sure why you are posting here on an NI forum since you are using an Agilent controller. It sounds like you need to install the Agilent driver and I imagine you can get them from www.agilent.com though you must have had the driver at one time when you first got the controller.
If you had used an NI controller, then including NI-GPIB would have been simple by including that on the Additional Installers category. On the Advanced page, there is an option to Run Executable After Installation. You might try that.
03-05-2009 09:02 AM
The agilent drivers are already installed on both devellopement and target PC. Otherwise, I don't think that the VISA Test panel would work.
If it was my choise, I would of course use a NI GPIB/USB converter. Unfortunately, my customer use Agilent converters.
Since GPIB is a standard, I don't understand why using an agilent converter would be a problem.
Thanks for your help.
03-05-2009 09:22 AM
03-05-2009 09:35 AM
Thanks for your advise, but I have already try to re-install the agilent driver (called Agilent IO library suite 15).
But as it works on my devellopment PC..... and not on the target PC (the version of the drivers and the NI runtime are the sames on both)
I have not included the NI488 in the installer, do you think it is necessary to do it ? (I would like to avoid multiple unnecessary test, because the target PC is at customer side)
03-05-2009 10:06 AM
03-10-2009 08:34 AM
03-12-2009 10:47 AM
Hello everybody,
For your information, I have solved the problem by desinstalling and reinstalling my software installer on the target PC.
I still don't know where the problem was, but it is working now. (even with the 15.0 agilent driver version)
Thanks anyway for your help.