DI_ContStatus Previous topicNext topicFirst topicLast topic

DI_ContStatus
 
@ Description
 
While performing continuous DI conversions, this function is called to get the DI status. Please refer to the manual for your device for the DI status the device might meet.

@ Cards Support

7200, 7300A

@ Syntax

I16 DI_ContStatus (U16 CardNumber, U16 *Status)

@ Parameter

CardNumber : The card id of the card that want to perform this operation.
Status : The continuous DI status returned. The description of the parameter Status for various card types is the following:
PCI7200 :
        bit 0 : '1' indicates D/I FIFO is Full (Over-Run)
        bit 1 : '1' indicates D/O FIFO is Empty (Under-Run)
        bit 2 ~ 15 : not used
PCI7300A_RevA:
        bit 0 : '1' indicates DI FIFO is full during input sampling and some data were lost. Writes '1' to clear this bit
        bit 1 : '1' indicates DI FIFO is full
        bit 2 : '1' indicates DI FIFO is empty
        bit 3 ~ 15 : not used
PCI7300A_RevB:
        bit 0 : '1' indicates DI FIFO is full during input sampling and some data were lost. Writes '1' to clear this bit
        bit 1 : '1' indicates DI FIFO is full
        bit 2 : '1' indicates DI FIFO is empty
        bit 3 ~ 15 : not used

@ Return Code

NoError, ErrorInvalidCardNumber, ErrorCardNotRegistered