12-18-2007 02:40 PM
12-19-2007
04:45 PM
- last edited on
06-27-2024
03:54 PM
by
Content Cleaner
Hi Yajai,
When you are referring to version 8.6, I am assuming you are referring to the DAQmx driver. The DAQmx driver will definitely work with an M-Series device. I suspect that the program that you are using was programmed with Traditional NI-DAQ 7.4. The Traditional NI-DAQ driver is National Instruments' legacy driver that will work with devices such as an E Series device but will not work with M Series devices.
To get the M-Series card to work, you will have to rewrite part of the code to use the other driver. There are some DeveloperZone articles that describe how to make this conversion in several environments such ANSI C and Visual Basic .NET. You can use the tutorials to get an idea of how to convert your code. There are also a number of shipping examples that you can take a look at. Refer to the KnowledgeBase article, KB 47CCSQ5B: NI-DAQmx, NI-VISA and NI-488.2 .NET Example Locations, if you would like to know the location of the examples.
12-20-2007 11:53 PM
12-21-2007
09:49 AM
- last edited on
06-27-2024
03:55 PM
by
Content Cleaner
Victor V.,
We have recently discovered an issue with NI-DAQmx 8.6.0f12 that can cause the configuration data in Measurement and Automation Explorer to become corrupt if you upgraded from a version of NI-DAQmx 8.6.0 prior to NI-DAQmx 8.6.0f12. I suspect that the error you are receiving is related to this corruption. Before upgrading or removing NI-DAQmx 8.6.0f12 I would recommend manually witting down and manually verifying your previous configuration.
If you have any further questions let me know.
Regards,
Neil S.
Multifunction DAQ
Product Support Engineer
National Instruments
05-22-2008 01:25 PM
05-22-2008 03:19 PM