9113_Int_Source_Control - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

This function is used to stop the timer operation. The timer is set as
the "One-shot" mode with counter value '0'. That is, the clock output
signal will be set as high after executing this function.
@ Syntax
C/C++ (DOS)
U16 _9113_Counter_Stop (U16 cardNo, U16 *c0)
C/C++ (Windows 95)
U16 W_9113_Counter_Stop (U16 cardNo, U16 *c0)
Visual Basic (Windows 95)
U16 W_9113_Counter_Stop (ByVal cardNo As Integer, c0 As Integer) As
Integer
@ Argument
cardNo: The card number of PCI-9113A card initialized.
c0: the current counter value of the Counter#0
@ Return Code
ERR_NoError

6.25 _9113_INT_Source_Control

@ Description
PCI-9113A has a dual-interrupt system, therefore, two interrupt
sources can be generated and be checked by the software. This
function is used to select and control PCI-9113A interrupt sources by
writing data to interrupt control register. Please refer to section 5.1.4
for detailed description of A/D data transfer modes.
@ Syntax
C/C++ (DOS)
void _9113_INT_Source_Control (U16 cardNo, U16 int1Ctrl, U16
int2Ctrl)
C/C++ (Windows 95)
void W_9113_INT_Source_Control (U16 cardNo, U16 int1Ctrl, U16
int2Ctrl)
Visual Basic (Windows 95)
W_9113_INT_Source_Control (ByVal cardNo As Integer, ByVal int1Ctrl
As Integer, ByVal int2Ctrl As Integer)
56
C/C++ Software Library

Advertisement

Table of Contents
loading

Table of Contents