This commit is contained in:
merspieler 2018-10-15 22:53:40 +02:00
commit 9904804eed
33 changed files with 155621 additions and 142839 deletions

View file

@ -17,6 +17,7 @@
<description>Airbus A320-111 (CFM56-5A1)</description>
<flight-model>jsb</flight-model>
<aero>A320-100-CFM</aero>
<variant-of>A320-200-IAE</variant-of>
<model>
<path>Aircraft/IDG-A32X/Models/A320-100-CFM.xml</path>
<livery>

View file

@ -17,6 +17,7 @@
<description>Airbus A320-214 (CFM56-5B4)</description>
<flight-model>jsb</flight-model>
<aero>A320-200-CFM</aero>
<variant-of>A320-200-IAE</variant-of>
<model>
<path>Aircraft/IDG-A32X/Models/A320-200-CFM.xml</path>
<livery>

View file

@ -17,6 +17,7 @@
<description>Airbus A320-232 (IAE V2527-A5)</description>
<flight-model>jsb</flight-model>
<aero>A320-200-IAE</aero>
<primary-set>true</primary-set>
<model>
<path>Aircraft/IDG-A32X/Models/A320-200-IAE.xml</path>
<livery>

View file

@ -611,9 +611,7 @@
<aileron-drives-tiller type="bool">0</aileron-drives-tiller>
<aileron-input>0</aileron-input>
<elevator-input>0</elevator-input>
<elevator-trim-fdm>0.0</elevator-trim-fdm>
<flap-pos type="int">0</flap-pos>
<rudder-trim-fdm>0.0</rudder-trim-fdm>
<speedbrake-arm>0</speedbrake-arm>
<slats>0</slats>
</flight>

View file

@ -17,13 +17,14 @@
<description>Airbus A320-251N (LEAP-1A26)</description>
<flight-model>jsb</flight-model>
<aero>A320neo-CFM</aero>
<variant-of>A320neo-PW</variant-of>
<model>
<path>Aircraft/IDG-A32X/Models/A320neo-CFM.xml</path>
<livery>
<file>Airbus</file>
</livery>
</model>
<previews>
<preview>
<type>exterior</type>

View file

@ -17,13 +17,14 @@
<description>Airbus A320-271N (PurePower 1127G)</description>
<flight-model>jsb</flight-model>
<aero>A320neo-PW</aero>
<primary-set>true</primary-set>
<model>
<path>Aircraft/IDG-A32X/Models/A320neo-PW.xml</path>
<livery>
<file>Airbus</file>
</livery>
</model>
<previews>
<preview>
<type>exterior</type>

View file

