paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] papgets problem


From: chris
Subject: [Paparazzi-devel] papgets problem
Date: Sun, 14 Jun 2009 23:17:20 +0300
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Hi.
I have a small problem making one gauge that shows the ground speed in Km/h
remember it's scale value when the GCS starts in simulation.
(I don't know if this is also true for the actual flight session.
It is not a real problem but i thought that it would be useful mentioning it. I have saved the papget file as my_papgets.xml and the GCS is correctly started with the
"my_papagets.xml" file.
Here is the "my_papgets.xml"  portion of this gauge:
<papget type="message_field" display="gauge" x="153" y="379">
     <property name="field" value="GPS:speed"/>
     <property name="scale" value="0.027778"/>
     <property name="min" value="0."/>
     <property name="max" value="100"/>
      <property name="size" value="50."/>
      <property name="text" value="IGS Km/h"/>
 </papget>

As you can see the scale value is the correct one but when the GCS initializes the gauge has
always a scale value of 1.
All other gauges are working well.
Any clues about what is wrong?
Chris





reply via email to

[Prev in Thread] Current Thread [Next in Thread]