Instruments/*.xml ... single components, like the gload display Sets/*.xml ... combinations of components There's no difference in filetypes between "sets" and "instruments". It's just easier to find things that way. Note that new and old files are never mixed in one dir.
38 lines
770 B
XML
38 lines
770 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>0.95</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>
|