04-03-2008 12:23 AM
04-09-2008 07:31 AM
04-09-2008 09:34 AM
04-14-2008 08:23 AM
Markus,
I did some quick tests and I found out that using ViOpen on the string "GPIB:: 5::INSTR" (as the spy capture shows) also results in a resource not found error with NI-VISA. After looking at your string, I found two problems that could potentially break the communication.
First, if you have multiple GPIB interfaces on your system, you need to specify which one with an interface number (use GPIB0 or GPIB1). You can find this number in MAX.
Second, your string shows ":: 5" or "::\s5". There is a space between the second colon and the primary address 5. Placing a space in this position also gave me the resource not found error.
Please let us know if this does not help.
Steven T.
02-01-2010 07:11 AM
I am facing a similar problem in communicatig with my scope. I could able to query the scope successfully through NI488.2 communicator. But when I try to open a NI session from Visaic.exe, it is throwing the VI_ERROR_RSRC_NFOUND error.
How should I debug this? I will highly appreciate your help.
The previous solutions for similar errors did'nt help me.
02-02-2010 11:58 PM
Start NI Spy before running Visaic.exe and show us the log from Spy. And for comparison do the same thing when using the NI488.2 communicator. In my case it was the space in the ressource ID. Older versions of VISA ignored that but current versions throw an error on that.