The function daq.getDevices does not report any device
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
The function daq.getDevices does not report any device. I am getting the following warning message instead:
"Warning: Diagnostic Information from vendor: NI: The required MEX file to communicate with National Instruments hardware could not be loaded. The attempt gave the Error ID of 'MATLAB:mex:ErrInvalidMEXFile' and the message 'Invalid MEX-file 'C:\Program Files\MATLAB\R2016b\toolbox\daq\daq\+daq\+ni\+NIDAQmx\private\mexNIDAQmx.mexw64': The specified module could not be found..'. "
Any idea of how solving this problem?
Thank you in advance!
0 comentarios
Respuestas (1)
Han Du
el 22 de Sept. de 2017
What is your driver version? This error is thrown because the driver version used is outdated. Try to update the driver:
1) Through Hardware Support Package a) Uninstall any of the NI DAQ drivers already present on your machine. b) Install the NI DAQmx drivers by installing NI DAQ support package in MATLAB.
Note: Make sure that the driver being installed is the supported version of driver recommended for the release of MATLAB being used. For example, for the current release, supported driver version can be obtained from: https://www.mathworks.com/hardware-support/nidaqmx.html
Ver también
Categorías
Más información sobre Instrument Control Toolbox Supported Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!