9113_Initial; 9113_Software_Reset - NuDAQ PCI- 9113A User Manual

32 channels isolated analog input card
Table of Contents

Advertisement

6.3

_9113_Initial

@ Description
This function is used to initialize PCI-9113A card. Every PCI-9113A
card has to be initialized by this function before calling other
functions.
@ Syntax
C/C++ (DOS)
U16 _9113_Initial (U16 *existCards, PCI_INFO *info)
C/C++ (Windows 95)
U16 W_9113_Initial (U16 *existCards, PCI_INFO *info)
Visual Basic (Windows 95)
W_9113_Initial (existCards As Integer, info As PCI_INFO) As Integer
@ Argument
existCards: numbers of existing PCI-9113A cards
info: relative information of the PCI-9113A cards
@ Return Code
ERR_NoError
ERR_BoardNoInit
ERR_PCIBiosNotExist
6.4

_9113_Software_Reset

@ Description
This function is used to reset the I/O port configuration. Note that this
function cannot re-start the PCI bus and all the hardware setting
won't be changed neither.
@ Syntax
C/C++ (DOS)
void _9113_Software_Reset (U16 cardNo)
C/C++ (Windows 95)
void W_9113_Software_Reset (U16 cardNo)
C/C++ Software Library
39

Advertisement

Table of Contents
loading

Table of Contents