05-27-2013 08:43 AM
Hi,
I am using Labview 2010 SP and VISA 5.3.
When I use the Keithley 2100 single measure VI for 2-wire measurement, I get error 1074000000.
Any ideas ?
Thanks
05-28-2013 08:24 AM
Hi bicmedium,
This error indicates an error related to your instrument as you can see it in this document :
Developing LabVIEW Plug and Play Instrument Drivers
Some instrument drivers has been tested for previous version of LabVIEW but they need to be updated in some cases.
You should try to send VISA basic functions with the example provided with LabVIEW and see if everything is going well. Check also that you initialize the connection with your device first. Maybe your instrument requires some functions which are not included in your specific VI. In addition, check if you're sending the right commands to your instrument and if you send them in the proper order. If you don't, this could return this kind of error.
Feel free to contact Keithley about this error since this is not a LabVIEW issue.
Regards
Jérémy C.
NI France