9113_Ad_Set_Mode - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

C/C++ (Windows 95)
U16 W_9113_AD_Get_Status (U16 cardNo, U16 *ADStatus)
Visual Basic (Windows 95)
W_9113_AD_Get_Status (ByVal cardNo As Integer, ADStatus As Integer)
As Integer
@ Argument
cardNo: The card number of PCI-9113A card initialized.
ADStatus: The status of AD FIFO. The AD FIFO status could be one of the
following:
ADSTS_FF_EF:
ADSTS_FF_HF:
ADSTS_FF_FF:
ADSTS_BUSY:
@ Return Code
ERR_NoError

6.13 _9113_AD_Set_Mode

@ Description
This function is used to set A/D trigger mode. Please refer to section
5.1.3 for the detailed description of A/D trigger modes.
@ Syntax
C/C++ (DOS)
U16 _9113_AD_Set_Mode (U16 cardNo, U16 ADMode)
C/C++ (Windows 95)
U16 W_9113_AD_Set_Mode (U16 cardNo, U16 ADMode)
Visual Basic (Windows 95)
W_9113_AD_Set_Mode (ByVal cardNo As Integer, ByVal ADMode As
Integer) As Integer
@ Argument
cardNo: The card number of PCI-9113A card initialized.
ADMode: The value of A/D trigger mode.
FIFO is empty
FIFO is half-full
FIFO is full, A/D data may have been loss
AD is busy, A/D data is written into FIFO.
The mode could be one or a combination of the following
modes:
C/C++ Software Library
47

Advertisement

Table of Contents
loading

Table of Contents