10-21-2010 09:48 AM
I am getting an error -50405 when reading from a USB 6008 on a Windows 7 enterprise machine. I do not get this error on either of the two Windows XP machines I use.
10-22-2010 11:19 AM
Hello ogrant,
To better answer your questions, what NI DAQmx driver are you using? Does this error occur in Measurement & Automation Explorer (MAX) Test Panels? Have you tried the device on different USB ports?
Best regards,
Ali M
Applications Engineer
National Instruments
04-19-2011 06:05 PM
http://forums.ni.com/t5/Multifunction-DAQ/Error-50405-USB-6008-OEM/td-p/1530316
Similar problem. And no, changing USB port didn't help.
04-20-2011 11:55 AM
The first thing that I need you to try is doing a self-test in Measurement and Automation Explorer. If the device still fails there are a number of troubleshooting options that we can try.
niScope_ResetDevice
or DAQmxResetDevice
).08-05-2011 01:43 AM
when usb 6008 plugged in first and recognised by max it is passing self tests and test panels are opening but when it comes to try it within a vi it is giving this error. After that self testing fails, trying to reset the device also makes the program stop responding. is it a driver problem or a windows 7 problem.
08-05-2011 03:16 PM
You can always upgrade to the newest DAQmx driver here, but the problem could also be in the configuration settings. Depending on what kind of task you are setting up, the software could be tying up some of the resources or timing out and throwing an error.
You are able to acquire/generate data from the MAX test panels, so I would start with creating a DAQmx task in MAX and see if you can run the task without error. If that's successful, try importing that task into LabVIEW or running an example program.
08-07-2011 11:53 PM
find with google search, is usb not plug and play in win 7?
08-08-2011 12:15 PM
It depends on how you define "plug-and-play". In this case, you need to have the DAQmx driver installed before Windows will recognize it. If you look at this article, the plug-and-play experience occurs after DAQmx has been installed.
"The following sequence begins once you power on any (non-legacy) NI USB device and plug it into a PC on which NI-DAQmx has been installed."
08-09-2011 12:39 AM
it is solved thanks. docking station was creating that problem. when i plugged the DAQ card in the computers own usb port, it is solved. thanks for your answers.