| Contents | Index |
| On this page… |
|---|
Data Acquisition Toolbox enables you to:
configure external hardware devices.
read data into MATLAB and Simulink for immediate analysis.
send out data.
You can perform these operations using two different interfaces, based on your hardware and the platform:
The session-based interface, which works on both Windows® 32-bit and 64-bit systems, and only works with National Instruments® devices, including CompactDAQ chassis and Counter/Timer modules. You cannot use other devices with this interface. For more information on using this interface, see Introduction to the Session-Based Interface.
The legacy interface, which works only on Windows 32-bit systems, and works with all other supported data acquisition hardware. You cannot use CompactDAQ or Counter/timer devices with this interface. For more information on using this interface, see Getting Started with Analog Input.
Data Acquisition Toolbox is a collection of functions and a MEX-file (shared library) built on the MATLAB technical computing environment. The toolbox also includes several dynamic link libraries (DLLs) called adaptors, which enable you to interface with specific hardware. The toolbox provides you with these main features:
A framework for bringing live, measured data into the MATLAB workspace using PC-compatible, plug-in data acquisition hardware
Support for analog input (AI), analog output (AO), and digital I/O (DIO) subsystems including simultaneous analog I/O conversions
Support for these popular hardware vendors/devices:
Advantech® boards that use the Advantech Device Manager
Measurement Computing™ Corporation (ComputerBoards) boards
National Instruments CompactDAQ chassis using the session-based interface
National Instruments boards that use Traditional NI-DAQ or NI-DAQmx software
Note The Traditional NI-DAQ adaptor will be deprecated in a future version of the toolbox. If you create a Data Acquisition Toolbox™ object for Traditional NI-DAQ adaptor beginning in R2008b, you will receive a warning stating that this adaptor will be removed in a future release. See the supported hardware page at www.mathworks.com/products/daq/supportedio.html for more information. |
Parallel ports LPT1-LPT3
Note The parallel port adaptor will be deprecated in a future version of the toolbox. If you create a Data Acquisition Toolbox™ object for 'parallel' beginning in R2008b, you will receive a warning stating that this adaptor will be removed in a future release. See the supported hardware page at www.mathworks.com/products/daq/supportedio.html for more information. |
Microsoft® Windows sound cards
Additionally, you can use the Data Acquisition Toolbox Adaptor Kit to interface unsupported hardware devices to the toolbox.
Event-driven acquisitions
A list of the toolbox functions is available to you by typing
help daq
A list of session-based functions is available to you by typing
help compactDaq
You can view the code for any function by typing
type function_name
You can view the help for any function by typing
help function_name
You can view the help for any session-based function by typing
help daq.Session.function_name
You can change the way any toolbox function works by copying and renaming the file, then modifying your copy. You can also extend the toolbox by adding your own files, or by using it in combination with other products such as Signal Processing Toolbox™ or Instrument Control Toolbox™.
MathWorks provides several related products that are especially relevant to the kinds of tasks you can perform with Data Acquisition Toolbox . For more information about any of these products, see http://www.mathworks.com/products/daq/related.jsp.
For more information about using CompactDAQ devices, see Introduction to the Session-Based Interface.
The list of hardware supported by Data Acquisition Toolbox can change in each release, since hardware support is frequently added. The MathWorks Web site is the best place to check for the most up-to-date listing.
To see the full list of hardware that the toolbox supports, visit the supported hardware page at www.mathworks.com/products/daq/supportedio.html. For more information about unsupported hardware, see Unsupported Hardware.
![]() | Product Description | Anatomy of a Data Acquisition Experiment | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |