| Data Acquisition Toolbox | Search  Help Desk |
Toolbox Functions
The Data Acquisition Toolbox functions are M-files which allow you to access your hardware's capabilities and perform any data acquisition task. Toolbox functions can be divided into the groups shown below. For a complete description of all functions, refer to Chapter 6, "Function Reference."Creating Device Objects
Each device object has a corresponding creation function (or constructor), named for the device object it creates. The toolbox creation functions are shown below.| Function |
Description |
analoginput |
Create an analog input object. |
analogoutput |
Create an analog output object. |
Configuring Device Objects, Channels and Lines
After a device object is created, it must configured. Configuring a device object requires adding channels or lines and setting property values to establish acquisition behavior. The toolbox configuration functions are shown below.Executing the Device Object
Executing the device object involves functions that start, stop, and trigger your acquisition. The toolbox execution functions are shown below| Function |
Description |
start |
Start the execution of a device object. |
stop |
Stop the execution of a device object. |
trigger |
Manually execute a trigger. |
Working with Data
With any data acquisition application, you must send data to your hardware or receive data from your hardware. The toolbox functions that allow you to work with data are shown below.Getting Information and Help
Functions that provide information or help about installed hardware, driver adaptors, device objects, channels, lines, or properties are shown below.General Purpose
The remaining toolbox functions are shown below. Several of these functions are built-in MATLAB functions that have been overloaded (modified) for use with Data Acquisition Toolbox objects.