1
0
Fork 0
fgdata/Huds/Instruments/gload.xml
mfranz 399436bb3e - finally center lon/lat correctly (I did it wrongly before, because that
was the style of the old HUD, and it should be fully-compatible ...)
- remove erroneous <modulo> from f16.xml. This isn't even read there.
- enable nadir and zenith (they are just too pretty to ignore them :-)
- various tweaks
2006-07-24 16:12:47 +00:00

38 lines
771 B
XML

<?xml version="1.0"?>
<PropertyList>
<label>
<name>G Load</name>
<width>28</width>
<height>12</height>
<format>%4.2f g</format>
<halign>right</halign>
<box>false</box>
<input>
<property>/accelerations/pilot/z-accel-fps_sec</property>
<factor>-0.03108095</factor>
<damp>1.3</damp>
</input>
<blinking>
<interval>0.25</interval>
<condition>
<or>
<!-- G load > 2.0 -->
<less-than>
<property>/accelerations/pilot/z-accel-fps_sec</property>
<value>-64.3481</value>
</less-than>
<!-- G load < -1.0 -->
<greater-than>
<property>/accelerations/pilot/z-accel-fps_sec</property>
<value>31.17405</value>
</greater-than>
</or>
</condition>
</blinking>
</label>
</PropertyList>