9113_Int_Set_Reg; 9113_Ad_Get_Reg - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

6.15 _9113_INT_Set_Reg

@ Description
This function is used to select the interrupt sources by writing data to
interrupt control register. Please refer to section 4.8 to learn how to
set the interrupt control register.
@ Syntax
C/C++ (DOS)
U16 _9113_INT_Set_Reg (U16 cardNo, U16 INTC)
C/C++ (Windows 95)
U16 W_9113_INT_Set_Reg (U16 cardNo, U16 INTC)
Visual Basic (Windows 95)
W_9113_INT_Set_Reg (ByVal cardNo As Integer, ByVal INTC As Integer)
As Integer
@ Argument
cardNo: The card number of PCI-9113A card initialized.
INTC: The value written to the interrupt control register.
@ Return Code
ERR_NoError

6.16 _9113_AD_Get_Reg

@ Description
This function is used to get the A/D mode setting and interrupt control
setting by reading data from the Interrupt control read back register.
The settings returned are stored in INTC. Please refer to section 4.8
for the detailed definition of each bit of the returned data.
@ Syntax
C/C++ (DOS)
U16 _9113_INT_Get_Reg (U16 cardNo, U16 *INTC)
C/C++ (Windows 95)
U16 W_9113_INT_Get_Reg (U16 cardNo, U16 *INTC)
Visual Basic (Windows 95)
C/C++ Software Library
49

Advertisement

Table of Contents
loading

Table of Contents