I hope I can find here some help for our problem. My research group
is having trouble by getting our new DAQ card to work with Matlab.
(R2006b)
We use a National Instrument PCI 6229 Card and the latest driver of
nidaqmx.
But we already get the same failure messages if we try to register
the nidaqmx.dll
>> daqregister('nidaqmx')
ans =
'nidaqmx.dll' not found. Make sure it is on the MATLAB path.
'nidaqmx.dll' not found. Make sure it is on the MATLAB path.
Also if we run daqhwinfo we receive a failure message.
>> daqhwinfo('nidaq')
Caught unexpected exception of unknown type.
Unexpected error status flag encountered. Resetting to proper state.
And if we try to receive a signal its even worse.....
>> aimx=analoginput('nidaq','dev1')
??? Error using ==> analoginput.analoginput
Error using ==>
analoginput.analoginput>localCreateAnalogInputObject
An unexpected error occurred.
I or better we hope here are some people who can help us.
Because we need to run these card immediately.
Sorry for the second mail but I have seen that there were same words
missing in my first mail.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.