![ADLINK Technology NuDAQ 6208 Series Скачать руководство пользователя страница 32](http://html1.mh-extra.com/html/adlink-technology/nudaq-6208-series/nudaq-6208-series_user-manual_2852696032.webp)
24
••
Software Library
@ Return Code
ERR_NoError
5.2.5
_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
wait for 2.2
µ
s before sending another data to any analog output port. This
function should be called before writing any data to 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/98)
U16 W_6208_Get_DA_Status (U16 cardNo)
Visual Basic (Windows 95/98)
W_6208_Get_DA_Status (ByVal cardNo As Integer) As Integer
@ Argument
cardNo: The card number of 6208 series card initialized. The first card (in
the most prior PCI slot) is with cardNo = 0.
@ Return Code
0 (low): no DA value is sending
1 (high): the DA value is sending
5.2.6
_6208_DI
@ Description
This function is used to read data from digital input ports. There are 4 digital
input channels on 6208 series card. The retrieved value is stored in DIData.
However the returned value need to be handled further by including the
following code in you program :
*DIData = (*DIData&0xF0)>>4
Содержание NuDAQ 6208 Series
Страница 1: ...NuDAQ 6208 Series Multi channel Analog Output Board User s Guide...
Страница 2: ......
Страница 8: ......
Страница 15: ...Installation 7 2 4 PCB Layout Figure 2 1a PCI 6208 Layout...
Страница 16: ...8 Installation Figure 2 1b cPCI 6208 Layout...
Страница 22: ......
Страница 26: ......
Страница 36: ......