@ -121,7 +121,7 @@
</model>
<!-- VOR Instrument -->
<model>
<!--model>
<path>Aircraft/IDG-A32X/Models/Instruments/VOR/VOR.xml</path>
<offsets>
<x-m>-0.51846</x-m>
@ -129,16 +129,16 @@
<z-m>0.10572</z-m>
<pitch-deg>-16.534</pitch-deg>
</offsets>
</model>
</model-->
<!-- Brakes Pressure Indicator -->
<model>
<path>Aircraft/IDG-A32X/Models/Instruments/Brakes/Brakes.xml</path>
<offsets>
<x-m>-0.51327</x-m>
<y-m>0.21515</y-m>
<z-m>0.08365</z-m>
<pitch-deg>-16.534</pitch-deg>
<x-m>-0.5131</x-m>
<y-m>0.21535</y-m>
<z-m>0.083</z-m>
<pitch-deg>73.466</pitch-deg>
</offsets>
</model>
@ -4714,10 +4714,10 @@
</binding>
</action>
</animation>
<animation>
<type>select</type>
<object-name>gear_lever_label-lit</object-name>
<object-name>gear_lever_down_arrow</object-name>
<condition>
<or>
<equals>
@ -4732,36 +4732,6 @@
</condition>
</animation>
<animation>
<type>material</type>
<object-name>gear_lever_label-lit</object-name>
<emission>
<red>1</red>
<green>0.725</green>
<blue>0.259</blue>
<factor-prop>systems/gear/landing-gear-warning-light</factor-prop>
</emission>
</animation>
<animation>
<type>select</type>
<object-name>gear_lever_label</object-name>
<condition>
<not>
<or>
<equals>
<property>controls/switches/annun-test</property>
<value>1</value>
</equals>
<equals>
<property>systems/gear/landing-gear-warning-light</property>
<value>1</value>
</equals>
</or>
</not>
</condition>
</animation>
<!-- Landing Gear Lights -->
<animation>
<type>select</type>
@ -5040,7 +5010,12 @@
<object-name>engine_glare</object-name>
<object-name>eng_mode.mark</object-name>
<object-name>flaps_scale</object-name>
<object-name>gear_lever_label</object-name>
<object-name>gear_lever_glare</object-name>
<object-name>brakes_glare</object-name>
<object-name>brakes_accum_psi.mark</object-name>
<object-name>brakes_lb_psi.mark</object-name>
<object-name>brakes_rb_psi.mark</object-name>
<object-name>clock_glare</object-name>
<object-name>flood_lt_main.mark</object-name>
<object-name>flood_lt_ped.mark</object-name>
<object-name>integ_lt.mark</object-name>
@ -5197,11 +5172,9 @@
<button>3</button>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>
var trim = getprop("/controls/flight/elevator-trim");
setprop("/controls/flight/elevator-trim", trim + 0.01);
</script>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step>0.01</step>
</binding>
</action>
<action>
@ -5209,11 +5182,9 @@
<button>4</button>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>
var trim = getprop("/controls/flight/elevator-trim");
setprop("/controls/flight/elevator-trim", trim - 0.01);
</script>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step>-0.01</step>
</binding>
</action>
</animation>
@ -5222,17 +5193,10 @@
<type>rotate</type>
<object-name>trim_2_lts</object-name>
<property>fdm/jsbsim/hydraulics/elevator-trim/cmd-deg</property>
<factor>-15.55</factor>
<offset-deg>-0.9</offset-deg>
<center>
<x-m>-0.1507</x-m>
<y-m>0</y-m>
<z-m>-0.12886</z-m>
</center>
<factor>15.55</factor>
<offset-deg>1.4</offset-deg>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
<object-name>trim.axis</object-name>
</axis>
</animation>
@ -5240,16 +5204,9 @@
<type>rotate</type>
<object-name>trim_1</object-name>
<property>controls/flight/elevator-trim</property>
<factor>-1000</factor>
<center>
<x-m>-0.1507</x-m>
<y-m>0</y-m>
<z-m>-0.12886</z-m>
</center>
<factor>1000</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
<object-name>trim.axis</object-name>
</axis>
</animation>
@ -5713,15 +5670,8 @@
<entry><ind>1.00000</ind><dep>45</dep></entry>
</interpolation>
<axis>
<x>0</x>
<y>-1</y>
<z>0</z>
<object-name>trim.axis</object-name>
</axis>
<center>
<x-m>-0.1507</x-m>
<y-m>0</y-m>
<z-m>-0.12886</z-m>
</center>
</animation>
<animation>
<name>Engine 1 throttle lever rev</name>
@ -5730,15 +5680,8 @@
<property>controls/engines/engine[0]/reverser</property>
<factor>-3.5</factor>
<axis>
<x>0</x>
<y>-1</y>
<z>0</z>
<object-name>trim.axis</object-name>
</axis>
<center>
<x-m>-0.1507</x-m>
<y-m>0</y-m>
<z-m>-0.12886</z-m>
</center>
</animation>
<animation>
<name>Engine 1 throttle lever rev 2</name>
@ -5750,15 +5693,8 @@
<entry><ind>0.50</ind><dep>-20</dep></entry>
</interpolation>
<axis>
<x>0</x>
<y>-1</y>
<z>0</z>
<object-name>trim.axis</object-name>
</axis>
<center>
<x-m>-0.1507</x-m>
<y-m>0</y-m>
<z-m>-0.12886</z-m>
</center>
</animation>
<animation>
<name>Engine 2 throttle lever pick</name>
@ -5809,15 +5745,8 @@
<entry><ind>1.00000</ind><dep>45</dep></entry>
</interpolation>
<axis>
<x>0</x>
<y>-1</y>
<z>0</z>
<object-name>trim.axis</object-name>
</axis>
<center>
<x-m>-0.1507</x-m>
<y-m>0</y-m>
<z-m>-0.12886</z-m>
</center>
</animation>
<animation>
<name>Engine 2 throttle lever rev</name>
@ -5826,15 +5755,8 @@
<property>controls/engines/engine[1]/reverser</property>
<factor>-3.5</factor>
<axis>
<x>0</x>
<y>-1</y>
<z>0</z>
<object-name>trim.axis</object-name>
</axis>
<center>
<x-m>-0.1507</x-m>
<y-m>0</y-m>
<z-m>-0.12886</z-m>
</center>
</animation>
<animation>
<name>Engine 2 throttle lever rev 2</name>
@ -5846,15 +5768,8 @@
<entry><ind>0.50</ind><dep>-20</dep></entry>
</interpolation>
<axis>
<x>0</x>
<y>-1</y>
<z>0</z>
<object-name>trim.axis</object-name>
</axis>
<center>
<x-m>-0.1507</x-m>
<y-m>0</y-m>
<z-m>-0.12886</z-m>
</center>
</animation>
<animation>
@ -5864,15 +5779,8 @@
<property>controls/engines/engine[0]/reverser</property>
<factor>60</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
<object-name>rev_l.axis</object-name>
</axis>
<center>
<x-m>-0.10437</x-m>
<y-m>0</y-m>
<z-m>0.02132</z-m>
</center>
</animation>
<animation>
@ -5882,15 +5790,8 @@
<property>controls/engines/engine[1]/reverser</property>
<factor>60</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
<object-name>rev_r.axis</object-name>
</axis>
<center>
<x-m>-0.10437</x-m>
<y-m>0</y-m>
<z-m>0.02132</z-m>
</center>
</animation>
<!-- Tray Tables -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 B

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 76 KiB

