User`s guide

60 C/C++ Library
5.14 _9111_AD_Read_Data_Repeat
@ Description
This function is used to read the AD converted data n times continuously.
@ Syntax
C/C++ (DOS)
U16 _9111_AD_Read_Data_Repeat (U16 cardNo, I16 far *ADData, U16
n)
C/C++ (Windows 95)
U16 W_9111_AD_Read_Data_Repeat (U16 cardNo, I16 *ADData, U16
n)
Visual Basic (Windows 95)
W_9111_AD_Read_Data_Repeat (ByVal cardNo As Integer, ADData As
Integer, ByVal n As Integer) As Integer
@ Argument
cardNo: The card number of PCI-9111 card initialized
ADData: A/D converted value, Refer to chapter 4 for relationship
between the voltage and digital value
n: The number of times to read the AD converted data
@ Return Code
ERR_NoError