04-17-2008 01:25 PM
04-18-2008 04:29 PM
Hi dbarth,
Could you provide more details about the problems you are getting? I'm a bit unclear on what you are trying to accomplish and the error you are getting. What exactly do you have to do (steps) to get this error? Does this happen when you open specific software or does it happen when you try to run a specific application? What version of the DAQmx drivers did you download? Did this error started to happen after downloading the drivers? Did you have another version of the drivers before? Was it working before? Thanks,
04-18-2008 06:27 PM
04-23-2008 12:17 PM
Hi dbarth,
These are some good resources to get started with the Math Interface Toolkit. This video demonstrates how to use the toolkit; also this developer zone might be really helpful. In case that you need more information there are some good links at the product page. I suggest looking at this forum for further help, and also you may want to post your question there because it is actively monitored. I hope this is helpful,
04-23-2008 01:08 PM
06-05-2009 12:06 PM
07-28-2009 03:10 PM
This worked for me. Edit the info.XML file at the path indicated in MATLAB's err message. First lines may look like this:
<productinfo>
<matlabrelease>12</matlabrelease>
<name>NI-DAQmx Tools</name>
<area>toolbox</area>
<icon>$toolbox/natinst/daq/ni_eagle.gif</icon>
That 4th line, which tries to set the 'area' to be 'toolbox' is confusing MATLAB. Must set 'type' not 'area'. Change that line to this:
<type>toolbox</type>
07-28-2009 03:17 PM
P.S.
Only edit the NI 'info.XML' Edit one with path like:
c:\program files\matlab\r2008a\toolbox\natinst\daq\info.xml
Not the one in \toolbox\daq\daq