07-06-2008 10:52 PM
07-06-2008 11:48 PM
> This device cannot start. (Code 10)
Is this message shown at the Device Manager with a yellow exclamation icon? If so, it is a device driver problem. I think your device is in conflict problem of driver between NI USB RAW and USB-COMM bridge driver.
In the previous working system, what VISA address did your app use? If "ASRLx::INSTR", it must use USB-COMM bridger driver. If "USB::<vid>::<pid>::<serialno>::RAW", it must be NI USB RAW.
07-07-2008 09:09 AM
Yes there is the yellow question mark in the device manager window. I will need to look at the other items when I get back in the lab today. How would I determine if there is a conflict between the USB RAW and USB COMM bridge driver? Also, I am not sure how to idenyify the VISA driver addresss,... how would I accomplish this (device manager)? Is this information in the .inf files or somewhere else?
07-07-2008 09:33 AM - edited 07-07-2008 09:35 AM
>How would I determine if there is a conflict between the USB RAW and USB COMM bridge driver?
Normally, if the device itself has no problem but driver is in error, the device driver is probably not installed correctly. This may happen when you have changed the installation of hosting driver at the Device Manager, or when you have aborted the driver installation while it is in processing.
> Also, I am not sure how to idenyify the VISA driver addresss,... how would I accomplish this (device manager)? Is this information in the .inf files or somewhere else?
At your previous environment that correctly opearates your system, execute NI-SPY program (found in NI-MAX's menu) then capture the instrument control traffic. Then you will see the VISA address in the SPY log. If the VISA address is ASRLx::INSTR, the device is hosted by USB-COMM bridge driver because the device is ***logically*** at the serial port (but physically USB). If VISA address is USB::XXX:XXX:XXX::RAW, the device is hosted by NI USB RAW (using custom INF file that was generated by NI USB driver wizard).
07-08-2008 12:08 AM