File diff suppressed because it is too large Load diff

View file

@ -10,13 +10,13 @@
<PropertyList>
<path>res/brakes-ind.ac</path>
<path>res/Brakes.ac</path>
<!-- Left Brake Pressure Indicator -->
<animation>
<type>rotate</type>
<object-name>lb_psi</object-name>
<object-name>brakes_lb_psi</object-name>
<property>systems/hydraulic/brakes/pressure-left-psi</property>
<factor>0.03</factor>
<condition>
@ -25,21 +25,14 @@
<value>2</value>
</equals>
</condition>
<center>
<x-m>0</x-m>
<y-m>-0.0141</y-m>
<z-m>-0.0106</z-m>
</center>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
<object-name>brakes_lb_psi.axis</object-name>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>rb_psi</object-name>
<object-name>brakes_rb_psi</object-name>
<property>systems/hydraulic/brakes/pressure-right-psi</property>
<factor>-0.03</factor>
<condition>
@ -48,21 +41,14 @@
<value>2</value>
</equals>
</condition>
<center>
<x-m>0</x-m>
<y-m>0.0136</y-m>
<z-m>-0.0107</z-m>
</center>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
<object-name>brakes_rb_psi.axis</object-name>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>accum_psi</object-name>
<object-name>brakes_accum_psi</object-name>
<property>systems/hydraulic/brakes/accumulator-pressure-psi</property>
<interpolation>
<entry><ind>0</ind><dep>0</dep></entry>
@ -70,15 +56,8 @@
<entry><ind>2000</ind><dep>78</dep></entry>
<entry><ind>3000</ind><dep>90</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>0.0012</y-m>
<z-m>0.0134</z-m>
</center>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
<object-name>brakes_accum_psi.axis</object-name>
</axis>
</animation>

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View file

