Interrupt Relative Functions; 723X_Set_Int_Control - NuDAQ PCI-7230 User Manual

723x series 32 channels isolated digital i/o card
Table of Contents

Advertisement

5.6 Interrupt Relative Functions

5.6.1 _723X_Set_INT_Control

@ Description
The PCI-7230/PCI-7233 is equipped with dual interrupts system, two
interrupt sources can be generated and be checked by the software. This
function is used to select and control PCI-7230/PCI-7233 interrupt
sources by writing data to interrupt control register. For PCI-7230, the
interrupt sources can be set as from channel 0 (INT1) or channel 1 (INT2)
of digital input channel. For PCI-7233, the interrupt source can be set as
from Channel 0 ~15 changing (INT1) or channel 16 ~ 31 changing (INT2)
of digital input channels. Only one of interrupt sources can be set as
enable.
@ Syntax
C/C++ (DOS)
void _7230_Set_INT_Control (U16 cardNo, U16 int1Flag, U16
int2Flag)
void _7233_Set_INT_Control (U16 cardNo, U16 int1Flag, U16
int2Flag)
C/C++ (Windows 95)
void W_7230_Set_INT_Control (U16 cardNo, U16 int1Flag, U16
int2Flag)
void W_7233_Set_INT_Control (U16 cardNo, U16 int1Flag, U16
int2Flag)
Visual Basic (Windows 95)
W_7230_Set_INT_Control (ByVal cardNo As Integer, ByVal
int1Flag As Integer, ByVal int2Flag As Integer)
W_7233_Set_INT_Control (ByVal cardNo As Integer, ByVal
int1Flag As Integer, ByVal int2Flag As Integer)
@ Argument
cardNo :
int1Flag :
int2Flag :
@ Return Code:
None
32
C/C++ Libraries
card number to select board.
INT1 setting; 0: disable, 1: enable.
INT2 setting; 0: disable, 1: enable.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pci-7233Pci-7234Cpci-7230Pci-7233h

Table of Contents