Data Acquisition Toolbox    

The Hardware Driver Adaptor

The hardware driver adaptor (or just adaptor) is the interface between the data acquisition engine and the hardware driver. The adaptor's main purpose is to pass information between MATLAB and your hardware device via the driver.

Hardware drivers are provided by your device vendor. For example, if you are acquiring data using a National Instruments E Series board, then the appropriate version of the NI-DAQ driver must be installed on your platform. Note that hardware drivers are not installed as part of the Data Acquisition Toolbox. The supported vendors and the adaptor names used by the toolbox are listed below.

Supported Vendors and Adaptor Names

Vendor
Adaptor Name
National Instruments
nidaq
ComputerBoards
cbi
Agilent Technologies
hpe1432
Windows sound cards
winsound

As described in Examining Your Hardware Resources, you can list the supported adaptor names with the daqhwinfo function. For a list of vendor driver requirements and limitations, refer to "Data Acquisition Toolbox 2.0" in the Release Notes.


 The Data Acquisition Engine Accessing Your Hardware