Benutzer-Werkzeuge

Webseiten-Werkzeuge


integration:vicon

Dies ist eine alte Version des Dokuments!


Vicon measurement system integration

The Vicon-integration is based on JDataAquisition, a java library wrapper of Vicons DataStream SDK. Connections to one or more running Vicon systems are possible.

Example configuration fragment:

<?xml version="1.0" encoding="UTF-8"?>
 
<MeasurementProcess name="Test Vicon measurement system integration">
 
 <MeasurementSystem id="default" system="Vicon" fileSuffix="v3d">
        <Property name="sampleRate" value="120.0"/>
        <Property name="dnsidentifiablename" value="192.168.10.1"/>
        <Property name="timeout" value="10000"/>
 
        <TransducerUnitGroup name="vicon/TCP" displayName="TCP">   
            <TransducerUnit name="TCP" displayName="TCP">
                <Channel name="q0"/>
                <Channel name="q1"/>
                <Channel name="q2"/>
                <Channel name="q3"/>
                <Channel name="v0"/>
                <Channel name="v1"/>
                <Channel name="v2"/>
            </TransducerUnit>
        </TransducerUnitGroup>
        ...
        <TransducerUnitGroup name="vicon/markers" displayName="Markers">   
 
            <TransducerUnit name="GLOBE1" displayName="GLOBE1">
                <Channel name="v0"/>
                <Channel name="v1"/>
                <Channel name="v2"/>
                <Channel name="T"/>
            </TransducerUnit>
            ...
        </TransducerUnitGroup>
 </MeasurementSystem>   
 ...
</MeasurementProcess>

The <MeasurementSystem>-element has the following additional properties:

Property name Description Optional
dnsidentifiablename A name possibly resolveable by the DNS No
timeout timeout Yes
integration/vicon.1605716152.txt.gz · Zuletzt geändert: 2020/11/18 17:15 von oliver

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki