9113_Ad_Aquire_Mux - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

@ Description
This function is used to poll the A/D converted data for PCI-9113A by
software trigger. It reads the A/D data when the data is ready.
@ Syntax
C/C++ (DOS)
U16 _9113_AD_Aquire (U16 cardNo, U16 far *ad_data)
C/C++ (Windows 95)
U16 W_9113_AD_Aquire (U16 cardNo, U16 *ad_data)
Visual Basic (Windows 95)
W_9113_AD_Aquire (ByVal cardNo As Integer, ad_data As Integer) As
Integer
@ Argument
cardNo: The card number of PCI-9113A card initialized.
ad_data: The 16-bit A/D converted value. 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 value.
@ Return Code
ERR_NoError
ERR_AD_AquireTimeOut

6.32 _9113_AD_Aquire_MUX

@ Description
This function is used to poll the A/D conversion data for PCI-9113A. It
reads the A/D data when the data is ready.
@ Syntax
C/C++ (DOS)
U16 _9113_AD_FFHF_Polling_MUX (U16 cardNo, U16 far *ad_data)
C/C++ (Windows 95)
U16 W_9113_AD_FFHF_Polling_MUX (U16 cardNo, U16 *ad_data)
Visual Basic (Windows 95)
W_9113_AD_FFHF_Polling_MUX (ByVal cardNo As Integer, ad_data As
Integer) As Integer
@ Argument
C/C++ Software Library
61

Advertisement

Table of Contents
loading

Table of Contents