Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

7.0 executable won't run on xp with new pci-gpib.

This executable ran on previous version of windows. Automation explorer talks to gpib and instruments ok. GPIB version 2.2 installed. Executable doesn't seem to try to talk to gpib, ie. doesn't hang up.
0 Kudos
Message 1 of 3
(3,697 Views)
Hello,

If you can talk to your instrument from Measurement and Automation Explorer then it means that the driver and hardware are installed properly. So it has to do with the application itself.
Make sure that you are using the correct device name, because this new board might have gotten a different device number and also check the primary address.
If you have LabVIEW installed in the computer sometimes the problem is because it was installed after the driver, so you might want to reinstall the driver.
If you don�t have LabVIEW but only the .exe and the run time engine, then you can open NI-SPY and see if the application is trying to talk to the instrument at all.
You can find NI-SPY in Start»Programs»National Instruments. Enable the capture a
nd then open the LabVIEW application and run it. You should see some GPIB or VISA commands in the capture.
Hope this helps.

Ricardo Santa Olalla
National Instruments.
0 Kudos
Message 2 of 3
(3,697 Views)
Thanks for the input. Before trying to do any more with the executable, I installed Labview on the machine to try and troubleshoot the problem. The executable then started working so there must have been a missing dll file or something that installing Labview took care of. I'm apprehensive about un-installing Labview now, though.
0 Kudos
Message 3 of 3
(3,697 Views)