Using The Driver - Ametek VTI Instruments EMX-75 Series User Manual

64-channel digital input / output
Table of Contents

Advertisement

U
D
SING THE
RIVER
The EMX-75XX series may be used in a variety of environments including: Visual Basic, C#,
C++, LabView. VTI instruments provides a IVI-C and IVI-COM compliant driver as well as a
shared object that can be used on Linux systems that comply with the Linux Standard Base
(Version 3.1).
Here is how to use the driver in each environment:
1) Visual Studio C++
#import "IviDriverTypeLib.dll" no_namespace
#import "VTEXDIO.dll" no_namespace
2) C#
Add a reference to VTEXDIO.dll in the project. Include the following at the top of any code
file that will access the driver:
using VTI.VTEXDIO.Interop;
3) C/C++ on Windows
Link against VTEXDIO.lib and include VTEXDIO.h in the file.
4) C++ on Linux
Link against /opt/vti/lib/libdio.so and include all the headers in /opt/vti/include in the source
file.
5) LabView
Copy the driver package to the <Labview>/instr.lib directory and access all relevant Vis
EMX-75XX Index
www.vtiinstruments.com
39

Advertisement

Table of Contents
loading

Table of Contents