1
0
Fork 0
fgdata/Huds/Instruments/gload.xml
2006-07-05 22:56:50 +00:00

38 lines
769 B
XML

<?xml version="1.0"?>
<PropertyList>
<label>
<name>G Load</name>
<width>1</width>
<height>1</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>