@ -1,868 +0,0 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.2 0.2 0.2 shi 128 trans 0
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.737255 0.752941 0.745098 emis 0.776471 0.764706 0.768627 spec 0.784314 0.788235 0.796078 shi 128 trans 0
OBJECT world
kids 4
OBJECT poly
name "accum_psi"
loc 0.000552446 0.0133946 -0.00119787
texture "brakes-ind.png"
crease 45.000000
numvert 25
0 -0.00290394 0.00290394
0 0.00357894 -0.00207219
0 0.00398875 -0.00107791
0 0.00412672 -1.01896e-05
0 0.00398348 0.00105823
0 0.00356875 0.00205454
0 0.00291083 0.00291083
0 0.00205454 0.00356876
0 0.00105823 0.00398348
0 -1.01896e-05 0.00412673
0 -0.00190735 0.00390054
0 -0.00528241 0.00658525
0 -0.00730414 0.0073559
0 -0.00653426 0.00533339
0 -0.00387426 0.00193362
0 -0.00412673 1.01929e-05
0 -0.00398348 -0.00105823
0 -0.00356876 -0.00205454
0 -0.00291083 -0.00291083
0 -0.00205454 -0.00356875
0 -0.00105824 -0.00398347
0 1.01877e-05 -0.00412672
0 0.00107792 -0.00398875
0 0.00207219 -0.00357895
0 0.00292524 -0.00292524
numsurf 24
SURF 0x30
mat 0
refs 3
1 0.0214844 0.015625
24 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
2 0.0214844 0.015625
1 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
3 0.0214844 0.015625
2 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
4 0.0214844 0.015625
3 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
5 0.0214844 0.015625
4 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
6 0.0214844 0.015625
5 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
7 0.0214844 0.015625
6 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
8 0.0214844 0.015625
7 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
9 0.0214844 0.015625
8 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
10 0.0214844 0.015625
9 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
11 0.470087 0.252519
10 0.470087 0.252519
0 0.470087 0.252519
SURF 0x30
mat 0
refs 3
12 0.470087 0.252519
11 0.470087 0.252519
0 0.470087 0.252519
SURF 0x30
mat 0
refs 3
13 0.470087 0.252519
12 0.470087 0.252519
0 0.470087 0.252519
SURF 0x30
mat 0
refs 3
14 0.470087 0.252519
13 0.470087 0.252519
0 0.470087 0.252519
SURF 0x30
mat 0
refs 3
15 0.0214844 0.015625
14 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
16 0.0214844 0.015625
15 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
17 0.0214844 0.015625
16 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
18 0.0214844 0.015625
17 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
19 0.0214844 0.015625
18 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
20 0.0214844 0.015625
19 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
21 0.0214844 0.015625
20 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
22 0.0214844 0.015625
21 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
23 0.0214844 0.015625
22 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
24 0.0214844 0.015625
23 0.0214844 0.015625
0 0.0214844 0.015625
kids 0
OBJECT poly
name "rb_psi"
loc 0.000552446 -0.0107233 -0.0136353
texture "brakes-ind.png"
crease 45.000000
numvert 25
0 0 -0.00413692
0 -0.00106544 -0.00399595
0 -0.00205827 -0.00358268
0 -0.00291083 -0.00292524
0 -0.00356503 -0.00206846
0 -0.00397627 -0.00107071
0 -0.00411654 9.31323e-10
0 -0.00397627 0.00107071
0 -0.00356503 0.00206846
0 -0.00291083 0.00292524
0 -0.00137225 0.00410679
0 -0.000849147 0.0083917
0 3.65945e-05 0.0103662
0 0.000921245 0.0083917
0 0.0014094 0.00410679
0 0.00291083 0.00292524
0 0.00356503 0.00206846
0 0.00397627 0.00107071
0 0.00411654 0
0 0.00397627 -0.00107071
0 0.00356503 -0.00206846
0 0.00291083 -0.00292524
0 0.00205827 -0.00358268
0 0.00106544 -0.00399595
0 0 0.00410679
numsurf 24
SURF 0x30
mat 0
refs 3
0 0.0214844 0.015625
1 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
1 0.0214844 0.015625
2 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
2 0.0214844 0.015625
3 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
3 0.0214844 0.015625
4 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
4 0.0214844 0.015625
5 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
5 0.0214844 0.015625
6 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
6 0.0214844 0.015625
7 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
7 0.0214844 0.015625
8 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
8 0.0214844 0.015625
9 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
9 0.0214844 0.015625
10 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
10 0.470087 0.252519
11 0.470087 0.252519
24 0.470087 0.252519
SURF 0x30
mat 0
refs 3
11 0.470087 0.252519
12 0.470087 0.252519
24 0.470087 0.252519
SURF 0x30
mat 0
refs 3
12 0.470087 0.252519
13 0.470087 0.252519
24 0.470087 0.252519
SURF 0x30
mat 0
refs 3
13 0.470087 0.252519
14 0.470087 0.252519
24 0.470087 0.252519
SURF 0x30
mat 0
refs 3
14 0.0214844 0.015625
15 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
15 0.0214844 0.015625
16 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
16 0.0214844 0.015625
17 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
17 0.0214844 0.015625
18 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
18 0.0214844 0.015625
19 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
19 0.0214844 0.015625
20 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
20 0.0214844 0.015625
21 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
21 0.0214844 0.015625
22 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
22 0.0214844 0.015625
23 0.0214844 0.015625
24 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
23 0.0214844 0.015625
0 0.0214844 0.015625
24 0.0214844 0.015625
kids 0
OBJECT poly
name "lb_psi"
loc 0.000552446 -0.0105681 0.0141226
texture "brakes-ind.png"
crease 45.000000
numvert 25
0 0 -0.00410679
0 -0.00106544 0.00399596
0 -0.00205827 0.00358268
0 -0.00291083 0.00292524
0 -0.00356503 0.00206846
0 -0.00397627 0.00107071
0 -0.00411654 0
0 -0.00397627 -0.00107071
0 -0.00356503 -0.00206846
0 -0.00291083 -0.00292524
0 -0.0014094 -0.00410679
0 -0.000921245 -0.0083917
0 -3.65945e-05 -0.0103662
0 0.000849147 -0.0083917
0 0.00137225 -0.00410679
0 0.00291083 -0.00292524
0 0.00356503 -0.00206846
0 0.00397627 -0.00107071
0 0.00411654 0
0 0.00397627 0.00107071
0 0.00356503 0.00206846
0 0.00291083 0.00292524
0 0.00205827 0.00358268
0 0.00106544 0.00399596
0 0 0.00413692
numsurf 24
SURF 0x30
mat 0
refs 3
1 0.0214844 0.015625
24 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
2 0.0214844 0.015625
1 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
3 0.0214844 0.015625
2 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
4 0.0214844 0.015625
3 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
5 0.0214844 0.015625
4 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
6 0.0214844 0.015625
5 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
7 0.0214844 0.015625
6 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
8 0.0214844 0.015625
7 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
9 0.0214844 0.015625
8 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
10 0.0214844 0.015625
9 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
11 0.470087 0.252519
10 0.470087 0.252519
0 0.470087 0.252519
SURF 0x30
mat 0
refs 3
12 0.470087 0.252519
11 0.470087 0.252519
0 0.470087 0.252519
SURF 0x30
mat 0
refs 3
13 0.470087 0.252519
12 0.470087 0.252519
0 0.470087 0.252519
SURF 0x30
mat 0
refs 3
14 0.470087 0.252519
13 0.470087 0.252519
0 0.470087 0.252519
SURF 0x30
mat 0
refs 3
15 0.0214844 0.015625
14 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
16 0.0214844 0.015625
15 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
17 0.0214844 0.015625
16 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
18 0.0214844 0.015625
17 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
19 0.0214844 0.015625
18 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
20 0.0214844 0.015625
19 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
21 0.0214844 0.015625
20 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
22 0.0214844 0.015625
21 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
23 0.0214844 0.015625
22 0.0214844 0.015625
0 0.0214844 0.015625
SURF 0x30
mat 0
refs 3
24 0.0214844 0.015625
23 0.0214844 0.015625
0 0.0214844 0.015625
kids 0
OBJECT poly
name "poly000002"
loc 0.000247264 0.023204 0.000100017
texture "brakes-ind.png"
crease 45.000000
numvert 48
0 -0.000668904 0.00441098
0 -0.000668211 -0.00461102
0 -0.000226365 -0.000100017
0 -0.00197707 0.00874898
0 -0.00197425 -0.00894901
0 -0.00410151 0.012747
0 -0.00409639 -0.012946
0 -0.00545669 -0.014615
0 -0.00570048 -0.014913
0 -0.00589661 0.014949
0 -0.00610589 0.015204
0 -0.00695962 0.016251
0 -0.00695426 -0.01645
0 -0.00845448 0.017486
0 -0.00843306 -0.017672
0 -0.00862918 0.017631
0 -0.00864531 -0.017847
0 -0.0104399 0.019126
0 -0.0104352 -0.019326
0 -0.0144128 0.021263
0 -0.0144083 -0.021463
0 -0.0187234 0.022579
0 -0.0187198 -0.022778
0 -0.0232059 0.023023
0 -0.0232014 -0.023223
0 -0.0276884 0.022579
0 -0.0276841 -0.022778
0 -0.0320007 0.021263
0 -0.0319956 -0.021463
0 -0.0359727 0.019126
0 -0.0359685 -0.019326
0 -0.0372047 0.018109
0 -0.0372205 -0.018291
0 -0.0374128 0.017938
0 -0.0374613 -0.018092
0 -0.0394544 0.016251
0 -0.0394493 -0.01645
0 -0.0402709 0.01525
0 -0.0405286 0.014933
0 -0.0406439 -0.014986
0 -0.040933 -0.014631
0 -0.0423113 0.012747
0 -0.0423071 -0.012946
0 -0.0444337 0.00874898
0 -0.0444318 -0.00894801
0 -0.0457407 0.00441098
0 -0.0457388 -0.00461102
0 -0.0461816 -0.000100017
numsurf 46
SURF 0x10
mat 1
refs 3
0 0.388452 0.984143
1 0.588111 0.984158
2 0.488281 0.993713
SURF 0x10
mat 1
refs 3
0 0.388452 0.984143
3 0.292451 0.955856
1 0.588111 0.984158
SURF 0x10
mat 1
refs 3
3 0.292451 0.955856
4 0.684113 0.955917
1 0.588111 0.984158
SURF 0x10
mat 1
refs 3
5 0.203973 0.909919
4 0.684113 0.955917
3 0.292451 0.955856
SURF 0x10
mat 1
refs 3
5 0.203973 0.909919
6 0.772567 0.910029
4 0.684113 0.955917
SURF 0x10
mat 1
refs 3
5 0.203973 0.909919
7 0.809502 0.880615
6 0.772567 0.910029
SURF 0x10
mat 1
refs 3
5 0.203973 0.909919
8 0.816097 0.875343
7 0.809502 0.880615
SURF 0x10
mat 1
refs 3
9 0.155242 0.871102
8 0.816097 0.875343
5 0.203973 0.909919
SURF 0x10
mat 1
refs 3
10 0.149599 0.866577
8 0.816097 0.875343
9 0.155242 0.871102
SURF 0x10
mat 1
refs 3
11 0.126429 0.848116
8 0.816097 0.875343
10 0.149599 0.866577
SURF 0x10
mat 1
refs 3
11 0.126429 0.848116
12 0.850111 0.848232
8 0.816097 0.875343
SURF 0x10
mat 1
refs 3
13 0.0990976 0.815792
12 0.850111 0.848232
11 0.126429 0.848116
SURF 0x10
mat 1
refs 3
13 0.0990976 0.815792
14 0.877155 0.816255
12 0.850111 0.848232
SURF 0x10
mat 1
refs 3
15 0.0958892 0.812015
14 0.877155 0.816255
13 0.0990976 0.815792
SURF 0x10
mat 1
refs 3
15 0.0958892 0.812015
16 0.881027 0.811666
14 0.877155 0.816255
SURF 0x10
mat 1
refs 3
17 0.0628042 0.77286
16 0.881027 0.811666
15 0.0958892 0.812015
SURF 0x10
mat 1
refs 3
17 0.0628042 0.77286
18 0.913758 0.772962
16 0.881027 0.811666
SURF 0x10
mat 1
refs 3
19 0.0155118 0.686952
18 0.913758 0.772962
17 0.0628042 0.77286
SURF 0x10
mat 1
refs 3
19 0.0155118 0.686952
20 0.961051 0.68705
18 0.913758 0.772962
SURF 0x10
mat 1
refs 3
21 -0.0136117 0.593742
20 0.961051 0.68705
19 0.0155118 0.686952
SURF 0x10
mat 1
refs 3
21 -0.0136117 0.593742
22 0.990152 0.59382
20 0.961051 0.68705
SURF 0x10
mat 1
refs 3
23 -0.0234375 0.496815
22 0.990152 0.59382
21 -0.0136117 0.593742
SURF 0x10
mat 1
refs 3
23 -0.0234375 0.496815
24 1 0.496912
22 0.990152 0.59382
SURF 0x10
mat 1
refs 3
25 -0.0136117 0.399888
24 1 0.496912
23 -0.0234375 0.496815
SURF 0x10
mat 1
refs 3
25 -0.0136117 0.399888
26 0.990152 0.399981
24 1 0.496912
SURF 0x10
mat 1
refs 3
27 0.0155118 0.306641
26 0.990152 0.399981
25 -0.0136117 0.399888
SURF 0x10
mat 1
refs 3
27 0.0155118 0.306641
28 0.961051 0.306751
26 0.990152 0.399981
SURF 0x10
mat 1
refs 3
29 0.0628042 0.220752
28 0.961051 0.306751
27 0.0155118 0.306641
SURF 0x10
mat 1
refs 3
29 0.0628042 0.220752
30 0.913758 0.220843
28 0.961051 0.306751
SURF 0x10
mat 1
refs 3
31 0.0853109 0.194112
30 0.913758 0.220843
29 0.0628042 0.220752
SURF 0x10
mat 1
refs 3
31 0.0853109 0.194112
32 0.890853 0.19377
30 0.913758 0.220843
SURF 0x10
mat 1
refs 3
33 0.0890946 0.189612
32 0.890853 0.19377
31 0.0853109 0.194112
SURF 0x10
mat 1
refs 3
33 0.0890946 0.189612
34 0.88645 0.188563
32 0.890853 0.19377
SURF 0x10
mat 1
refs 3
35 0.126429 0.145466
34 0.88645 0.188563
33 0.0890946 0.189612
SURF 0x10
mat 1
refs 3
35 0.126429 0.145466
36 0.850111 0.145576
34 0.88645 0.188563
SURF 0x10
mat 1
refs 3
37 0.148581 0.12781
36 0.850111 0.145576
35 0.126429 0.145466
SURF 0x10
mat 1
refs 3
38 0.155597 0.122238
36 0.850111 0.145576
37 0.148581 0.12781
SURF 0x10
mat 1
refs 3
38 0.155597 0.122238
39 0.817712 0.119744
36 0.850111 0.145576
SURF 0x10
mat 1
refs 3
38 0.155597 0.122238
40 0.809857 0.113493
39 0.817712 0.119744
SURF 0x10
mat 1
refs 3
41 0.203973 0.0836894
40 0.809857 0.113493
38 0.155597 0.122238
SURF 0x10
mat 1
refs 3
41 0.203973 0.0836894
42 0.772567 0.0837802
40 0.809857 0.113493
SURF 0x10
mat 1
refs 3
43 0.292451 0.0377957
42 0.772567 0.0837802
41 0.203973 0.0836894
SURF 0x10
mat 1
refs 3
43 0.292451 0.0377957
44 0.68409 0.0378368
42 0.772567 0.0837802
SURF 0x10
mat 1
refs 3
45 0.388452 0.00953379
44 0.68409 0.0378368
43 0.292451 0.0377957
SURF 0x10
mat 1
refs 3
45 0.388452 0.00953379
46 0.588111 0.00957486
44 0.68409 0.0378368
SURF 0x10
mat 1
refs 3
46 0.588111 0.00957486
45 0.388452 0.00953379
47 0.488281 0
kids 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1409,7 +1409,7 @@
<text>
<name>rmp-active</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.21625</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>
@ -1464,7 +1464,7 @@
<text>
<name>rmp-active-vhf3-data</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.21625</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>
@ -1501,7 +1501,7 @@
<text>
<name>rmp-active-test</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.21625</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>
@ -1560,7 +1560,7 @@
<text>
<name>rmp-standby</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.14896</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>
@ -1615,7 +1615,7 @@
<text>
<name>rmp-standby-vhf3-data</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.14896</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>
@ -1652,7 +1652,7 @@
<text>
<name>rmp-standby-test</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.14896</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>

