User`s guide
Software Library •• 25
@ Syntax
C/C++ (DOS)
U16 _6208_DI (U16 cardNo, U16 *DIData)
C/C++ (Windows 95/98)
U16 W_6208_DI (U16 cardNo, U16 *DIData)
Visual Basic (Windows 95/98)
W_6208_DI (ByVal cardNo As Integer, DIData 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.
DIData: the value read from digital input port, please refer to the above
description paragraph for getting the correct DI data
@ Return Code
ERR_NoError
5.2.7 _6208_DO
@ Description
This function is used to write data to digital output ports. There are 4 digital
output channels on 6208 series card, i.e. the output value ranges from 0 to
15.
@ Syntax
C/C++ (DOS)
U16 _6208_DO (U16 cardNo, U16 DOData)
C/C++ (Windows 95/98)
U16 W_6208_DO (U16 cardNo, U16 DOData)
Visual Basic (Windows 95/98)
W_6208_DO (ByVal cardNo As Integer, ByVal DOData As Integer) As
Integer