Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

cDAQ 9172 and USB 9233

Can someone help me on how to use cDAQ 9172 and USB 9233 under Matlab
Data acquisition toolbox. Here is the error message i am getting:

>> h=daqhwinfo('nidaq')

h =

AdaptorDllName: [1x68 char]
AdaptorDllVersion: '2.10 (R2007a)'
AdaptorName: 'nidaq'
BoardNames: {'cDAQ-9172' 'NI 9233'}
InstalledBoardIds: {'cDAQ1' 'cDAQ1Mod3'}
ObjectConstructorName: {2x3 cell}

>> Ain = analoginput('nidaq','cDAQ1Mod3');
??? Error using ==> analoginput.analoginput at 99
Error using ==> analoginput.analoginput>localCreateAnalogInputObject
at 193
This device is not recognized by the toolbox. However, many times,
support
for new hardware can be added. Visit The Mathworks web site and
search on the
name of your device for more information.


Thanks
0 Kudos
Message 1 of 4
(3,966 Views)
Visit http://www.mathworks.com/products/daq/supportedio14005.html for a complete list of supported NI boards.  If your board is not supported, please fill out the form at the bottom to request support.

All the best,
-Rob
-----
Rob Purser
Manager, Test and Measurement
MathWorks
rob.purser@mathworks.com
0 Kudos
Message 2 of 4
(3,950 Views)
Hi bk,

As this board may not be supported for that toolbox, one alternative you may want to consider is using some of the native LabVIEW functions included in the NI Sound and Vibration Measurement Suite. For additonal information on this toolkit you may goto the following link:

http://sine.ni.com/nips/cds/view/p/lang/en/nid/203624

Another option you may want to consider if you are simply acquiring with the USB-9233 and are attempting to do some post processing with your own signal processing algorithm, is just integrating this custom graphical or custom text-based algorithm into LabVIEW.

For your reference, here is a webcast that describes how one can get started with acquisition and post processing in LabVIEW:

Improving Your Measurements with Analysis in LabVIEW

http://zone.ni.com/wv/app/doc/p/id/wv-156

To download an evaluation version to try out you may goto:

LabVIEW 8.5 Evaluation Software Download

http://digital.ni.com/demo.nsf/websearch/14f9ce475127ade786256ac60070926c?opendocument

(once you have LabVIEW you will also be able to take advantage of the many built-in example programs available for the 9233 as shown in the attached screenshot)

I hope this helps. Have a great day!

Best regards,

Steven
0 Kudos
Message 3 of 4
(3,933 Views)
Oh and  by the way, you can use the Sound and Vibration Assistant, which is part of the Sound and Vibration toolkit, without having to program LabVIEW.  The Assistant exports data to ascii, and to UFF58. 
 
The most simple answer to your question is to use DaqMX which is FREE with NI Data Acquisition hardware. 
 
Hope this helps
Preston Johnson
Solutions Manager, Industrial IoT: Condition Monitoring and Predictive Analytics
cbt
512 431 2371
preston.johnson@cbtechinc
Message 4 of 4
(3,922 Views)