User`s guide
30
•
C/C++ Library
5.8 _6308_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 16.0 µs, the software driver must wait
for 16.0µs before sending another data to any analog output port. 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 W_6308_Get_DA_Status (U16 cardNo)
C/C++ (Windows 95)
U16 W_6308_Get_DA_Status (U16 cardNo)
Visual Basic (Windows 95)
W_6308_Get_DA_Status (ByVal cardNo As Integer) As
Integer
@ Argument
cardNo: The card number of PCI-6308
cards
@ Return Code
0 (low): no DA value is sending
1 (high): the DA value is sending