Da_0_3 - NuDAQ PCI-6308 Series User Manual

Isolated analog output board
Hide thumbs Also See for PCI-6308 Series:
Table of Contents

Advertisement

5.6 _6308_DA_0_3

@Description
This function is used to simultaneously write data to D/A converters
of channel 0 to channel 3. The resolution of each channel is 12
bits without sign; i.e. the digital value range from 0 to 4095. Please
refer to section 4.1.2 for details of DA data format.
@Syntax
c/c++ (DOS)
U16
c/c++ (Windows 95)
U16
Visual Basic (Windows 95)
W_6308_DA_0_3( ByVal cardNo As Integer , ByVal DA0_Data
@Argument
cardNo:
DA0_Data:
DA1_Data:
DA2_Data:
DA3_Data:
@Return Code
ERR_NoError
_6308_DA_0_3(U16 cardNo, I16 DA0_Data, I16
DA1_Data, I16 DA2_Data, I16 DA3_Data)
W_6308_DA_0_3(U16 cardNo, I16 DA0_Data, I16
DA1_Data, I16 DA2_Data, I16 DA3_Data)
As Integer , ByVal DA0_Data As
ByVal DA2_Data As Integer , ByVal
DA3_Data As Integer )
The card number of PCI-6308 card
Channel 0 D/A data value
Channel 1 D/A data value
Channel 2 D/A data value
Channel 3 D/A data value
Integer ,
C/C++ Library • 25

Advertisement

Table of Contents
loading

Table of Contents