10-16-2008 02:40 PM
I have several DAQ Pad 6020e's from a university program. I have them working on a Labview 7 system but when I upgraded to 8.5 they are not recognized.
I have installed the traditional legacy drivers and I can run the test panel in MAX and get it to work there. How do I go from MAX to using them in a vi.?
Solved! Go to Solution.
10-16-2008 05:04 PM
In MAX, try resetting the device to a Tradional DAQ device, not a DAQmx device.
Then try using it a vi.
10-28-2008 06:08 AM
10-29-2008 08:27 AM
Hey Brjasc,
The traditional DAQ drivers by default are only going to install into one version of LabVIEW, so it's possible that you aren't seeing the traditional DAQ drivers in version 8.5. To see which version of LabVIEW the traditional DAQ drivers are installed on, go to C:\Program Files\National Instruments\LabVIEW x.x\vi.lib and see if there is a folder called "Daq". My guess is that the Daq folder is installed for LabVIEW 7, but not LabVIEW 8.5. Once you figure out which version of LabVIEW this folder is present in, open that version, go to the block diagram, and then right click to bring up the functions palette. Navigate to Measurement I/O and then Traditional DAQ. To install traditional DAQ into multiple versions of LabVIEW, go to ni.com and search for Traditional DAQ Palette Does Not Appear After Upgrading LabVIEW.
10-29-2008 08:31 AM