09-20-2010 02:27 AM
Hi ,
I want to do sweep measurement using keithley 2400 with labview 2010. Here are the errors I came across.
error running read single.vi
Error -1074000000 occurred at Keithley 24XX.lvlib:Error Query.vi
Possible reason(s):
Instrument reports:
-113,"Undefined header"
-230,"Data corrupt or stale"
-420,"Query UNTERMINATED"
0,"No error"
Complete call chain:
Keithley 24XX.lvlib:Error Query.vi
Keithley 24XX.lvlib:Read (Multiple Points).vi
Keithley 24XX.lvlib:Read (Single Point).vi
Keithley 24XX Read Single.vi
running error query.vi from keithley24xx lib----
code
d-1073807346
VISA Write in Keithley 24XX.lvlib:Error Query.vi
I downloaded keithley 2400 driver in NI website.
I am very new to labview and keithley 2400. Kindly help me in this regard. Please give a detailed reply.
09-20-2010 06:34 AM
I've been using this driver with KE2400 under LV2009 since a while, with no problem...
Did you check communication with instrument under NI-MAX?
Does the instrument react to very simple commands? (e.g. "*IDN")
Can you please post the VI (even a simplified version) where you use the driver? (Please post a jpg or a LV-2009 compatible version)
Regards
09-20-2010 09:25 AM
You might want to try the Getting Started with Instrument control and the Troubleshooting guide
09-20-2010 01:33 PM
Thanks for your reply. I have posted the VI and a screen print of MAX communication.
09-21-2010 02:45 AM
Everything works fine on my system, here's the output:
- Can you try the VI on a LV2009 system?
- Are you sure you don't have any conflict on the GPIB bus? Try disconnecting everything else from the GPIB0 interface.
I wish I could help more, sorry...
09-21-2010 08:13 AM
Can you try checking what version/vendor of VISA you have? If you do not have NI-VISA you might try installing it.
09-21-2010 11:22 AM
I dont have NI-VISA installed in my computer. What version should I download. can you post the link?
09-22-2010 11:37 AM
09-22-2010 11:54 AM
I downloaded NI-VISA latest version and still the problem exists. It still show the same errors. I am using a GPIB-USB-HS and Labview 2010, windows XP. I couldn't figure out where the problem is. Do you have any other suggestions that I could try?
09-22-2010 05:35 PM
I downloaded NI-VISA latest version and still the problem exists. It still show the same errors. I am using a GPIB-USB-HS and Labview 2010, windows XP. I couldn't figure out where the problem is. Do you have any other suggestions that I could try?
Could the problem be due to Labview 2010? Can anyone check the same program with Keithley 2400 and Labview 2010. I have attached the program in my previous post.