16
C/C++ DOS Function Library
C/C++ (Windows)
void W_7432_Set_INT_Control (U16 cardNo, U16 int1Flag, U16 int2Flag)
Visual Basic (Windows)
W_7432_Set_INT_Control (ByVal cardNo As Integer, ByVal int1Flag As
Integer, ByVal int2Flag As Integer)
Argument
cardNo:
Card number of selected board
int1Flag:
INT1 setting; 0: disable, 1: enable
int2Flag:
INT2 setting; 0: disable, 1: enable
Return Code
ERR_NoError
ERR_BoardNoInit
Get Interrupt Status
The dual interrupt system allows two interrupt sources to be gen
-
erated and checked by the software, with the function identifying
the inserted interrupt when both INT1 and INT2 are in use.
Syntax
C/C++ (DOS)
void _7432_Get_IRQ_Status (U16 cardNo, U16 *int1Status, U16
*int2Status)
C/C++ (Windows)
void W_7432_Get_IRQ_Status (U16 cardNo, U16 *int1Status, U16
*int2Status)
Visual Basic (Windows)
W_7432_Get_IRQ_Status (ByVal cardNo As Integer, int1Status As
Integer, int2Status As Integer)
Argument
cardNo:
Card number of selected board
int1Status: 0:
interrupt not INT1, 1: interrupt is INT1
int2Status: 0:
interrupt not INT2, 1: interrupt is INT2
Summary of Contents for PCIe-67432
Page 2: ...ii...
Page 8: ...viii List of Figures This page intentionally left blank...
Page 10: ...x List of Tables This page intentionally left blank...
Page 18: ...8 Introduction Figure 1 4 Common Ground Connection Vm 5 to 35V Load DC DC Converter IGND...
Page 28: ...18 C C DOS Function Library Return Code ERR_NoError ERR_BoardNoInit...
Page 32: ...22 Getting Service...