Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with accessing my analog input from NIDAQ with MATLAB

matlan fail with the analoginput command : AI = analoginput('nidaq',1);
??? Error using ==> analoginput/analoginput
Error using ==> analoginput/analoginput
Failure to open requested data acquisition device. Classe non enregistrée
what i have to do ?
0 Kudos
Message 1 of 2
(2,792 Views)
It is hard to determine exaclty what is causing that error with the information provided. Have you verified that your NI DAQ device is working properly on your machine, either through another program or through Measurement & Automation Explorer (MAX)? What version of NI-DAQ do you have installed on your machine? The following websites contain informatoin and links so that you can determine what version of NI-DAQ will work with Matlab and other issues that might be occurring:

http://digital.ni.com/public.nsf/websearch/1F8D330AA1DDC7448625699F000168D3?OpenDocument

http://digital.ni.com/public.nsf/websearch/158EAFCCFA09DFC286256B05000A423A?OpenDocument

You are probably using the MATLAB DAQ toolkit to perform these operations. The best bet is probably for you
to contact Mathworks to see if they have some example m files you can use or if they have documentation on exactly what is causing that error.
0 Kudos
Message 2 of 2
(2,792 Views)