update PFD, allow mech backup law to work properly

This commit is contained in:
Joshua Davidson 2017-05-18 23:12:25 -04:00
parent 6167c9410d
commit 4695eff4b1
14 changed files with 1014 additions and 59 deletions

View file

@ -12,7 +12,7 @@
--> -->
<turbine_engine name="CFM56_5B3"> <turbine_engine name="CFM56_5B3">
<milthrust> 33000 </milthrust> <milthrust> 27000 </milthrust> <!-- Will put proper thrust amount once FDE sorted out -->
<bypassratio> 7.1 </bypassratio> <bypassratio> 7.1 </bypassratio>
<tsfc> 0.8 </tsfc> <tsfc> 0.8 </tsfc>
<bleed> 0.03 </bleed> <bleed> 0.03 </bleed>

View file

@ -12,7 +12,7 @@
--> -->
<turbine_engine name="CFM56_5B6"> <turbine_engine name="CFM56_5B6">
<milthrust> 23300 </milthrust> <milthrust> 27000 </milthrust> <!-- Will put proper thrust amount once FDE sorted out -->
<bypassratio> 7.1 </bypassratio> <bypassratio> 7.1 </bypassratio>
<tsfc> 0.8 </tsfc> <tsfc> 0.8 </tsfc>
<bleed> 0.03 </bleed> <bleed> 0.03 </bleed>

View file

@ -12,7 +12,7 @@
--> -->
<turbine_engine name="V2527_A5"> <turbine_engine name="V2527_A5">
<milthrust> 23000 </milthrust> <milthrust> 26600 </milthrust> <!-- Will put proper thrust amount once FDE sorted out -->
<bypassratio> 7.1 </bypassratio> <bypassratio> 7.1 </bypassratio>
<tsfc> 0.8 </tsfc> <tsfc> 0.8 </tsfc>
<bleed> 0.03 </bleed> <bleed> 0.03 </bleed>

View file

@ -12,7 +12,7 @@
--> -->
<turbine_engine name="V2527_A5"> <turbine_engine name="V2527_A5">
<milthrust> 32000 </milthrust> <milthrust> 26600 </milthrust> <!-- Will put proper thrust amount once FDE sorted out -->
<bypassratio> 7.1 </bypassratio> <bypassratio> 7.1 </bypassratio>
<tsfc> 0.8 </tsfc> <tsfc> 0.8 </tsfc>
<bleed> 0.03 </bleed> <bleed> 0.03 </bleed>

View file

