source: pacpussensors/trunk/SpanCPTComponent/test_display_novatel_gps.xml@ 149

Last change on this file since 149 was 88, checked in by DHERBOMEZ Gérald, 9 years ago

add output of 2D ENU position

File size: 907 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<pacpus>
3 <components>
4
5
6
7 <component name="gps" type="GpsComponent" port="COM6" baudrate="115200" bytesize="8" parity="0" stopbits="1" recording="true"/>
8 <component name="centrale" type="CPTComponent" port="COM5" baudrate="115200" bytesize="8" parity="0" stopbits="1" recording="true" verbose="false" ENUref="false" LatRef="48.8444417527778" LonRef="2.42501811388889" HeRef="126.237"/>
9
10
11 <component name="centrale_plot" type="GraphDisplay" displayType="2D"/>
12
13
14 </components>
15
16
17 <connections>
18 <connection output="centrale.position2DENU" input="centrale_plot.valueXY" type="direct" priority="0" />
19 </connections>
20
21 <plugins prefix="" postfix="" extension="dll">
22 <plugin lib="SpanCPTComponent" />
23 <plugin lib="Gps" />
24 <plugin lib="GraphViewer" />
25 </plugins>
26
27 <parameters>
28
29 </parameters>
30</pacpus>
Note: See TracBrowser for help on using the repository browser.