Event Type

PCI-1721 supports the following events:

Event Type

Description

ADS_EVT_AO_HIBUF_TRANSFERED

Generally, in the high speed analog output operation, user buffer is divided into two equal parts, called low buffer and high buffer. This event will be triggered when the data in low buffer is transferred.

ADS_EVT_AO_LOBUF_TRANSFERED

Generally, in the high speed analog output operation, user buffer is divided into two equal parts, called low buffer and high buffer. This event will be triggered when the data in high buffer is transferred.

ADS_EVT_AO_UNDERRUN

Triggered when when the buffer is not filled with new data after an ADS_EVT_AI_LOBUFTRANSFERED or ADS_EVT_AI_HIBUFTRANSFERED occurs. If ADS_EVT_AO_UNDERRUN occurs, the data must be loaded in by DRV_FAOLoad.

ADS_EVT_AO_TERMINATED

Triggered when a high speed analog output operation finishes, or applications call DRV_FAOTerminate .

See also

PT_EnableEvent