VTI Instruments Corp.
70
EX1401 Instrument Drivers
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
RIVER AND
F
IRMWARE
R
EVISIONS
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
RIVER
API
AND
I
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
EX1401 Support
EMX-4250/4350/4380
Alarms
Supported
Not Supported
Arm
Supported
RPM (DSA), Pattern (DSA) not
supported by digitizer devices
Supported
RPM (DSA), Pattern (DSA) not
supported by digitizer devices
Calibration
Supported
Self-calibration not supported
Supported
Channels
Supported, including Temperature and
Transducer
AutoCal, AutoRange, Filter, Offset,
Measurement, Strain, Weighting are not
supported
See manual
Configuration
Supported
APIs for storage devices are not
supported
~$ cd /tmp
/tmp$ cp -r /opt/vti/share/doc/digitizer/examples/ .
/tmp$ cd examples/
/tmp/examples$ make
g++
-o
Initialization
Initialization.cpp
-
I/opt/vti/include -
L/opt/vti/lib -Wl,-rpath=/opt/vti/lib -lDigitizer
/tmp/examples$ ./Initialization 10.20.10.158
Summary of Contents for EX1401
Page 2: ......
Page 24: ......
Page 57: ...www vtiinstruments com EX1401 Web Page Operation 57 ...
Page 94: ......
Page 98: ......
Page 102: ......
Page 111: ...www vtiinstruments com EX10xxA Index 111 FIGURE A 1 IEEE1588 NETWORK TOPOLOGY ...
Page 112: ......