Data Acquisition Toolbox
  Function/Property:
    Search    Help Desk 

Managing Output Data

Data that is to be output by an analog output object is managed with the putdata function. In addition to this function, there are several properties associated with managing output data. These properties are listed below.

Table 5-6: Data Management Properties
Property
Description
MaxSamplesQueued

Indicates the maximum number of samples that can be queued for output

RepeatOutput

Number of additional times the queued data is output

SamplesAvailable

Number of samples in the queue waiting to be output

SamplesOutput

Number of samples that have been output

Timeout

An additional time to wait (in seconds) for putdata to return. The timeout value is added to the time required to fill one data block in the engine.



[ Previous | Help Desk | Next ]