Instruction manual
AMPDIO DRIVERS
Page 57
jumpers correctly.
It requires that the cards be installed with interrupts.
4.4 Agilent VEE Pro / Hewlett Packard HP VEE Examples
The sub directory EX_VEE contains the VEE examples written in VEE 4.0 and VEE 5.0. It also
contains “dio_vee.h” the header file that allows DIO_TC.DLL to be imported into VEE and
“dio_tc_lib.vee” which contains a number of VEE helper functions.
4.4.1 ADC Test — ADCTEST.VEE
The ADC test example implements a simple oscilloscope in VEE. It runs on the PC26AT, PC27E,
PC30AT, PCI230 and PCI260 cards. Care must be taken to set up any card jumpers correctly.
It requires that the cards be installed with interrupts.
4.4.2 DAC Test — DACTEST.VEE
The DAC test example implements a simple signal generator function in VEE. It runs on the
PC24E, PC25E, PC30AT, PCI224 PCI230 and PCI234 cards. Care must be taken to set up any
card jumpers correctly.
It requires that the cards be installed with interrupts.
4.4.3 Digital Input — DIGINPUT.VEE
The Digital Input example demonstrates simple digital IO in VEE. It runs on the series 200 digital IO
/ counter timer cards, PC212E, PC214E, PC215E, PC272E, PC36AT, PCI215 and PCI236. It does
not use interrupts.
4.4.4 Timer Demo — TIMERDEM.VEE
The Timer Demo example demonstrates using timers in VEE. It runs on the series 200 digital IO /
counter timer cards, PC212E, PC214E, PC215E, PC218E and PCI215.
It does not use interrupts.
4.5 Win32 Console Examples in C
The sub-directory EX_C contains source code and executables for Win32 console (character
mode) examples written in C.
The examples have been developed with Microsoft Visual C++ 4.2, using the C language (rather
than C++). They run in the Win32 console (DOS box) and make use of standard C library functions
and Win32 library functions, in addition to the Amplicon DIO_TC.DLL library functions.
The .MDP files are project files for Microsoft Visual C++ 4.0 onwards. The .DSW files are project
files for Microsoft Visual C++ 6.0 onwards. The .vcproj files are project files for Microsoft Visual
Studio 2005 onwards. As supplied, they define '..\DIO_CODE' as an additional include directory
(under Build -> Settings -> C/C++ -> Category: Preprocessor) and add ..\DIO_CODE\dio_tc.lib to
the list of Object/library modules (under Build -> Settings -> Link). For AMPDIO v5.00 and later,
dio_tc.lib has been moved to ..\DIO_CODE\Win32 for the 32-bit “Win32” build and to