From: "Chris Mueller" <larzac04@yahoo.de>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: DAQ PCI 6229 help needed
Message-ID: <ef4de3b.-1@webcrossing.raydaftYaTP>
Date: Thu, 15 Feb 2007 06:51:08 -0500
Lines: 38
NNTP-Posting-Host: 130.149.52.85
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:392539



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.

>> daqregister('D:\Matlab\toolbox\daq\daq\private\mwnidaqmx.dll')

ans =

'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.