VTI Instruments Corp.
Linux Examples
Linux examples are stored at /opt/vti/share/doc/digitizer/examples/. To build them, copy that folder to a
writable location, change directory to the examples folder and run make.
C
OMPATIBILITY
D
F
RIVER AND
IRMWARE
The instrument driver and firmware have three revision fields: <Major>, <Minor>, and <Build>.
For the firmware installed on the instrument to be compatible with the driver being used, the
<Major> version number must be equal and the <Minor> version must be equal or newer than the
driver. Otherwise, the firmware needs to be updated. It is recommended to use the same <Major>
and <Minor> version pair, if possible.
D
API
I
RIVER
AND
NSTRUMENTS
The Digitizer driver is designed to work with many digitizer products from VTI Instruments. Not
all API functions defined in the driver apply to every digitizer product, since each model has a
unique feature set. Calling unsupported API functions will result in a property not supported or
method not supported error. See the manuals for the other digitizer products for more details on their
supported features.
Digitizer APIs
Alarms
Arm
Calibration
Channels
Configuration
70
~$ cd /tmp
/tmp$ cp -r /opt/vti/share/doc/digitizer/examples/ .
/tmp$ cd examples/
/tmp/examples$ make
g++
-o
Initialization
I/opt/vti/include -
L/opt/vti/lib -Wl,-rpath=/opt/vti/lib -lDigitizer
/tmp/examples$ ./Initialization 10.20.10.158
R
EVISIONS
EX1401 Support
Supported
Supported
RPM (DSA), Pattern (DSA) not
supported by digitizer devices
Supported
Self-calibration not supported
Supported, including Temperature and
Transducer
AutoCal, AutoRange, Filter, Offset,
Measurement, Strain, Weighting are not
supported
Supported
Initialization.cpp
EMX-4250/4350/4380
Not Supported
Supported
RPM (DSA), Pattern (DSA) not
supported by digitizer devices
Supported
See manual
APIs for storage devices are not
supported
EX1401 Instrument Drivers
-
Need help?
Do you have a question about the EX1401 and is the answer not in the manual?