9113_Ad_Read_Data; 9113_Ad_Read_Data_Repeat - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

Visual Basic (Windows 95)
W_9113_Software_Reset (ByVal cardNo As Integer)
@ Argument
cardNo: The card number of initialized PCI-9113A card
@ Return Code
None
6.5

_9113_AD_Read_Data

@ Description
This function is used to read the A/D conversion data from A/D Data
register. The resolution of A/D conversion data is 12 bits.
@ Syntax
C/C++ (DOS)
U16 _9113_AD_Read_Data (U16 cardNo, U16 far *ADData)
C/C++ (Windows 95)
U16 W_9113_AD_Read_Data (U16 cardNo, U16 *ADData)
Visual Basic (Windows 95)
W_9113_AD_Read_Data (ByVal cardNo As Integer, ADData As Integer)
As Integer
@ Argument
cardNo: The card number of initialized PCI-9113A card.
ADData: A/D converted value. The resolution of AD data is 12-bit. The bit
0 of ADData is the LSB of A/D converted data and the bit 11 of
ADData is the MSB of A/D converted data. Please refer to section
5.1.5 for the relationship between the voltage and the digital
value.
@ Return Code
ERR_NoError
6.6

_9113_AD_Read_Data_Repeat

@ Description
40
C/C++ Software Library

Advertisement

Table of Contents
loading

Table of Contents