|
|
 | | From: | drkovrlord | | Subject: | Re: Keithley PCI-DIO96 card interfacing w/LabVIEW | | Date: | Thu, 20 Jan 2005 17:10:57 -0600 (CST) |
|
|
 | CHarm,
I can't say I have had experience with Keithley's DIO boards,= but there is a very similar error in NI-DAQ (NI's DAQ board driver): r>"Error -10401
Possible reason(s):
NI-DAQ LV: The specified= device is not a National Instruments product, the driver does not support = the device (for example, the driver was released before the device was supp= orted), or the device has not been configured using the Measurement & Autom= ation Explorer."
This error happens when you accidentally enter the = wrong device number or device handle for the device you wish to address wit= h the driver. For instance, if I had a board with device number 2 and I ac= cidentally identified it as device number 3 in my program, I would get this= error (assuming there wasn't another viable resource at device number 3).<= br> In short, I would check to make sure you are identifying the board c= orrectly in the program. If it has a device number or device name, make su= re it matches the number or name given to the board by the Keithley driver = in the "IO Panel".
<-*DrkOvrlord*->
|
|
|