DO_ContStatus | ![]() ![]() ![]() ![]() |
DO_ContStatus
@ Description
While performing continuous DO conversions, this function is called to get the DO status. Please refer to the manual for your device for the DO status the device might meet.
@ Cards Support
7200, 7300A
@ Syntax
I16 DO_ContStatus (U16 CardNumber, U16 *Status)
@ Parameter
CardNumber : The
card id of the card that want to perform this operation.
Status : The continuous
DO 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 DO FIFO is empty during data output and some output
data were written twice. Writes '1' to clear this bit
bit 1 : '1' indicates DO FIFO is full
bit 2 : '1' indicates DO FIFO is empty
bit 3 ~ 15 : not used
PCI7300A_RevB:
bit 0 : '1' indicates DO FIFO is empty during data output and some output
data were written twice. Writes '1' to clear this bit
bit 1 : '1' indicates DO FIFO is full
bit 2 : '1' indicates DO FIFO is empty
bit 3 ~ 15 : not used
@ Return Code