05-17-2005 01:37 AM
05-17-2005 07:31 AM
05-17-2005
11:20 AM
- last edited on
07-02-2025
06:06 AM
by
Content Cleaner
It looks like you have all of the software you need installed, so my guess is that you have a bad VISA install. There are newer versions of both NI-488.2 (the driver for your GPIB-USB), and NI-VISA. I would try installing these newer versions and hopefully it will fix your problem.
Shawn B.
National Instruments
05-17-2005 11:57 AM
05-17-2005 09:32 PM
@JoeLabView wrote:
Thanks Shawn,
My memory was not 100% accurate. We did re-install both NI-488.2 (specific to the USB) and NI-VISA.
If I recall they both had to be of the same "vintage".
😄
05-18-2005 07:48 AM
05-18-2005
09:25 AM
- last edited on
07-02-2025
06:07 AM
by
Content Cleaner
yariv3G,
As you said, you equipment worked fine on several other stations, but this station had an issue. As Joe pointed out it would be nice if everything always just worked, but with so many variables in the mix some times you just have to sit down and troubleshoot.
How do you avoid long flush times? Well, try to solve the problem intelligently. I know that is an ambiguous statement, so I will give my recommendation.
1. Check the KnowledgeBases to see if this is a known issue.
2. Search the Forums to see if any customers like yourself have run into the same problem.
Now here the next steps could go anywhere depending on your knowledge of the product and the issue itself.
If you don't know the product very well:
3. Post on the forums then while you wait for your reply do some research (read the manual, tutorials, google...)
If you did know the product pretty well you might just start logically picking apart the problem, then run through the steps you come up with. Here is what I would have done in your situation and why:
Communicating with your device worked fine in MAX. So, NI-488.2 worked fine (MAX makes calls directly to the NI-488.2 driver, ie ibwrt, ibrd). The VISA Interactive control wouldn't find your instrument. So, NI-VISA is probably messed up.
3. Reinstall NI-VISA, and if there is a newer version available you might as well use that since it probably has some bug fixes.
Still doesn't work? Well, how does VISA work? VISA Simply makes calls into other drivers so in your case VISA will make calls to the NI-488.2 driver. So maybe NI-488.2 works fine, but the driver (DLL) might be named something different, in a different location, perhaps you have two copies of it. My next steps would be.
4. Uninstall NI-488.2, and install the latest version. If it still doesn't work reinstall VISA again to make sure it finds the driver.
Hope this helps, or at least gives a better idea of what might have happened.
Shawn B.
National Instruments