06-06-2011 03:51 PM
I am using a more complex system but I dumbed it down to the most basic form. I am getting a 410 error on a completely random basis that results in a false collection of data. I was reading up on this error and discovered it was mostly due to orders being given faster than they can be processed? But I ran my program with 60 second intervals and it still would give the error occasionally.
Solved! Go to Solution.
06-07-2011 03:19 PM
Greetings Kenneth22.
Unfortunately, this is an instrument specific error code. I'd suggest trying the steps outlined in the document below. If these steps don't remedy the situation, I would recommend contacting Keithley as it seems that this is not an NI supported driver.
Instrument Driver Troubleshooting Guide
http://digital.ni.com/public.nsf/allkb/EFBD8C6A3ADC81EA862576AC00720DC8?OpenDocument
Regards,
Michael G
06-07-2011 03:24 PM
There is no need to initialize the unit more than once- as a matter of fact Kiethly's hate that since they have a bunch of stuff to do other than take your measurement.
06-08-2011 08:58 AM
Thanks Jeff yah that was the problem I put the initialize out side of the loop and it works beautifully.
Thanks