User Tools

Site Tools


setups:setup_installation_guides:daq

This is an old revision of the document!


DAQ installation

Registering a data acquisition card in matlab

  1. Open MATLAB with administrator rights.

Else you will get an error message like this: “Unable to load adaptor: C:\Program Files (x86)\MATLAB\R2010bSP1\toolbox\daq\daq\private\mwnidaq.dll. Driver files or DLL for the specified adaptor could not be found or are not installed.”

  1. Register daq

daqregister('nidaq')

Replace 'nidaq' with the adaptor name. daqhwinfo('nidaq') will provide information about your registered adaptor ans.AdaptorDllName is the dll file name for your card

  1. Adding addressable ports:

open /MATLAB/toolbox/daq/daq/private/mwnidaq.ini Replace 'mwnidaq.ini' with the dll name (ans.AdaptorDllName) Edit manually the part regarding the card specified as

setups/setup_installation_guides/daq.1449568451.txt.gz · Last modified: 2022/12/29 07:15 (external edit)