Problem with daq.getDevices
1 次查看(过去 30 天)
显示 更早的评论
I am having some problems connecting to Matlab a NI-cDAQ-9188XT chassis with a NI 9234 module. I am using Windows 7, 64 bits, and Matlab R2017b version.
I first installed the data acquisition toolbox and the Data acquisition toolbox Support Package for National Instruments (add-ons).
Second, I made sure the NI firmware for the NI-cDAQ-9188XT is updated to the last version (firmware version 1.7.0f0).
Then, from the NI MAX software I am reserving the chassis and modules to use them from Matlab as explained here ( https://es.mathworks.com/matlabcentral/answers/354916-why-cannot-data-acquisition-toolbox-detect-my-ni-daq-devices-connected-through-a-cdaq-network-chassi ).
I already set the setpath of Matlab to default as explained here ( https://es.mathworks.com/matlabcentral/answers/77206-i-don-t-know-why-i-got-an-error-using-command-daq-getvendors-and-daq-getdevices?s_tid=srchtitle ).
However, when I introduce:
>> d = daq.getDevices()
I get the following:
d =
No data acquisition devices available.
Click here for a list of known vendors.
Click here for troubleshooting tips.
I tried to close and start Matlab, close and start NI-MAX software, restart computer... and is not working...
Can you help me? Thanks!!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!