06-15-2010 12:31 PM
Perfect thanks.
Will it essentially be a plug and play replacement for the 6023 software-wise?
06-15-2010 03:14 PM
If you're using DAQmx then yes. However, the newer hardware (M and X Series) does not support Traditional DAQ. If your code is written in the old driver you would have to update it to use DAQmx to run the new HW.
Best Regards,
07-01-2010 02:10 PM
I swapped the 6023e with a 6022 and the software return this error:
#define unknownDeviceError -10401 /* The specified device is not a National Instruments product, the driver ... */
What do I need to do?
The driver installed ok and it shows up in measurement explorer
I have DAQmx 8.0 installed. Do I need to upgrade?
07-01-2010 03:29 PM
spoke too soon. Looks like our code is using nidaq.h which is the legacy code.