Chapter 3
NI-VXI Software Installation and Configuration
© National Instruments Corporation
3-3
VXI-AT2000/NI-VXI MS-DOS Getting Started
The
C:\NIVXI\INCLUDE
directory contains files for the Microsoft C, Borland C, and
QuickBASIC language interfaces. The include files are as follows.
•
NIVXI.H
is the main header file containing the C prototypes for the NI-VXI functions.
•
DATASIZE.H
contains data size specifications.
•
BUSACC.H
contains parameter and return values for the bus access functions.
•
DEVINFO.H
contains parameter and return values for the device information and system
configuration functions.
•
VXIINT.H
contains parameter and return values for the interrupt and signal functions.
•
SYSINT.H
contains parameter and return values for the system interrupt functions.
•
TRIG.H
contains parameter and return values for the trigger functions.
•
WS.H
contains parameter and return values for the Commander and Servant Word Serial
functions.
•
NIVXI.INC
is the include file for the Microsoft QuickBASIC Language interface.
The
C:\NIVXI\DOS
directory contains the following files.
•
RESMAND.EXE
is used by
RESMAN
in the DOS environment.
RESMAN
calls this file
directly.
•
VICD.EXE
is used by
VIC
in the DOS environment.
VIC
calls this file directly.
•
VICTEXTD.EXE
is used by
VICTEXT
in the DOS environment.
VICTEXT
calls this file
directly.
•
VXIEDITD.EXE
is used by
VXIEDIT
in the DOS environment.
VXIEDIT
calls this file
directly.
•
VXITEDID.EXE
is used by
VXITEDIT
in the DOS environment.
VXITEDIT
calls this
file directly.
The
C:\NIVXI\DOS
directory contains up to three subdirectories.
The
C:\NIVXI\DOS\BORLANDC
subdirectory is installed if you choose to install both the
DOS environment and the Borland C libraries. It contains the following file and subdirectory.
•
NIVXIDOS.LIB
is the NI-VXI Large Memory Model function library for the Borland C
Language interface.
•
The
C:\NIVXI\DOS\BORLANDC\EXAMPLES
subdirectory contains various example
programs that show how to use the NI-VXI software with Borland C.