LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error codeļ¼šEABO - I/O operation aborted

I tried to run a vi. which is created by our group's former member to control keithley 2400.

I got a "EABO - I/O operation aborted"  error.  I don't know why, could someone give me suggestions for this trouble?

The labview I used is Labview 2019.

Thanks

labview erro.PNGVI.PNG

0 Kudos
Message 1 of 9
(2,347 Views)

Hi,

 

Have you tried the solutions mentioned here?

 

0 Kudos
Message 2 of 9
(2,314 Views)

Hi yhphycn,

 

you are using some ancient GPIB functions in your VI.

Since 10+ years you should use VISA functions instead.

 

Have you tried to use the latest instrument drivers found in the IDNet for your device?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 9
(2,311 Views)

Thanks for your reply. I have not solve it. 

0 Kudos
Message 4 of 9
(2,263 Views)

Thanks for your reply. 

 You think the GPIB functions is very old?

So, I should change to visa now?

Another question, why it also doesn't work even I replace it with new GPIB commands?

 

0 Kudos
Message 5 of 9
(2,260 Views)

Hi yhphycn,

 


@yhphycn wrote:

Another question, why it also doesn't work even I replace it with new GPIB commands?


Because something is wrong.

Could be software, could be hardware - you didn't tell so much about your setup so farā€¦

 


@yhphycn wrote:

 You think the GPIB functions is very old?

So, I should change to visa now?


Have you tried the Keithley2400 driver available in IDNet?

What is your hardware setup?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 9
(2,257 Views)

I use labview 2019. 

Keithley 2400 driver is installed. 

I use Keithley Instruments KUSB-488B with NI compatible driver. 

"Error codeļ¼šEABO - I/O operation aborted" showing in the subvi.

The whole/main labview Vi file is created by other person a few years ago.

I just want to slightly modify it since I am not an expert in labview now. 

Please give me some suggestions. 

Thanks 

0 Kudos
Message 7 of 9
(2,252 Views)

Hi,

 

so you are using a Keithley USB-2-GPIB converter: in my experience you run into problems when using those old GPIB functions.

 

I recommend to use the most current version of the Keithley2400 driver with VISA function calls instead.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 8 of 9
(2,248 Views)

OK, thanks so much for your help. 

 

0 Kudos
Message 9 of 9
(2,244 Views)