07-26-2005 01:12 PM
07-26-2005 01:29 PM
07-26-2005 01:41 PM
Im running the test pannels from NI-DAQmx devices from the Remote Systems options, it lists my devices there, and I am able to do the test.
However now when Im trying to run my old simulations it is giving me ERROR 200220 Saying that it cannot find device 1.
My device is PXI-6071E, when I check the examples it lists the devices which I can run the program with, and my device is there.
I really need help fast since I am supposed to test my programs tomorrow with a Logic Analyzer
07-27-2005 03:50 PM - edited 07-27-2005 03:50 PM
Hi Sophie-
The -10401 error is a Traditional DAQ error that generally occurs when a device is either not configured in MAX, not supported by Traditional DAQ, or if the incorrect Traditional DAQ device number is used. Your PXI-6071E is definitely supported by Traditional DAQ, so the third possibility is the most likely. NI-DAQmx device numbers can differ from Traditional DAQ device numbers, so you might want to check this.
You can verify both device numbers in Measurement and Automation Explorer (MAX). Make sure that the device numbers you use in your LabVIEW examples match the appropriate device numbers in MAX. So, if you're running a Traditional DAQ example (white VIs with AI Config, etc) you must use the Traditional DAQ number. If you're running an NI-DAQmx example (red/white VIs that say "DAQmx") you must use the "DevX/ai0" format used in the test panels.
EDIT: I forgot to mention that both drivers can NOT be used at the same time, and if you have run Traditional DAQ programs before you have to reset the Traditional DAQ driver in MAX (right-click on Traditional (Legacy) NI-DAQ Devices) before you are able to access the device again through NI-DAQmx.
Hopefully this helps-
Message Edited by Tom W. on 07-27-2005 03:52 PM
Message Edited by Tom W. on 07-27-2005 03:52 PM