Failed to load device plug-in

48 ビュー (過去 30 日間)
haryana thomas
haryana thomas 2018 年 6 月 27 日
編集済み: Andrei 2021 年 8 月 3 日
I'm using the data acquisition toolbox and NI hardware to acquire data into MATLAB. I have installed all the latest drivers, toolbox and matlab versions and all my hardware devices are supported except for the cDAQ-9185 chassis. I have no problem creating sessions but I get the plug-in error when I try to add analog input channels. I don't think that the cDAQ-9185 Chassis is the problem because I can add analog output channels and occasionally I'm able to add analog input channels. I don't know what the problem is so any help is much appreciated.
Error: Failed to load device plug-in: 'mwnidaqmxai'. Check that the DAQ Toolbox and NIDAmx drivers are installed properly.
Thanks
  3 件のコメント
haryana thomas
haryana thomas 2018 年 7 月 2 日
I'm running the r2018a matlab version and the latest NI-DAQmx version(18.0)
Akihiko Watanabe
Akihiko Watanabe 2018 年 8 月 12 日
I have the same issue. I am using "NI USB-6009" ONLY. The Data Acquisition Tool supports this device. And the version of NI-DAQmx is 18.0.
I have tried an following example of Mathworks Website.
openExample('daq/demo_compactdaq_intro')
But following error occurs when "addAnalogInputChannel" function is executed.
Failed to load device plug-in: 'mwnidaqmxai'. Check that the DAQ Toolbox and NIDAQmx drivers are installed properly.
I am still suffering this issue.

サインインしてコメントする。

採用された回答

Nirav Sharda
Nirav Sharda 2018 年 7 月 2 日
編集済み: Nirav Sharda 2018 年 7 月 2 日
R2018a version of MATLAB requires NI-DAQmx 17.1 and you are using a different version. So, use the 17.1.0 version of NI-DAQmx which is supported by MATLAB R2018a by following the below instructions:
1. Uninstall existing NI-DAQmx version
2. Download and install NI-DAQmx 17.1.0
3. Reboot computer
  4 件のコメント
haryana thomas
haryana thomas 2018 年 7 月 30 日
I have the same problem. I talked to Mathworks support and they said the reason was because my cDAQ-9185 chassis is not supported by Matlab.
Abdul Rahman Samewoi
Abdul Rahman Samewoi 2019 年 9 月 19 日
Hi, what if only analog input or digital input has the problem above? analog output and digital output are okay. I am using R2018a version of MATLAB and NI-DAQmx 17.1. Please advice me.

サインインしてコメントする。

その他の回答 (8 件)

Andrei
Andrei 2018 年 8 月 30 日
編集済み: Andrei 2019 年 1 月 30 日
To resolve this issue you can upgrade/update to R2018b Update 1.
Please refer to the following bug report for a possible temporary workaround in R2018a. You can also opt in to receive automatic notifications when a fix is available for R2018a.
  1 件のコメント
Thomas Richner
Thomas Richner 2018 年 8 月 30 日
Yes, please take a look at this bug report. They accurately describe the problem, at least in my case.

サインインしてコメントする。


Thomas Richner
Thomas Richner 2018 年 7 月 30 日
I get this error when I try to que too large a vector (~ few GB) to the analog out. If I decrease the size of the vector it works fine. So it seems the error code is largely unrelated to the actual cause.

Pirmin Boch
Pirmin Boch 2018 年 8 月 15 日
I have the same problem. Also after I uninstalled NI_DAQmx version 18 and installed NI_DAQmx version 17.1.
I use a NI PXIe 6363 and a NI PXIe 6238 and Matlab 2018a.
Does somebody have a solution for this problem?

Akihiko Watanabe
Akihiko Watanabe 2018 年 8 月 15 日
I found a countermeasure to reduce the occurrence frequency of this issue (NOT a perfect countermeasure). Even after this countermeasure sometimes the same issue occurs, but the occurrence frequency of this issue is very low on my PC.
This countermeasure is for Microsoft Windows only. Refer to following image also.
1. Launch the "System Configuration"
2. Click the Services tab.
3. Sort by manufacturer (Blue Box in the image).
4. Find the service of National Instruments.
5. Originally, the all services of National Instrument are turned on. Turn OFF these services except Red box in the image.
6. Click the OK button on the system configuration.
7. Reboot the OS.
<Image of "System Configuration (Japanese Version) >
  1 件のコメント
Pirmin Boch
Pirmin Boch 2018 年 8 月 15 日
These countermeasures unfortunately do not have any positive effect on my system.

サインインしてコメントする。


Chaitanya Jha
Chaitanya Jha 2018 年 8 月 22 日
I am facing the same issue on Windows 10 while using NI USB-6221oem. This device is supported by Matlab. The problem arises when I am trying to add an Input or Output channel. It used to happen once or twice in a day, all other times it used to work perfectly in the last 2 months that I have used this NI device. Recently, in the last couple of days, it started to happen more frequently, but I was able to get rid of this issue by restarting my computer. However, from today, even the restarting the Windows doesn't help.
  3 件のコメント
Chaitanya Jha
Chaitanya Jha 2018 年 8 月 24 日
sent you a message!
Andrei
Andrei 2018 年 8 月 30 日
Thank you Chaitanya!

サインインしてコメントする。


Abdul Rahman Samewoi
Abdul Rahman Samewoi 2019 年 1 月 4 日
Have anyone solved this problem? I am facing the same problem using USB 6211 NI-DAQmx version 18.1 , Matlab 2018a and window 10.
I could load analog output and digital output channels but problem to load analog input channels that give : failed to load device plug-in: 'mwnidaqmxai'. check that the daq toolbox and nidaqmx drivers are installed properly.
  3 件のコメント
Andrei
Andrei 2019 年 1 月 7 日
編集済み: Andrei 2019 年 1 月 7 日
Abdul, please refer to the bug report mentioned in the following answer; a possible workaround is described, and you can follow the bug report to get notified on when an actual fix is available.
Aleksandr Sidun
Aleksandr Sidun 2019 年 5 月 23 日
See my suggestions below

サインインしてコメントする。


Aleksandr Sidun
Aleksandr Sidun 2019 年 5 月 23 日
You can try to write commands 'clear all','close all' to free up your RAM. It works in my case.
Also, you can try to reduce the sample size/sampling frequency to reduce the amount of data.

Qi Liu
Qi Liu 2021 年 8 月 3 日
I am also facing the similar issue on Windows 10 while using NI device PCI-6014. The version of my Matlab is R2018b with NI-DAQmx 18.0. (I am sure Matlab can get data from NI device while using NI MAX test panel and Matlab Analog Input Recorder APP). When I want to use simulink to control my NI device, I just load a block from library, and as you see in this picture the device was recognized. Then a tricky problem happened, I found memory is quickly filled even I didn't generate signal.
The Error: Failed to load device plug-in: 'mwnidaqmxai'. Check that the DAQ Toolbox and NIDAmx drivers are installed properly.
I tried using commands 'clear' and 'close all', but it dosen't works. Can anyone give me some advice?
Many thanks
  1 件のコメント
Andrei
Andrei 2021 年 8 月 3 日
編集済み: Andrei 2021 年 8 月 3 日
To resolve this issue you can install R2018b Update 1 or use a more recent release (R2019a or later).
Please refer to the following bug report:

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeData Acquisition Toolbox Supported Hardware についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by