Failed to load device plug-in

54 vues (au cours des 30 derniers jours)
haryana thomas
haryana thomas le 27 Juin 2018
Modifié(e) : Andrei le 3 Août 2021
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 commentaires
haryana thomas
haryana thomas le 2 Juil 2018
I'm running the r2018a matlab version and the latest NI-DAQmx version(18.0)
Akihiko Watanabe
Akihiko Watanabe le 12 Août 2018
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.

Connectez-vous pour commenter.

Réponse acceptée

Nirav Sharda
Nirav Sharda le 2 Juil 2018
Modifié(e) : Nirav Sharda le 2 Juil 2018
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 commentaires
haryana thomas
haryana thomas le 30 Juil 2018
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 le 19 Sep 2019
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.

Connectez-vous pour commenter.

Plus de réponses (8)

Andrei
Andrei le 30 Août 2018
Modifié(e) : Andrei le 30 Jan 2019
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 commentaire
Thomas Richner
Thomas Richner le 30 Août 2018
Yes, please take a look at this bug report. They accurately describe the problem, at least in my case.

Connectez-vous pour commenter.


Thomas Richner
Thomas Richner le 30 Juil 2018
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 le 15 Août 2018
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 le 15 Août 2018
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 commentaire
Pirmin Boch
Pirmin Boch le 15 Août 2018
These countermeasures unfortunately do not have any positive effect on my system.

Connectez-vous pour commenter.


Chaitanya Jha
Chaitanya Jha le 22 Août 2018
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 commentaires
Chaitanya Jha
Chaitanya Jha le 24 Août 2018
sent you a message!
Andrei
Andrei le 30 Août 2018
Thank you Chaitanya!

Connectez-vous pour commenter.


Abdul Rahman Samewoi
Abdul Rahman Samewoi le 4 Jan 2019
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 commentaires
Andrei
Andrei le 7 Jan 2019
Modifié(e) : Andrei le 7 Jan 2019
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 le 23 Mai 2019
See my suggestions below

Connectez-vous pour commenter.


Aleksandr Sidun
Aleksandr Sidun le 23 Mai 2019
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 le 3 Août 2021
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 commentaire
Andrei
Andrei le 3 Août 2021
Modifié(e) : Andrei le 3 Août 2021
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:

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Acquisition Toolbox Supported Hardware dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by