Hello,
I'm connecting a Keithley 2470 SMU through LAN to my computer. I have the latest version of their driver and LabView 2018 SP1.
When I do an ID Query on the instrument through it's Initialize VI, provided by Keithley, occasionally I will get the following error.
-1073807312
VISA Read in Common Framework.lvlib:Keithley 2450.lvlib:Initialize.vi->
Common Framework.lvlib:Keithley 2400.lvclass:Initialize.vi->SMU Test.vi
VISA: (Hex 0xBFFF0030) User abort occurred during transfer.
The error does not occur every single time I call the Initialize VI with an ID Query request, maybe 1 out of 20 calls, the error will be thrown, it seems completely random when it happens. When I run the code without requesting an ID Query, everything works fine without any issues. This leads me to believe that something is happening with the VISA Read VI, but I can't figure out what.
Any help or info is appreciated. I've attached a picture of the VI in question.