@ -329,7 +329,7 @@
<animation> <animation>
<type>textranslate</type> <type>textranslate</type>
<object-name>alt-tape-1</object-name> <object-name>alt-tape-1</object-name>
<property>instrumentation/altimeter/indicated-altitude-ft-pfd</property> <property>instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.000019141</factor> <factor>0.000019141</factor>
<axis> <axis>
<y>1</y> <y>1</y>
@ -468,7 +468,7 @@
<animation> <animation>
<type>texrotate</type> <type>texrotate</type>
<object-name>vsi</object-name> <object-name>vsi</object-name>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property> <property>/it-autoflight/internal/vert-speed-fpm-filtered</property>
<interpolation> <interpolation>
<entry><ind>-3300</ind><dep> 58</dep></entry> <entry><ind>-3300</ind><dep> 58</dep></entry>
<entry><ind>-3000</ind><dep> 57</dep></entry> <entry><ind>-3000</ind><dep> 57</dep></entry>
@ -985,27 +985,116 @@
</font-resolution> </font-resolution>
</text> </text>
<animation>
<type>texmultiple</type>
<object-name>trgt-spd-man</object-name>
<transform>
<subtype>textranslate</subtype>
<property>/it-autoflight/input/spd-kts</property>
<factor>0.002001953</factor>
<axis>
<y>-1</y>
<x>0</x>
<z>0</z>
</axis>
</transform>
<transform>
<subtype>textranslate</subtype>
<property>instrumentation/airspeed-indicator/indicated-speed-kt</property>
<factor>0.002001953</factor>
<axis>
<y>1</y>
<x>0</x>
<z>0</z>
</axis>
</transform>
</animation>
<animation> <animation>
<type>select</type> <type>select</type>
<object-name>man-spd</object-name> <object-name>man-spd</object-name>
<object-name>man-mach-lower</object-name>
<condition> <condition>
<equals> <and>
<property>/it-autoflight/input/kts-mach</property> <greater-than-equals>
<value>0</value> <expression>
</equals> <dif>
<property>/it-autoflight/input/spd-kts</property>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
</dif>
</expression>
<value>70</value>
</greater-than-equals>
<equals>
<property>/it-autoflight/input/kts-mach</property>
<value>0</value>
</equals>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>man-spd-lower</object-name>
<condition>
<and>
<less-than-equals>
<expression>
<dif>
<property>/it-autoflight/input/spd-kts</property>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
</dif>
</expression>
<value>-70</value>
</less-than-equals>
<equals>
<property>/it-autoflight/input/kts-mach</property>
<value>0</value>
</equals>
</and>
</condition> </condition>
</animation> </animation>
<animation> <animation>
<type>select</type> <type>select</type>
<object-name>man-mach</object-name> <object-name>man-mach</object-name>
<object-name>man-spd-lower</object-name>
<condition> <condition>
<equals> <and>
<property>/it-autoflight/input/kts-mach</property> <greater-than-equals>
<value>1</value> <expression>
</equals> <dif>
<property>/it-autoflight/input/spd-kts</property>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
</dif>
</expression>
<value>70</value>
</greater-than-equals>
<equals>
<property>/it-autoflight/input/kts-mach</property>
<value>1</value>
</equals>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>man-mach-lower</object-name>
<condition>
<and>
<less-than-equals>
<expression>
<dif>
<property>/it-autoflight/input/spd-kts</property>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
</dif>
</expression>
<value>-70</value>
</less-than-equals>
<equals>
<property>/it-autoflight/input/kts-mach</property>
<value>1</value>
</equals>
</and>
</condition> </condition>
</animation> </animation>
@ -1799,6 +1888,63 @@
</font-resolution> </font-resolution>
</text> </text>
<animation>
<type>select</type>
<object-name>man-alt</object-name>
<condition>
<greater-than-equals>
<expression>
<dif>
<property>/it-autoflight/internal/alt</property>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
</dif>
</expression>
<value>4300</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>man-alt-lower</object-name>
<condition>
<less-than-equals>
<expression>
<dif>
<property>/it-autoflight/internal/alt</property>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
</dif>
</expression>
<value>-4300</value>
</less-than-equals>
</condition>
</animation>
<animation>
<type>texmultiple</type>
<object-name>target-alt-sel</object-name>
<transform>
<subtype>textranslate</subtype>
<property>/it-autoflight/internal/alt</property>
<factor>0.000019141</factor>
<axis>
<y>-1</y>
<x>0</x>
<z>0</z>
</axis>
</transform>
<transform>
<subtype>textranslate</subtype>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.000019141</factor>
<axis>
<y>1</y>
<x>0</x>
<z>0</z>
</axis>
</transform>
</animation>
<!-- VS Numbers --> <!-- VS Numbers -->
<text> <text>
@ -1812,7 +1958,7 @@
<axis-alignment>yz-plane</axis-alignment> <axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type> <type type="string">number-value</type>
<format type="string">%2.0f</format> <format type="string">%2.0f</format>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm-pfd</property> <property>/it-autoflight/internal/vert-speed-fpm-pfd</property>
<truncate type="bool">false</truncate> <truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font> <font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text> <draw-text type="bool">true</draw-text>
@ -1836,7 +1982,7 @@
<axis-alignment>yz-plane</axis-alignment> <axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type> <type type="string">number-value</type>
<format type="string">%2.0f</format> <format type="string">%2.0f</format>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm-pfd</property> <property>/it-autoflight/internal/vert-speed-fpm-pfd</property>
<truncate type="bool">false</truncate> <truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font> <font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text> <draw-text type="bool">true</draw-text>
@ -1854,8 +2000,8 @@
<object-name>vs-num</object-name> <object-name>vs-num</object-name>
<condition> <condition>
<greater-than-equals> <greater-than-equals>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property> <property>/it-autoflight/internal/vert-speed-fpm-pfd</property>
<value>200</value> <value>2</value>
</greater-than-equals> </greater-than-equals>
</condition> </condition>
</animation> </animation>
@ -1865,8 +2011,8 @@
<object-name>vs-num-lower</object-name> <object-name>vs-num-lower</object-name>
<condition> <condition>
<less-than-equals> <less-than-equals>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property> <property>/it-autoflight/internal/vert-speed-fpm-pfd</property>
<value>-200</value> <value>-2</value>
</less-than-equals> </less-than-equals>
</condition> </condition>
</animation> </animation>

View file

