Why am unable to use my hardware with Data Acquisition Toolbox?
Ältere Kommentare anzeigen
I am not able to use NI PCI 6251 with Data Acquisition Toolbox 2.9 (R2006b). I am able to use the board with Measurement & Automation Explorer and Labview.
When I run the DAQHWINFO command, the InstalledAdaptors field is empty:
daqhwinfo
ans =
ToolboxName: 'Data Acquisition Toolbox'
ToolboxVersion: '2.9 (R2006b)'
MATLABVersion: '7.3 (R2006b)'
InstalledAdaptors: {}
Then, when I run the DAQREGISTER command, I receive the following error message:
daqregister('nidaq')
ans =
Register function failed.
I receive the following error when I run DAQSUPPORT:
daqsupport
??? Index exceeds matrix dimensions.
Error in ==> daqsupport at 52
if ~isempty(strfind(adaptors{1},nidaqmxAdaptorName))
I receive the following message when I try to make use of the ANALOGINPUT command:
AI = analoginput('nidaq','Dev1');
??? Error using ==> analoginput.analoginput Error using ==> analoginput.analoginput>localCreateAnalogInputObject
Failure to find requested data acquisition device: nidaqmx.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Data Acquisition Toolbox Supported Hardware finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!