9113_Ad_Ffhf_Int_Status - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

This function is used to check the status of interrupt operation. The
_9113_AD_INT_Start() is executed on background, therefore you can
issue this function to check the status of interrupt operation.
@ Syntax
C/C++ (DOS)
U16 _9113_AD_INT_Status (U16 cardNo, U16 *status, U16 *count)
C/C++ (Windows 95)
U16 W_9113_AD_INT_Status (U16 cardNo, U16 *status, U16 *count)
Visual Basic (Windows 95)
W_9113_AD_INT_Status (ByVal cardNo As Integer, status As Integer,
count As Integer) As Integer
@ Argument
cardNo: The card number of PCI-9113A card initialized.
status: The status of the INT data transfer.
count: The A/D conversion count number performed currently.
@ Return Code
ERR_NoError

6.36 _9113_AD_FFHF_INT_Status

@ Description
This function is used to check the status of interrupt operation by
using AD FIFO Half Full Interrupt Transfer Mode. The
_9113_AD_FFHF_INT_Start() is executed on background, therefore
you can issue this function to check the status of interrupt operation.
@ Syntax
C/C++ (DOS)
U16 _9113_AD_FFHF_INT_Status (U16 cardNo, U16 *status, U16
*blockNo)
C/C++ (Windows 95)
U16 W_9113_AD_FFHF_INT_Status (U16 cardNo, U16 *status, U16
*blockNo)
Visual Basic (Windows 95)
W_9113_AD_FFHF_INT_Status (ByVal cardNo As Integer, status As
Integer, blockNo As Integer) As Integer
@ Argument
66
C/C++ Software Library

Advertisement

Table of Contents
loading

Table of Contents