@ -329,7 +329,7 @@
<animation> <animation>
<type>textranslate</type> <type>textranslate</type>
<object-name>alt-tape-1</object-name> <object-name>alt-tape-1</object-name>
<property>instrumentation/altimeter/indicated-altitude-ft-pfd</property> <property>instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.000019141</factor> <factor>0.000019141</factor>
<axis> <axis>
<y>1</y> <y>1</y>
@ -468,7 +468,7 @@
<animation> <animation>
<type>texrotate</type> <type>texrotate</type>
<object-name>vsi</object-name> <object-name>vsi</object-name>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property> <property>/it-autoflight/internal/vert-speed-fpm-filtered</property>
<interpolation> <interpolation>
<entry><ind>-3300</ind><dep> 58</dep></entry> <entry><ind>-3300</ind><dep> 58</dep></entry>
<entry><ind>-3000</ind><dep> 57</dep></entry> <entry><ind>-3000</ind><dep> 57</dep></entry>
@ -985,27 +985,116 @@
</font-resolution> </font-resolution>
</text> </text>
<animation>
<type>texmultiple</type>
<object-name>trgt-spd-man</object-name>
<transform>
<subtype>textranslate</subtype>
<property>/it-autoflight/input/spd-kts</property>
<factor>0.002001953</factor>
<axis>
<y>-1</y>
<x>0</x>
<z>0</z>
</axis>
</transform>
<transform>
<subtype>textranslate</subtype>
<property>instrumentation/airspeed-indicator/indicated-speed-kt</property>
<factor>0.002001953</factor>
<axis>
<y>1</y>
<x>0</x>
<z>0</z>
</axis>
</transform>
</animation>
<animation> <animation>
<type>select</type> <type>select</type>
<object-name>man-spd</object-name> <object-name>man-spd</object-name>
<object-name>man-mach-lower</object-name>
<condition> <condition>
<equals> <and>
<property>/it-autoflight/input/kts-mach</property> <greater-than-equals>
<value>0</value> <expression>
</equals> <dif>
<property>/it-autoflight/input/spd-kts</property>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
</dif>
</expression>
<value>70</value>
</greater-than-equals>
<equals>
<property>/it-autoflight/input/kts-mach</property>
<value>0</value>
</equals>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>man-spd-lower</object-name>
<condition>
<and>
<less-than-equals>
<expression>
<dif>
<property>/it-autoflight/input/spd-kts</property>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
</dif>
</expression>
<value>-70</value>
</less-than-equals>
<equals>
<property>/it-autoflight/input/kts-mach</property>
<value>0</value>
</equals>
</and>
</condition> </condition>
</animation> </animation>
<animation> <animation>
<type>select</type> <type>select</type>
<object-name>man-mach</object-name> <object-name>man-mach</object-name>
<object-name>man-spd-lower</object-name>
<condition> <condition>
<equals> <and>
<property>/it-autoflight/input/kts-mach</property> <greater-than-equals>
<value>1</value> <expression>
</equals> <dif>
<property>/it-autoflight/input/spd-kts</property>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
</dif>
</expression>
<value>70</value>
</greater-than-equals>
<equals>
<property>/it-autoflight/input/kts-mach</property>
<value>1</value>
</equals>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>man-mach-lower</object-name>
<condition>
<and>
<less-than-equals>
<expression>
<dif>
<property>/it-autoflight/input/spd-kts</property>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
</dif>
</expression>
<value>-70</value>
</less-than-equals>
<equals>
<property>/it-autoflight/input/kts-mach</property>
<value>1</value>
</equals>
</and>
</condition> </condition>
</animation> </animation>
@ -1799,6 +1888,63 @@
</font-resolution> </font-resolution>
</text> </text>
<animation>
<type>select</type>
<object-name>man-alt</object-name>
<condition>
<greater-than-equals>
<expression>
<dif>
<property>/it-autoflight/internal/alt</property>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
</dif>
</expression>
<value>4300</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>man-alt-lower</object-name>
<condition>
<less-than-equals>
<expression>
<dif>
<property>/it-autoflight/internal/alt</property>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
</dif>
</expression>
<value>-4300</value>
</less-than-equals>
</condition>
</animation>
<animation>
<type>texmultiple</type>
<object-name>target-alt-sel</object-name>
<transform>
<subtype>textranslate</subtype>
<property>/it-autoflight/internal/alt</property>
<factor>0.000019141</factor>
<axis>
<y>-1</y>
<x>0</x>
<z>0</z>
</axis>
</transform>
<transform>
<subtype>textranslate</subtype>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<factor>0.000019141</factor>
<axis>
<y>1</y>
<x>0</x>
<z>0</z>
</axis>
</transform>
</animation>
<!-- VS Numbers --> <!-- VS Numbers -->
<text> <text>
@ -1812,7 +1958,7 @@
<axis-alignment>yz-plane</axis-alignment> <axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type> <type type="string">number-value</type>
<format type="string">%2.0f</format> <format type="string">%2.0f</format>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm-pfd</property> <property>/it-autoflight/internal/vert-speed-fpm-pfd</property>
<truncate type="bool">false</truncate> <truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font> <font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text> <draw-text type="bool">true</draw-text>
@ -1836,7 +1982,7 @@
<axis-alignment>yz-plane</axis-alignment> <axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type> <type type="string">number-value</type>
<format type="string">%2.0f</format> <format type="string">%2.0f</format>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm-pfd</property> <property>/it-autoflight/internal/vert-speed-fpm-pfd</property>
<truncate type="bool">false</truncate> <truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font> <font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text> <draw-text type="bool">true</draw-text>
@ -1854,8 +2000,8 @@
<object-name>vs-num</object-name> <object-name>vs-num</object-name>
<condition> <condition>
<greater-than-equals> <greater-than-equals>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property> <property>/it-autoflight/internal/vert-speed-fpm-pfd</property>
<value>200</value> <value>2</value>
</greater-than-equals> </greater-than-equals>
</condition> </condition>
</animation> </animation>
@ -1865,8 +2011,8 @@
<object-name>vs-num-lower</object-name> <object-name>vs-num-lower</object-name>
<condition> <condition>
<less-than-equals> <less-than-equals>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property> <property>/it-autoflight/internal/vert-speed-fpm-pfd</property>
<value>-200</value> <value>-2</value>
</less-than-equals> </less-than-equals>
</condition> </condition>
</animation> </animation>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -1,7 +1,45 @@
AC3Db AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0 0 0 emis 0.658824 0.670588 0.67451 spec 0 0 0 shi 128 trans 0 MATERIAL "ac3dmat1" rgb 1 1 1 amb 0 0 0 emis 0.658824 0.670588 0.67451 spec 0 0 0 shi 128 trans 0
OBJECT world OBJECT world
kids 28 kids 30
OBJECT poly
name "target-alt-sel"
loc 0.000960576 -0.000264099 -0.0431903
texture "trgt-alt-man.png"
crease 45.000000
numvert 4
0 -0.0428304 -0.00623311
0 -0.0428304 0.00772078
0 0.0428304 0.00772078
0 0.0428304 -0.00623311
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.990386 0.217208
2 0.022378 0.217208
1 0.0223766 0.0507198
0 0.990386 0.0507198
kids 0
OBJECT poly
name "trgt-spd-man"
loc 0.00121828 0.000747255 0.0473924
texture "trgt-spd-man.png"
crease 45.000000
numvert 4
0 0.0424935 -0.00258292
0 0.0424935 0.00258288
0 -0.0424935 0.00258288
0 -0.0424935 -0.00258292
numsurf 1
SURF 0x30
mat 0
refs 4
0 0.998074 0.321737
1 0.800781 0.321737
2 0.800781 0.0447528
3 0.998074 0.0447528
kids 0
OBJECT poly OBJECT poly
name "horizon" name "horizon"
loc -0.00063943 0.000620101 0.00496066 loc -0.00063943 0.000620101 0.00496066
@ -80,7 +118,7 @@ refs 4
kids 0 kids 0
OBJECT poly OBJECT poly
name "hdg-bug" name "hdg-bug"
loc 0.00063943 -0.0563471 0.00488526 loc 0.00063943 -0.0563471 0.00570176
texture "hdg-bug.png" texture "hdg-bug.png"
crease 45.000000 crease 45.000000
numvert 4 numvert 4
@ -137,14 +175,14 @@ refs 4
kids 0 kids 0
OBJECT poly OBJECT poly
name "vsi" name "vsi"
loc 0.00091828 -0.000133 -0.068225 loc 0.00091828 -0.000133 -0.0683266
texture "symbols.png" texture "symbols.png"
crease 45.000000 crease 45.000000
numvert 4 numvert 4
0 -0.040099 -0.00324333 0 -0.040099 -0.00314169
0 -0.040099 0.00324335 0 -0.040099 0.00334499
0 0.040099 0.00324335 0 0.040099 0.00334499
0 0.040099 -0.00324333 0 0.040099 -0.00314169
numsurf 1 numsurf 1
SURF 0x30 SURF 0x30
mat 0 mat 0

