Data Acquisition Toolbox    

Queuing Data with putdata

Before data can be sent to the analog output hardware, you must queue it in the engine. Queuing data is managed with the putdata function. One column of data is required for each channel contained by the analog output object. For example, to queue one second of data for each channel contained by the analog output object ao:

A data source consisting of m samples and n channels is illustrated below.

Rules for Using putdata

Using putdata to queue data in the engine follows these rules:

For more information about putdata, refer to its reference pages in Function Reference.

Rules for Queuing Data

Data to be queued in the engine follows these rules:


  Managing Output Data Example: Queuing Data with putdata