ADLINK cPCI-6208V User Manual
Page 36
28
•
C/C++ Library
5.6 _6208_Get_DA_Status
@ Description
This function is used to check the DA data sending status. Because the
data transfer time for every DA data takes 2.2
µ
s, the software driver
must hold for 2.2
µ
s before sending more data to any of the analog
output ports. This function should be called before writing any data to
the output port. While the DA value is sending, the returned value is “1”,
otherwise the returned value is “0”.
@ Syntax
C/C++ (DOS)
U16 _6208_Get_DA_Status (U16 cardNo)
C/C++ (Windows 95)
U16 W_6208_Get_DA_Status (U16 cardNo)
Visual Basic (Windows 95)
W_6208_Get_DA_Status (ByVal cardNo As Integer)
As Integer
@ Argument
cardNo: The card number of the 6208 card
initialized. (The first card in the most
significant PCI slot is assign cardNo = 0).
@ Return Code
0 (low): no DA value is sending
1 (high): the DA value is sending