View file

@ -0,0 +1,596 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0 0 0 emis 0.658824 0.670588 0.67451 spec 0 0 0 shi 128 trans 0
OBJECT world
kids 30
OBJECT poly
name "target-alt-sel"
loc 0.000960576 -0.000264099 -0.0431903
texture "trgt-alt-man.png"
crease 45.000000
numvert 4
0 -0.0428304 -0.00623311
0 -0.0428304 0.00772078
0 0.0428304 0.00772078
0 0.0428304 -0.00623311
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.990386 0.217208
2 0.022378 0.217208
1 0.0223766 0.0507198
0 0.990386 0.0507198
kids 0
OBJECT poly
name "trgt-spd-man"
loc 0.00121828 0.000747255 0.0473924
texture "trgt-spd-man.png"
crease 45.000000
numvert 4
0 0.0424935 -0.00258292
0 0.0424935 0.00258288
0 -0.0424935 0.00258288
0 -0.0424935 -0.00258292
numsurf 1
SURF 0x30
mat 0
refs 4
0 0.998074 0.321737
1 0.800781 0.321737
2 0.800781 0.0447528
3 0.998074 0.0447528
kids 0
OBJECT poly
name "horizon"
loc -0.00063943 0.000620101 0.00496066
texture "horizon.png"
crease 45.000000
numvert 4
0 0.0443777 -0.0369368
0 0.0443777 0.0369368
0 -0.0443777 0.0369368
0 -0.0443777 -0.0369368
numsurf 1
SURF 0x30
mat 0
refs 4
0 0.5875 0.5875
1 0.4125 0.5875
2 0.4125 0.4125
3 0.5875 0.4125
kids 0
OBJECT poly
name "hdg-tape"
loc -0.00063943 -0.0623471 0.00488526
texture "hdg-tape.png"
crease 45.000000
numvert 4
0 -0.00631734 -0.0361253
0 -0.00631734 0.0361253
0 0.00631731 0.0361253
0 0.00631731 -0.0361253
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.0605338 0.994588
2 -0.0513565 0.994588
1 -0.0513565 -0.0462684
0 0.0605338 -0.0462684
kids 0
OBJECT poly
name "trk-ind"
loc 0.00063943 -0.0623471 0.00488526
texture "trk-ind.png"
crease 45.000000
numvert 4
0 -0.00631734 -0.0361253
0 -0.00631734 0.0361253
0 0.00631731 0.0361253
0 0.00631731 -0.0361253
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.0605338 0.994588
2 -0.0513565 0.994588
1 -0.0513565 -0.0462684
0 0.0605338 -0.0462684
kids 0
OBJECT poly
name "loc-crs"
loc 0.00063943 -0.0623471 0.00488526
texture "loc-crs.png"
crease 45.000000
numvert 4
0 -0.00631734 -0.0361253
0 -0.00631734 0.0361253
0 0.00631731 0.0361253
0 0.00631731 -0.0361253
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.0605338 0.994588
2 -0.0513565 0.994588
1 -0.0513565 -0.0462684
0 0.0605338 -0.0462684
kids 0
OBJECT poly
name "hdg-bug"
loc 0.00063943 -0.0563471 0.00570176
texture "hdg-bug.png"
crease 45.000000
numvert 4
0 -0.00601734 -0.0361253
0 -0.00601734 0.0361253
0 0.00601731 0.0361253
0 0.00601731 -0.0361253
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.0605338 0.994588
2 -0.0513565 0.994588
1 -0.0513565 -0.0462684
0 0.0605338 -0.0462684
kids 0
OBJECT poly
name "alt-tape-1"
loc -0.00063943 -0.000264099 -0.0474465
texture "alt-tape.png"
crease 45.000000
numvert 4
0 0.0428304 -0.00806341
0 0.0428304 0.00806338
0 -0.0428304 0.00806338
0 -0.0428304 -0.00806341
numsurf 1
SURF 0x30
mat 0
refs 4
0 0.990386 0.217208
1 0.022378 0.217208
2 0.0223766 0.0507198
3 0.990386 0.0507198
kids 0
OBJECT poly
name "spd-tape"
loc -0.00063943 -0.000264099 0.0592757
texture "spd-tape.png"
crease 45.000000
numvert 4
0 -0.0428304 -0.00990531
0 -0.0428304 0.00990527
0 0.0428304 0.00990527
0 0.0428304 -0.00990531
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.498074 0.321737
2 0.00829178 0.321737
1 0.00829178 0.0447528
0 0.498074 0.0447528
kids 0
OBJECT poly
name "vsi"
loc 0.00091828 -0.000133 -0.0683266
texture "symbols.png"
crease 45.000000
numvert 4
0 -0.040099 -0.00314169
0 -0.040099 0.00334499
0 0.040099 0.00334499
0 0.040099 -0.00314169
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.660342 0.662271
2 0.638535 0.662271
1 0.638535 0.258462
0 0.660342 0.258462
kids 0
OBJECT poly
name "spdtrnd-up"
loc 0.00133822 0.021479 0.0513726
texture "spdtrend.png"
crease 45.000000
numvert 4
0 0.0210118 -0.00234548
0 0.0210118 0.00234544
0 -0.0210118 0.00234544
0 -0.0210118 -0.00234548
numsurf 1
SURF 0x30
mat 0
refs 4
0 0 0.496308
1 1.03601 0.496308
2 1.03601 -0.00461811
3 0 -0.00461811
kids 0
OBJECT poly
name "fd_pitch"
loc 0.00132974 0.000487308 0.00486699
texture "symbols.png"
crease 45.000000
numvert 4
0 0.000747245 -0.01934
0 0.000747245 0.01934
0 -0.000747245 0.01934
0 -0.000747245 -0.01934
numsurf 1
SURF 0x30
mat 0
refs 4
0 0.510324 0.464321
1 0.762653 0.464321
2 0.762653 0.461267
3 0.510324 0.461267
kids 0
OBJECT poly
name "centerbar"
loc 0.001346 -0.0015161 0.00461461
texture "symbols.png"
crease 45.000000
numvert 4
0 -0.00534438 -0.0329828
0 -0.00534438 0.0335832
0 0.00534438 0.0335832
0 0.00534438 -0.0329828
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.403727 0.933591
2 0.909275 0.933591
1 0.909275 0.783893
0 0.403727 0.783893
kids 0
OBJECT poly
name "sidestick-pos"
loc 0.00133541 0.000550993 0.00362843
texture "autoland.png"
crease 45.000000
numvert 4
0 0.0056307 -0.00368095
0 -0.0056307 -0.00368095
0 -0.0056307 0.00676597
0 0.0056307 0.00676597
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.791565 0.449709
2 0.68209 0.449709
1 0.68209 0.0104858
0 0.791565 0.0104858
kids 0
OBJECT poly
name "sidestick-max"
loc 0.00091828 -0.0216617 0.0287131
texture "autoland.png"
crease 45.000000
numvert 8
0 0.00402807 0.00438482
0 -0.00402807 0.00438482
0 -0.00402807 -0.00238551
0 0.00402807 -0.00238551
0 0.00402807 -0.0523576
0 -0.00402807 -0.0523576
0 -0.00402807 -0.0455873
0 0.00402807 -0.0455873
numsurf 2
SURF 0x30
mat 0
refs 4
0 0.629302 0.44775
1 0.520441 0.44775
2 0.520441 0.0183234
3 0.629302 0.0183234
SURF 0x30
mat 0
refs 4
7 0.629302 0.0183234
6 0.520441 0.0183234
5 0.520441 0.44775
4 0.629302 0.44775
kids 0
OBJECT poly
name "sidestick-max"
loc 0.00091828 0.0234689 0.0287131
texture "autoland.png"
crease 45.000000
numvert 8
0 -0.00378506 -0.00238554
0 -0.00378506 0.0043848
0 0.00378506 0.0043848
0 0.00378506 -0.00238554
0 -0.00378506 -0.0455873
0 -0.00378506 -0.0523576
0 0.00378506 -0.0523576
0 0.00378506 -0.0455873
numsurf 2
SURF 0x30
mat 0
refs 4
3 0.629302 0.44775
2 0.520441 0.44775
1 0.520441 0.0183234
0 0.629302 0.0183234
SURF 0x30
mat 0
refs 4
4 0.629302 0.0183234
5 0.520441 0.0183234
6 0.520441 0.44775
7 0.629302 0.44775
kids 0
OBJECT poly
name "gsscale"
loc 0.00091828 0.0004113 -0.0352752
texture "symbols.png"
crease 45.000000
numvert 4
0 -0.0361804 -0.00381497
0 0.0361804 -0.00381499
0 0.0361804 0.00381497
0 -0.0361804 0.00381498
numsurf 1
SURF 0x30
mat 0
refs 4
0 0.99826 0.988171
1 0.99826 0.0824336
2 0.947974 0.0824336
3 0.947974 0.988171
kids 0
OBJECT poly
name "locscale"
loc 0.00091828 -0.0478575 0.00489046
texture "symbols.png"
crease 45.000000
numvert 4
0 -0.00428779 -0.0357276
0 -0.00428779 0.0357276
0 0.00428777 0.0357276
0 0.00428777 -0.0357276
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.501561 0.112546
2 0.964105 0.112546
1 0.964105 0.00122176
0 0.501561 0.00122176
kids 0
OBJECT poly
name "gspointer"
loc 0.00226889 9.10088e-006 -0.0356073
texture "symbols.png"
crease 45.000000
numvert 4
0 0.00547617 0.0031265
0 -0.00547617 0.0031265
0 -0.00547617 -0.00312652
0 0.00547617 -0.00312652
numsurf 1
SURF 0x30
mat 0
refs 4
0 0.239237 0.294683
1 0.442683 0.294683
2 0.442683 0.0549766
3 0.239237 0.0549766
kids 0
OBJECT poly
name "locpointer"
loc 0.00226889 -0.0482638 0.00541306
texture "symbols.png"
crease 45.000000
numvert 4
0 -0.0031265 -0.00547615
0 -0.0031265 0.00547617
0 0.00312651 0.00547617
0 0.00312651 -0.00547615
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.239237 0.294683
2 0.442683 0.294683
1 0.442683 0.0549766
0 0.239237 0.0549766
kids 0
OBJECT poly
name "vls-tape"
loc 0.00091828 -0.000281699 0.0476063
texture "vls-tape.png"
crease 45.000000
numvert 4
-1e-005 0.0424935 -0.00136903
-1e-005 0.0424935 0.00136901
-1e-005 -0.0424935 0.00136901
-1e-005 -0.0424935 -0.00136903
numsurf 1
SURF 0x30
mat 0
refs 4
0 1 0.321832
1 0 0.321832
2 0 0.0448185
3 1 0.0448185
kids 0
OBJECT poly
name "stall-tape"
loc 0.00091828 -0.000281699 0.0476063
texture "spd-tape.png"
crease 45.000000
numvert 4
0 0.0424935 -0.00136903
0 0.0424935 0.00136901
0 -0.0424935 0.00136901
0 -0.0424935 -0.00136903
numsurf 1
SURF 0x30
mat 0
refs 4
0 0.598403 0.321832
1 0.501577 0.321832
2 0.501577 0.0448185
3 0.598403 0.0448185
kids 0
OBJECT poly
name "vfe-tape"
loc 0.00091828 -0.000281699 0.0476063
texture "spd-tape.png"
crease 45.000000
numvert 4
0 -0.0424935 -0.00136903
0 -0.0424935 0.00136901
0 0.0424935 0.00136901
0 0.0424935 -0.00136903
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.66857 0.321965
2 0.605455 0.321965
1 0.605455 0.0450599
0 0.66857 0.0450599
kids 0
OBJECT poly
name "bank"
loc 0.00147448 0.0381779 0.00511426
texture "symbols.png"
crease 45.000000
numvert 4
0 -0.00444023 -0.00535177
0 -0.00444022 0.00535178
0 0.00444023 0.00535178
0 0.00444023 -0.00535177
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.348876 0.567016
2 0.505593 0.567016
1 0.505593 0.295057
0 0.348876 0.295057
kids 0
OBJECT poly
name "alt-tape-2"
loc 0.00133137 0.000295199 -0.0595814
texture "alt-tape-2.png"
crease 45.000000
numvert 4
0 -0.00598263 -0.00278856
0 -0.00598263 0.00278853
0 0.00598263 0.00278853
0 0.00598263 -0.00278856
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.962665 0.356135
2 0.0568116 0.356135
1 0.0568116 -0.130193
0 0.962665 -0.130193
kids 0
OBJECT poly
name "radar-alt"
loc 0.000360576 -0.000264099 -0.0474465
texture "radar-alt.png"
crease 45.000000
numvert 4
0 0.0428304 -0.00806341
0 0.0428304 0.00806338
0 -0.0428304 0.00806338
0 -0.0428304 -0.00806341
numsurf 1
SURF 0x30
mat 0
refs 4
0 0.990386 0.217208
1 0.022378 0.217208
2 0.0223766 0.0507198
3 0.990386 0.0507198
kids 0
OBJECT poly
name "landing-elev"
loc 0.000360576 -0.000264099 -0.0474465
texture "arpt-elev.png"
crease 45.000000
numvert 4
0 0.0428304 -0.00806341
0 0.0428304 0.00806338
0 -0.0428304 0.00806338
0 -0.0428304 -0.00806341
numsurf 1
SURF 0x30
mat 0
refs 4
0 0.990386 0.217208
1 0.022378 0.217208
2 0.0223766 0.0507198
3 0.990386 0.0507198
kids 0
OBJECT poly
name "rect"
loc 0.0643506 4.65661e-010 2.32831e-010
texture "mask.png"
crease 45.000000
numvert 4
-0.0639733 0.0784821 -0.0784821
-0.0639733 0.0784821 0.0784821
-0.0639733 -0.0784821 0.0784821
-0.0639733 -0.0784821 -0.0784821
numsurf 1
SURF 0x30
mat 0
refs 4
0 1 1
1 0 1
2 0 0
3 1 0
kids 0
OBJECT poly
name "spdtrnd-down"
loc 0.00133822 -0.0211824 0.0513713
texture "spdtrend.png"
crease 45.000000
numvert 4
0 0.0210118 0.00234548
0 0.0210118 -0.00234545
0 -0.0210118 -0.00234544
0 -0.0210118 0.00234548
numsurf 1
SURF 0x30
mat 0
refs 4
3 0 0.496308
2 1.03601 0.496308
1 1.03601 -0.00461811
0 0 -0.00461811
kids 0
OBJECT poly
name "fd_roll"
loc 0.00132974 0.000720247 0.00489718
texture "symbols.png"
crease 45.000000
numvert 4
0 0.0195466 -0.000817249
0 -0.0195466 -0.000817249
0 -0.0195466 0.000817249
0 0.0195466 0.000817249
numsurf 1
SURF 0x30
mat 0
refs 4
3 0.510324 0.464321
2 0.762653 0.464321
1 0.762653 0.461267
0 0.510324 0.461267
kids 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -196,20 +196,48 @@
<filter> <filter>
<name>V/S PFD</name> <name>V/S PFD</name>
<type>gain</type> <type>noise-spike</type>
<gain>1</gain>
<update-interval-secs type="double">0.05</update-interval-secs> <update-interval-secs type="double">0.05</update-interval-secs>
<input> <input>
<expression> <expression>
<floor> <floor>
<div> <div>
<property>/instrumentation/vertical-speed-indicator/indicated-speed-fpm</property> <property>/it-autoflight/internal/vert-speed-fpm</property>
<value>100</value> <value>100</value>
</div> </div>
</floor> </floor>
</expression> </expression>
</input> </input>
<output>/instrumentation/vertical-speed-indicator/indicated-speed-fpm-pfd</output> <output>/it-autoflight/internal/vert-speed-fpm-pfd</output>
<max-rate-of-change>5</max-rate-of-change>
</filter>
<filter>
<name>V/S 2 PFD</name>
<type>noise-spike</type>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<property>/it-autoflight/internal/vert-speed-fpm</property>
</input>
<output>/it-autoflight/internal/vert-speed-fpm-filtered</output>
<max-rate-of-change>500</max-rate-of-change>
</filter>
<filter>
<name>PFD IAS Sync</name>
<type>gain</type>
<gain>1</gain>
<enable>
<condition>
<equals>
<property>/it-autoflight/input/kts-mach</property>
<value>1</value>
</equals>
</condition>
</enable>
<update-interval-secs type="double">0.5</update-interval-secs>
<input>/instrumentation/airspeed-indicator/indicated-speed-kt</input>
<output>/it-autoflight/input/spd-kts</output>
</filter> </filter>
<filter> <filter>

