9113_Clr_Irq - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

@ Argument
cardNo: The card number of PCI-9113A card initialized.
int1Ctrl:
corresponding defi nition is the following:
int2Ctrl: The value to control INT2, the value can be set and the
corresponding definition is the following:
@ Return Code
None

6.26 _9113_CLR_IRQ

@ Description
This function is used to clear interrupt request that is requested by
PCI-9113A. If you use interrupt to transfer A/D converted data, you
should use this function to clear interrupt request status, otherwise
the new coming interrupt will not be generated.
@ Syntax
C/C++ (DOS)
void _9113_CLR_IRQ (U16 cardNo)
C/C++ (Windows 95)
void W_9113_CLR_IRQ (U16 cardNo)
Visual (Windows 95)
W_9113_CLR_IRQ (ByVal cardNo As Integer)
@ Argument
None
@ Return Code
None
The value to control INT1, the value can be set and the
0: INT1 disable
1: INT1 AD end of conversion (EOC) interrupt
2: INT1 FIFO half full
0: INT2 disable
1: INT2 pacer timer interrupt
2: INT2 external interrupt source
C/C++ Software Library
57

Advertisement

Table of Contents
loading

Table of Contents