adaptation for HUD changes (not sure if <screen-hole> is right ...
[fg:toms-fgdata.git] / Huds / Instruments / gload.xml
1 <?xml version="1.0"?>
2
3 <PropertyList>
4         <label>
5                 <name>G Load</name>
6                 <width>28</width>
7                 <height>12</height>
8
9                 <format>%4.2f g</format>
10                 <halign>right</halign>
11                 <box>false</box>
12
13                 <input>
14                         <property>/accelerations/pilot/z-accel-fps_sec</property>
15                         <factor>-0.03108095</factor>
16                         <damp>1.3</damp>
17                 </input>
18
19                 <blinking>
20                         <interval>0.25</interval>
21                         <condition>
22                                 <or>
23                                         <!-- G load > 2.0 -->
24                                         <less-than>
25                                                 <property>/accelerations/pilot/z-accel-fps_sec</property>
26                                                 <value>-64.3481</value>
27                                         </less-than>
28
29                                         <!-- G load < -1.0 -->
30                                         <greater-than>
31                                                 <property>/accelerations/pilot/z-accel-fps_sec</property>
32                                                 <value>31.17405</value>
33                                         </greater-than>
34                                 </or>
35                         </condition>
36                 </blinking>
37         </label>
38 </PropertyList>