View file

@ -542,7 +542,8 @@
</less-than> </less-than>
</and> </and>
</condition> </condition>
<value>0.0</value> <property>/controls/flight/rudder</property>
<scale>0.5</scale>
</input> </input>
<input> <input>
<condition> <condition>
@ -561,12 +562,12 @@
</greater-than-equals> </greater-than-equals>
</or> </or>
</condition> </condition>
<expression> <expression>
<sum> <sum>
<property>/controls/flight/rudder-fbw</property> <property>/controls/flight/rudder-fbw</property>
<property>/controls/flight/rudder-trim</property> <property>/controls/flight/rudder-trim</property>
</sum> </sum>
</expression> </expression>
</input> </input>
<output>/controls/flight/rudder-fdm-cmd</output> <output>/controls/flight/rudder-fdm-cmd</output>
<min>-1.0</min> <min>-1.0</min>

View file

@ -543,8 +543,8 @@
<gamma>0</gamma> <gamma>0</gamma>
<Ti>5.0</Ti> <Ti>5.0</Ti>
<Td>0.00000001</Td> <Td>0.00000001</Td>
<u_min>-0.2</u_min> <u_min>-0.4</u_min>
<u_max>0.2</u_max> <u_max>0.4</u_max>
</config> </config>
</pid-controller> </pid-controller>