Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Implementation of VIs for Keithley 2000, Keithley 2410

I'm trying to right a LabVIEW VI using the NI Libraries for the Keithley 2000 and Keithley 2410. My current problem is that, when I attempt to run the "Ke24xx Perform Sweep" VI AS IS, I continue to get an error out of -1073807346 (Hex 0xBFFF000E)
0 Kudos
Message 1 of 2
(3,390 Views)
Hi Pedro,

The error code 0xBFFF000E is defined as:

VISA: (Hex 0xBFFF000E) The given session or object reference is invalid.

This most likely means that either you have not opened a connection to the instrument, or you have closed the handle prematurely. Check your code and use NI-Spy to debug what is actually happening.

Best Regards,
Aaron K.
Application Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,390 Views)