The function daq.getDevices does not report any device
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Han Du
2017년 9월 22일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Instrument Control Toolbox Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!