9113_Ad_Read_Data_Repeat_Mux - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

Visual Basic (Windows 95)
W_9113_AD_Read_Data_MUX (ByVal cardNo As Integer, ADData As
Long) As Integer
@ Argument
cardNo: The card number of PCI-9113A card initialized.
ADData: A/D converted value. The resolution of A/D conversion data is 12
bits. The unsigned integer data format of ADData is as follows:
@ Return Code
ERR_NoError
6.8

_9113_AD_Read_Data_Repeat_MUX

@ Description
This function is used to read data from A/D Data and Channel
Number Register n times continuously. The A/D Data and Channel
Number Register is a 32-bit register. Please refer to section 4.10 for
the description of A/D Data and Channel Number Register.
@ Syntax
C/C++ (DOS)
U16 _9113_AD_Read_Data_Repeat_MUX (U16 cardNo, U32 far
*ADData, U16 n)
C/C++ (Windows 95)
U16
W_9113_AD_Read_Data_Repeat_MUX
*ADData, U16 n)
C/C++ (Windows 95)
W_9113_AD_Read_Data_Repeat_MUX (ByVal cardNo As Integer,
ADData As Long, ByVal n As Integer) As Integer
@ Argument
42
C/C++ Software Library
Every 32-bit unsigned integer data:
bit 0... 11: A/D converted data
bit 16, 17, ... , 20: converted channel no.
Please refer to section 5.1.5 for the relationship between
the voltage and the value.
(U16
cardNo,
U32

Advertisement

Table of Contents
loading

Table of Contents