View file

@ -1409,7 +1409,7 @@
<text>
<name>rmp-active</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.21625</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>
@ -1464,7 +1464,7 @@
<text>
<name>rmp-active-vhf3-data</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.21625</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>
@ -1501,7 +1501,7 @@
<text>
<name>rmp-active-test</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.21625</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>
@ -1560,7 +1560,7 @@
<text>
<name>rmp-standby</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.14896</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>
@ -1615,7 +1615,7 @@
<text>
<name>rmp-standby-vhf3-data</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.14896</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>
@ -1652,7 +1652,7 @@
<text>
<name>rmp-standby-test</name>
<offsets>
<x-m>-0.22205</x-m>
<x-m>-0.23205</x-m>
<y-m>-0.14896</y-m>
<z-m>-0.12582</z-m>
<heading-deg>90</heading-deg>

File diff suppressed because it is too large Load diff

View file

@ -1482,9 +1482,21 @@
</range>
</aerosurface_scale>
<switch name="hydraulics/elevator-trim/rate">
<default value="0.01"/>
<test value="0.02">
/systems/hydraulic/green-psi ge 1500
</test>
</switch>
<actuator name="hydraulics/elevator-trim/actuator">
<input>/controls/flight/elevator-trim</input>
<rate_limit>hydraulics/elevator-trim/rate</rate_limit>
</actuator>
<lag_filter name="hydraulics/elevator-trim/lag">
<input>/controls/flight/elevator-trim-fdm</input>
<c1>0.5</c1>
<input>hydraulics/elevator-trim/actuator</input>
<c1>10.5</c1>
</lag_filter>
<aerosurface_scale name="hydraulics/elevator-trim/final-deg">
@ -1638,7 +1650,7 @@
</aerosurface_scale>
<aerosurface_scale name="hydraulics/rudder/trim-norm">
<input>/controls/flight/rudder-trim-fdm</input>
<input>/controls/flight/rudder-trim</input>
<range>
<min>-0.8</min>
<max>0.8</max>

View file

@ -681,48 +681,6 @@
<output>/controls/flight/auto-coordination</output>
</filter>
<filter>
<debug>false</debug>
<type>noise-spike</type>
<enable>
<condition>
<greater-than-equals>
<property>/systems/hydraulic/green-psi</property>
<value>1500</value>
</greater-than-equals>
</condition>
</enable>
<input>/controls/flight/elevator-trim</input>
<output>/controls/flight/elevator-trim-fdm</output>
<max-rate-of-change>0.1</max-rate-of-change>
</filter>
<filter>
<debug>false</debug>
<type>noise-spike</type>
<enable>
<condition>
<or>
<greater-than-equals>
<property>/systems/hydraulic/green-psi</property>
<value>1500</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/hydraulic/blue-psi</property>
<value>1500</value>
</greater-than-equals>
<greater-than-equals>
<property>/systems/hydraulic/yellow-psi</property>
<value>1500</value>
</greater-than-equals>
</or>
</condition>
</enable>
<input>/controls/flight/rudder-trim</input>
<output>/controls/flight/rudder-trim-fdm</output>
<max-rate-of-change>0.5</max-rate-of-change>
</filter>
<!-- Braking -->
<filter>

View file

@ -1 +1 @@
4670
4674