PCI-6229 not recognised by Matlab R2011b
3 ビュー (過去 30 日間)
古いコメントを表示
Hi
I was using the PCI-6229 NI card for analogue and digital IO in combination with Matlab R2007b this was working fine. Then I wanted to use also the counters available at the PCI-card. I found out that this was not possible in R2007b, but it would be possible in R2011b. So I installed the new Matlab version. Then I found out that I needed new NI-DAQmx software too. So I installed the new NI-DAQmx software (version 9.2.3).
However when I now run: >> info=daqhwinfo('nidaq')
info =
AdaptorDllName: [1x68 char]
AdaptorDllVersion: '3.0 (R2011b)'
AdaptorName: 'nidaq'
BoardNames: {1x0 cell}
InstalledBoardIds: {1x0 cell}
ObjectConstructorName: {0x3 cell}
>> info.BoardNames
ans =
Empty cell array: 1-by-0
My PCI-card isn't found.
What should I do?
0 件のコメント
採用された回答
Rob Purser
2011 年 9 月 29 日
Can you see your device in NI Measurement and Automation Explorer? Until you see it there, it can't show up in MATLAB.
To use the counter/timer support, you'll need to use the new Session based interface. You may want to port your analoginput code over as well. There's several examples/demos showing the new counter/timer support
-Rob
その他の回答 (1 件)
Teresa
2011 年 11 月 8 日
Hi,
I am having a problem accessing my DAQ Card (NI PCI 6229) with matlab 2007b. I also, updated my driver software. Wondering if you tried to run matlab 2007b on your card with the updated software and if it worked? Note I am using windows 7.
Thanks,
Teresa
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!