Data Acquisition Toolbox    

Acquiring and Outputting Data

After you configure the device object, you can acquire or output data. Acquiring and outputting data involves these three steps:

  1. Starting the device object
  2. Logging data or sending data
  3. Stopping the device object

As data is being transferred between MATLAB and your hardware, you can think of the device object as being in a particular state. Two types of states are defined for the Data Acquisition Toolbox:

Running, Logging, and Sending are read-only properties that are automatically set to On or Off by the engine. When Running is Off, Logging and Sending must be Off. When Running is On, Logging and Sending are set to On only when a trigger occurs.


  The Data Acquisition Property Editor Starting the Device Object