LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error message

Hello,
I am getting this error message:
 
Possible reason(s):
LabVIEW:  File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
=========================
NI-488:  Nonexistent GPIB interface.
 
Can somebody explain this error and how do I solve it.
 
Thanks.
0 Kudos
Message 1 of 13
(3,844 Views)
And this happens when? Provide some details and perhaps we can be of some help...
0 Kudos
Message 2 of 13
(3,843 Views)
The error occurs both in write & read function. I am using the one of the example (GPIB.vi) provided by NI.
0 Kudos
Message 3 of 13
(3,840 Views)
Have you confirmed that the GPIB board has been properly installed and is recognized by the operating system? Can you see the board in MAX (Measurement & Automation Explorer)? Run MAX and then expand the "My System -> Devices and Interfaces" tree. Is the GPIB board there?
0 Kudos
Message 4 of 13
(3,838 Views)
I see the instruments in the MAX. I can read the address using VISA read but GPIB read and write is giving problem (all my instruments).
0 Kudos
Message 5 of 13
(3,835 Views)
Can you post an image of MAX showing the results of the instrument scan and an image of the front panel of the VI showing the address you are using?
0 Kudos
Message 6 of 13
(3,830 Views)
Here are the images.
Download All
0 Kudos
Message 7 of 13
(3,823 Views)
It looks like your GPIB controller is installed as GPIB1 and the default is GPIB0. If you don't want to change it to 0, prefix the address with the controller number (i.e. 1:19). If you look at the VISA Resource Names (you don't have that list expanded), you would see GPIB1::19::INSTR.
0 Kudos
Message 8 of 13
(3,814 Views)
So change the GPIB Interface ID to GPIB0 and other thing VISA resource name I did not get it.
0 Kudos
Message 9 of 13
(3,805 Views)
Did not get what?
0 Kudos
Message 10 of 13
(3,798 Views)