Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with VISA Open in LabVIEW 7 Express

Never have any problem in LABView 5.1 with VISA Open.
VISA Open in LABView 7 express had a problem with an
error code 1073807202.
0 Kudos
Message 1 of 2
(3,228 Views)
The error code 0xBFFF009E (your error code is actually negative) basically means "library not found". Some library, either NI-VISA itself or a library upon which it depends, could not be loaded. Make sure that NI-VISA and any libraries that it obviously uses (like NI-488 and/or NI-VXI) are installed.

You can also use NI Spy (assuming that you are on a Windows platform) to determine what call is failing. If NI-VISA itself is not loaded, you wouldn't see any entries, of course. But if it is loaded and can't load NI-488, for example, then you would see entries in the NI Spy history window that show what call returned the error.

Dan Mondrik
National Instruments
0 Kudos
Message 2 of 2
(3,228 Views)