PERF
This commit is contained in:
parent
4cbf0e82c3
commit
2cfd78c6a3
19 changed files with 2414 additions and 8 deletions
|
@ -154,7 +154,7 @@
|
||||||
<type type="string">text-value</type>
|
<type type="string">text-value</type>
|
||||||
<format type="string">----/----------</format>
|
<format type="string">----/----------</format>
|
||||||
<truncate type="bool">false</truncate>
|
<truncate type="bool">false</truncate>
|
||||||
<font type="string">BoeingCDU-Small.ttf</font>
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
<property>autopilot/serviceable</property>
|
<property>autopilot/serviceable</property>
|
||||||
<draw-text type="bool">true</draw-text>
|
<draw-text type="bool">true</draw-text>
|
||||||
<draw-alignment type="bool">false</draw-alignment>
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
@ -388,7 +388,7 @@
|
||||||
<type type="string">text-value</type>
|
<type type="string">text-value</type>
|
||||||
<format type="string">---</format>
|
<format type="string">---</format>
|
||||||
<truncate type="bool">false</truncate>
|
<truncate type="bool">false</truncate>
|
||||||
<font type="string">BoeingCDU-Small.ttf</font>
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
<property>autopilot/serviceable</property>
|
<property>autopilot/serviceable</property>
|
||||||
<draw-text type="bool">true</draw-text>
|
<draw-text type="bool">true</draw-text>
|
||||||
<draw-alignment type="bool">false</draw-alignment>
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
@ -505,7 +505,7 @@
|
||||||
<type type="string">text-value</type>
|
<type type="string">text-value</type>
|
||||||
<format type="string">----- /---</format>
|
<format type="string">----- /---</format>
|
||||||
<truncate type="bool">false</truncate>
|
<truncate type="bool">false</truncate>
|
||||||
<font type="string">BoeingCDU-Small.ttf</font>
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
<property>autopilot/serviceable</property>
|
<property>autopilot/serviceable</property>
|
||||||
<draw-text type="bool">true</draw-text>
|
<draw-text type="bool">true</draw-text>
|
||||||
<draw-alignment type="bool">false</draw-alignment>
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
|
|
@ -92,6 +92,28 @@
|
||||||
</condition>
|
</condition>
|
||||||
</model>
|
</model>
|
||||||
|
|
||||||
|
<model>
|
||||||
|
<name>TO</name>
|
||||||
|
<path>PERF/TO/TO.xml</path>
|
||||||
|
<offsets>
|
||||||
|
<heading-deg>180</heading-deg>
|
||||||
|
<roll-deg>180</roll-deg>
|
||||||
|
<pitch-deg>90</pitch-deg>
|
||||||
|
</offsets>
|
||||||
|
<condition>
|
||||||
|
<and>
|
||||||
|
<greater-than-equals>
|
||||||
|
<property>/systems/electrical/bus/ac1</property>
|
||||||
|
<value>25</value>
|
||||||
|
</greater-than-equals>
|
||||||
|
<equals>
|
||||||
|
<property>/MCDU[0]/page</property>
|
||||||
|
<value>TO</value>
|
||||||
|
</equals>
|
||||||
|
</and>
|
||||||
|
</condition>
|
||||||
|
</model>
|
||||||
|
|
||||||
<model>
|
<model>
|
||||||
<name>DATA2</name>
|
<name>DATA2</name>
|
||||||
<path>DATA2/DATA2.xml</path>
|
<path>DATA2/DATA2.xml</path>
|
||||||
|
@ -152,6 +174,37 @@
|
||||||
</action>
|
</action>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>pick</type>
|
||||||
|
<object-name>perf</object-name>
|
||||||
|
<action>
|
||||||
|
<button>0</button>
|
||||||
|
<repeatable>false</repeatable>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>mcdu1.pagebutton("perfto");</script>
|
||||||
|
<condition>
|
||||||
|
<and>
|
||||||
|
<greater-than-equals>
|
||||||
|
<property>/systems/electrical/bus/ac1</property>
|
||||||
|
<value>25</value>
|
||||||
|
</greater-than-equals>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>/FMGC/status/phase</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/FMGC/status/phase</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</or>
|
||||||
|
</and>
|
||||||
|
</condition>
|
||||||
|
</binding>
|
||||||
|
</action>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>pick</type>
|
<type>pick</type>
|
||||||
<object-name>L4</object-name>
|
<object-name>L4</object-name>
|
||||||
|
|
3
Models/Instruments/MCDU1/PERF/TO/EMPTY.ac
Normal file
3
Models/Instruments/MCDU1/PERF/TO/EMPTY.ac
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
AC3Db
|
||||||
|
OBJECT world
|
||||||
|
kids 0
|
254
Models/Instruments/MCDU1/PERF/TO/INITBOX.ac
Normal file
254
Models/Instruments/MCDU1/PERF/TO/INITBOX.ac
Normal file
|
@ -0,0 +1,254 @@
|
||||||
|
AC3Db
|
||||||
|
MATERIAL "ac3dmat1" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0 0 0 shi 128 trans 0
|
||||||
|
MATERIAL "ac3dmat1" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 1 1 1 shi 0 trans 0
|
||||||
|
OBJECT world
|
||||||
|
kids 4
|
||||||
|
OBJECT poly
|
||||||
|
name "vr"
|
||||||
|
loc -0.0660365 -0.00059823 0.0488058
|
||||||
|
data 10
|
||||||
|
enginepane
|
||||||
|
texture "amberbox.png"
|
||||||
|
crease 30.000002
|
||||||
|
numvert 4
|
||||||
|
0.0072827 1.234e-008 -0.00375979
|
||||||
|
0.0072827 1.234e-008 -0.0135435
|
||||||
|
0.00300431 4.88944e-009 -0.0135435
|
||||||
|
0.00300431 4.88944e-009 -0.00375979
|
||||||
|
numsurf 1
|
||||||
|
SURF 0x0
|
||||||
|
mat 1
|
||||||
|
refs 4
|
||||||
|
3 0.637703 0.340808
|
||||||
|
0 0.637703 0.148962
|
||||||
|
1 0.772026 0.148962
|
||||||
|
2 0.772026 0.340808
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "v1"
|
||||||
|
loc -0.0766055 -0.00059823 0.0486379
|
||||||
|
data 10
|
||||||
|
enginepane
|
||||||
|
texture "amberbox.png"
|
||||||
|
crease 30.000002
|
||||||
|
numvert 4
|
||||||
|
0.00300431 4.88944e-009 -0.00375979
|
||||||
|
0.00300431 4.88944e-009 -0.0135435
|
||||||
|
0.0072827 1.234e-008 -0.0135435
|
||||||
|
0.0072827 1.234e-008 -0.00375979
|
||||||
|
numsurf 1
|
||||||
|
SURF 0x0
|
||||||
|
mat 1
|
||||||
|
refs 4
|
||||||
|
0 0.636564 0.340902
|
||||||
|
3 0.636564 0.149056
|
||||||
|
2 0.770887 0.149056
|
||||||
|
1 0.770887 0.340902
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "v2"
|
||||||
|
loc -0.055732 -0.00059823 0.0488504
|
||||||
|
data 10
|
||||||
|
enginepane
|
||||||
|
texture "amberbox.png"
|
||||||
|
crease 30.000002
|
||||||
|
numvert 4
|
||||||
|
0.0072827 1.234e-008 -0.00375979
|
||||||
|
0.0072827 1.234e-008 -0.0135435
|
||||||
|
0.00300431 4.88944e-009 -0.0135435
|
||||||
|
0.00300431 4.88944e-009 -0.00375979
|
||||||
|
numsurf 1
|
||||||
|
SURF 0x0
|
||||||
|
mat 1
|
||||||
|
refs 4
|
||||||
|
3 0.637016 0.341223
|
||||||
|
0 0.637016 0.149377
|
||||||
|
1 0.771339 0.149377
|
||||||
|
2 0.771339 0.341223
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "box"
|
||||||
|
loc 0.00817372 -0.0901982 -0.000188377
|
||||||
|
texture "bg.jpg"
|
||||||
|
crease 45.000000
|
||||||
|
numvert 32
|
||||||
|
-0.0955113 0.0766067 0.0464514
|
||||||
|
-0.0955114 0.0766082 -0.0444134
|
||||||
|
-0.0955114 0.0766082 -0.0447677
|
||||||
|
-0.0955114 0.0766082 -0.0454758
|
||||||
|
-0.0955113 0.0766067 0.0468931
|
||||||
|
-0.0955113 0.0766067 0.0468114
|
||||||
|
-0.0955114 0.0766082 -0.0457814
|
||||||
|
-0.0167362 0.0766096 -0.0452061
|
||||||
|
-0.0173247 0.0766096 -0.045761
|
||||||
|
-0.0167736 0.0766082 0.0471958
|
||||||
|
-0.0165575 0.0766082 0.046439
|
||||||
|
-0.0181283 0.0766096 -0.0444482
|
||||||
|
-0.0181703 0.0766082 0.046439
|
||||||
|
-0.0948978 0.0766082 -0.0444134
|
||||||
|
-0.0948642 0.0766067 0.0464514
|
||||||
|
-0.0948978 0.0766082 -0.0457814
|
||||||
|
-0.0181283 0.0766096 -0.0457814
|
||||||
|
-0.0173122 0.0766312 -0.0457814
|
||||||
|
-0.0174052 0.0766096 -0.0457814
|
||||||
|
-0.0951288 0.0766067 0.0468931
|
||||||
|
-0.0948642 0.0766067 0.0468931
|
||||||
|
-0.0166872 0.0766082 0.0468931
|
||||||
|
-0.0173323 0.0766082 0.0468931
|
||||||
|
-0.0181703 0.0766082 0.0468931
|
||||||
|
-0.0178909 0.0766082 0.0468931
|
||||||
|
-0.0165618 0.0766082 0.046439
|
||||||
|
-0.0165618 0.0766096 -0.0445924
|
||||||
|
-0.0165618 0.0767837 -0.0453011
|
||||||
|
-0.0165618 0.0766082 0.046454
|
||||||
|
-0.016831 0.076744 -0.0457814
|
||||||
|
-0.0165618 0.0766096 -0.0444482
|
||||||
|
-0.0165618 0.0768194 0.047311
|
||||||
|
numsurf 22
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
28 0.130849 0.575937
|
||||||
|
21 0.127384 0.576512
|
||||||
|
9 0.124996 0.576908
|
||||||
|
31 0.124087 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 5
|
||||||
|
29 0.858692 0.575937
|
||||||
|
17 0.858692 0.579377
|
||||||
|
8 0.858531 0.579434
|
||||||
|
7 0.854152 0.576736
|
||||||
|
27 0.854902 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
26 0.849307 0.575937
|
||||||
|
7 0.854152 0.576736
|
||||||
|
11 0.848169 0.583119
|
||||||
|
30 0.848169 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
27 0.854902 0.575937
|
||||||
|
7 0.854152 0.576736
|
||||||
|
26 0.849307 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
30 0.848169 0.575937
|
||||||
|
11 0.848169 0.583119
|
||||||
|
12 0.130967 0.583312
|
||||||
|
25 0.130967 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 5
|
||||||
|
25 0.130967 0.575937
|
||||||
|
12 0.130967 0.583312
|
||||||
|
22 0.127384 0.579469
|
||||||
|
21 0.127384 0.576512
|
||||||
|
28 0.130849 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
28 0.130849 0.575937
|
||||||
|
10 0.130967 0.575917
|
||||||
|
25 0.130967 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
24 0.127383 0.582031
|
||||||
|
12 0.130967 0.583312
|
||||||
|
23 0.127383 0.583312
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
22 0.127384 0.579469
|
||||||
|
12 0.130967 0.583312
|
||||||
|
24 0.127383 0.582031
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
23 0.127383 0.583312
|
||||||
|
12 0.130967 0.583312
|
||||||
|
14 0.130868 0.934955
|
||||||
|
20 0.127383 0.934955
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
20 0.127383 0.934955
|
||||||
|
14 0.130868 0.934955
|
||||||
|
19 0.127382 0.936169
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
18 0.858692 0.579803
|
||||||
|
8 0.858531 0.579434
|
||||||
|
17 0.858692 0.579377
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
16 0.85869 0.583119
|
||||||
|
11 0.848169 0.583119
|
||||||
|
8 0.858531 0.579434
|
||||||
|
18 0.858692 0.579803
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
15 0.858691 0.93511
|
||||||
|
13 0.847897 0.93511
|
||||||
|
11 0.848169 0.583119
|
||||||
|
16 0.85869 0.583119
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
7 0.854152 0.576736
|
||||||
|
8 0.858531 0.579434
|
||||||
|
11 0.848169 0.583119
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
12 0.130967 0.583312
|
||||||
|
11 0.848169 0.583119
|
||||||
|
13 0.847897 0.93511
|
||||||
|
14 0.130868 0.934955
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
3 0.85628 0.937922
|
||||||
|
13 0.847897 0.93511
|
||||||
|
15 0.858691 0.93511
|
||||||
|
6 0.858691 0.937922
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
4 0.127383 0.937922
|
||||||
|
19 0.127382 0.936169
|
||||||
|
14 0.130868 0.934955
|
||||||
|
5 0.128028 0.937922
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
5 0.128028 0.937922
|
||||||
|
14 0.130868 0.934955
|
||||||
|
0 0.130868 0.937923
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
2 0.850692 0.937923
|
||||||
|
13 0.847897 0.93511
|
||||||
|
3 0.85628 0.937922
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
1 0.847897 0.937924
|
||||||
|
13 0.847897 0.93511
|
||||||
|
2 0.850692 0.937923
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
0 0.130868 0.937923
|
||||||
|
14 0.130868 0.934955
|
||||||
|
13 0.847897 0.93511
|
||||||
|
1 0.847897 0.937924
|
||||||
|
kids 0
|
13
Models/Instruments/MCDU1/PERF/TO/INITBOX.xml
Normal file
13
Models/Instruments/MCDU1/PERF/TO/INITBOX.xml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
##################################################################
|
||||||
|
# A3XX mCDU by Joshua Davidson (it0uchpods) and Jonathan Redpath #
|
||||||
|
##################################################################
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
|
||||||
|
<path>INITBOX.ac</path>
|
||||||
|
|
||||||
|
</PropertyList>
|
868
Models/Instruments/MCDU1/PERF/TO/TO.xml
Normal file
868
Models/Instruments/MCDU1/PERF/TO/TO.xml
Normal file
|
@ -0,0 +1,868 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
##################################################################
|
||||||
|
# A3XX mCDU by Joshua Davidson (it0uchpods) and Jonathan Redpath #
|
||||||
|
##################################################################
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
|
||||||
|
<path>EMPTY.ac</path>
|
||||||
|
|
||||||
|
<!--<model>
|
||||||
|
<name>INITBOX</name>
|
||||||
|
<path>INITBOX.xml</path>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.0</y-m>
|
||||||
|
<z-m>0.0</z-m>
|
||||||
|
<heading-deg>-180</heading-deg>
|
||||||
|
<roll-deg>-180</roll-deg>
|
||||||
|
<pitch-deg>-90</pitch-deg>
|
||||||
|
</offsets>
|
||||||
|
</model>-->
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>page</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.0</y-m>
|
||||||
|
<z-m>0.083</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>center-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">TAKE OFF</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<model>
|
||||||
|
<name>INITBOX</name>
|
||||||
|
<path>INITBOX.xml</path>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.0</y-m>
|
||||||
|
<z-m>0.0</z-m>
|
||||||
|
<heading-deg>-180</heading-deg>
|
||||||
|
<roll-deg>-180</roll-deg>
|
||||||
|
<pitch-deg>-90</pitch-deg>
|
||||||
|
</offsets>
|
||||||
|
</model>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>v1</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0755</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">V1</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flprtr</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.0755</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">FLP RTR</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flprtr2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.0715</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">F=</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>rwy</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0755</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">RWY</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>rwy2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0715</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">---</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>vr</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.065</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">VR</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>sltrtr</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.065</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">SLT RTR</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>sltrtr2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.0605</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">S=</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>shift</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.044</y-m>
|
||||||
|
<z-m>0.065</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">TO SHIFT</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>shift2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.028</y-m>
|
||||||
|
<z-m>0.0605</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">[M]</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>toshift3</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0605</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">[ ]*</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flapsmcdu2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0545</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">FLAPS/THS</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flapsmcdu</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0505</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">[ ]/[ ]</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>v2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0545</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">V2</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>clean</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.0545</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">CLEAN</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>clean2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.0505</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">O=</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>trans</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0435</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">TRANS ALT</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>trans2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0395</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">18000</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>eoaccel</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.030</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">[ ]</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>eoaccel2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0345</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">ENG OUT ACC</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>thredacc</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0345</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">THR RED/ACC</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>thred</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.030</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">1500/1500</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flex2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.042</y-m>
|
||||||
|
<z-m>0.0435</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">FLEX TO TEMP</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flex</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.039</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">[ ]</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>uplink</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0230</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">UPLINK</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
<text>
|
||||||
|
<name>todata</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0190</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string"><TO DATA</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>next</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.041</y-m>
|
||||||
|
<z-m>0.0230</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">NEXT</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
<text>
|
||||||
|
<name>phase</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.043</y-m>
|
||||||
|
<z-m>0.0190</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">PHASE></format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<!-- Colors -->
|
||||||
|
<!-- White -->
|
||||||
|
<animation>
|
||||||
|
<type>material</type>
|
||||||
|
<object-name>page</object-name>
|
||||||
|
<object-name>todata</object-name>
|
||||||
|
<object-name>uplink</object-name>
|
||||||
|
<object-name>v1</object-name>
|
||||||
|
<object-name>v2</object-name>
|
||||||
|
<object-name>vr</object-name>
|
||||||
|
<object-name>rwy</object-name>
|
||||||
|
<object-name>trans</object-name>
|
||||||
|
<object-name>next</object-name>
|
||||||
|
<object-name>phase</object-name>
|
||||||
|
<object-name>shift</object-name>
|
||||||
|
<object-name>flex2</object-name>
|
||||||
|
<object-name>thredacc</object-name>
|
||||||
|
<object-name>flapsmcdu2</object-name>
|
||||||
|
<object-name>eoaccel2</object-name>
|
||||||
|
<object-name>flprtr</object-name>
|
||||||
|
<object-name>sltrtr</object-name>
|
||||||
|
<object-name>clean</object-name>
|
||||||
|
<!-- do not add in shift2, flprtr2, sltrtr2, or clean2 as that would make them the wrong shade of white -->
|
||||||
|
<diffuse>
|
||||||
|
<red>1</red>
|
||||||
|
<green>1</green>
|
||||||
|
<blue>1</blue>
|
||||||
|
</diffuse>
|
||||||
|
<ambient>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</ambient>
|
||||||
|
<specular>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</specular>
|
||||||
|
<emission>
|
||||||
|
<red>1</red>
|
||||||
|
<green>1</green>
|
||||||
|
<blue>1</blue>
|
||||||
|
</emission>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<!-- Amber
|
||||||
|
<animation>
|
||||||
|
<type>material</type>
|
||||||
|
<object-name>initreq</object-name>
|
||||||
|
<object-name>alignirs</object-name>
|
||||||
|
<object-name>alignirs-arrow</object-name>
|
||||||
|
<object-name>initreq</object-name>
|
||||||
|
<object-name>requeststar</object-name>
|
||||||
|
<object-name>request</object-name>
|
||||||
|
<object-name>fromtobox</object-name>
|
||||||
|
|
||||||
|
<diffuse>
|
||||||
|
<red>1</red>
|
||||||
|
<green>0.3</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</diffuse>
|
||||||
|
<ambient>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</ambient>
|
||||||
|
<specular>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</specular>
|
||||||
|
<emission>
|
||||||
|
<red>1</red>
|
||||||
|
<green>0.3</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</emission>
|
||||||
|
</animation> -->
|
||||||
|
|
||||||
|
<!-- Green -->
|
||||||
|
<animation>
|
||||||
|
<type>material</type>
|
||||||
|
<object-name>rwy2</object-name>
|
||||||
|
<diffuse>
|
||||||
|
<red>0.2</red>
|
||||||
|
<green>0.4</green>
|
||||||
|
<blue>0.2</blue>
|
||||||
|
</diffuse>
|
||||||
|
<ambient>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</ambient>
|
||||||
|
<specular>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</specular>
|
||||||
|
<emission>
|
||||||
|
<red>0.2</red>
|
||||||
|
<green>0.4</green>
|
||||||
|
<blue>0.2</blue>
|
||||||
|
</emission>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<!-- Blue -->
|
||||||
|
<animation>
|
||||||
|
<type>material</type>
|
||||||
|
<object-name>toshift3</object-name>
|
||||||
|
<object-name>flapsmcdu</object-name>
|
||||||
|
<object-name>trans2</object-name>
|
||||||
|
<object-name>eoaccel</object-name>
|
||||||
|
<object-name>thred</object-name>
|
||||||
|
<object-name>flex</object-name>
|
||||||
|
<diffuse>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0.5</green>
|
||||||
|
<blue>0.7</blue>
|
||||||
|
</diffuse>
|
||||||
|
<ambient>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</ambient>
|
||||||
|
<specular>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</specular>
|
||||||
|
<emission>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0.5</green>
|
||||||
|
<blue>0.7</blue>
|
||||||
|
</emission>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
</PropertyList>
|
BIN
Models/Instruments/MCDU1/PERF/TO/amberbox.png
Normal file
BIN
Models/Instruments/MCDU1/PERF/TO/amberbox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
Models/Instruments/MCDU1/PERF/TO/bg.jpg
Normal file
BIN
Models/Instruments/MCDU1/PERF/TO/bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
|
@ -154,7 +154,7 @@
|
||||||
<type type="string">text-value</type>
|
<type type="string">text-value</type>
|
||||||
<format type="string">----/----------</format>
|
<format type="string">----/----------</format>
|
||||||
<truncate type="bool">false</truncate>
|
<truncate type="bool">false</truncate>
|
||||||
<font type="string">BoeingCDU-Small.ttf</font>
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
<property>autopilot/serviceable</property>
|
<property>autopilot/serviceable</property>
|
||||||
<draw-text type="bool">true</draw-text>
|
<draw-text type="bool">true</draw-text>
|
||||||
<draw-alignment type="bool">false</draw-alignment>
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
@ -388,7 +388,7 @@
|
||||||
<type type="string">text-value</type>
|
<type type="string">text-value</type>
|
||||||
<format type="string">---</format>
|
<format type="string">---</format>
|
||||||
<truncate type="bool">false</truncate>
|
<truncate type="bool">false</truncate>
|
||||||
<font type="string">BoeingCDU-Small.ttf</font>
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
<property>autopilot/serviceable</property>
|
<property>autopilot/serviceable</property>
|
||||||
<draw-text type="bool">true</draw-text>
|
<draw-text type="bool">true</draw-text>
|
||||||
<draw-alignment type="bool">false</draw-alignment>
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
@ -505,7 +505,7 @@
|
||||||
<type type="string">text-value</type>
|
<type type="string">text-value</type>
|
||||||
<format type="string">----- /---</format>
|
<format type="string">----- /---</format>
|
||||||
<truncate type="bool">false</truncate>
|
<truncate type="bool">false</truncate>
|
||||||
<font type="string">BoeingCDU-Small.ttf</font>
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
<property>autopilot/serviceable</property>
|
<property>autopilot/serviceable</property>
|
||||||
<draw-text type="bool">true</draw-text>
|
<draw-text type="bool">true</draw-text>
|
||||||
<draw-alignment type="bool">false</draw-alignment>
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
|
|
@ -92,6 +92,28 @@
|
||||||
</condition>
|
</condition>
|
||||||
</model>
|
</model>
|
||||||
|
|
||||||
|
<model>
|
||||||
|
<name>TO</name>
|
||||||
|
<path>PERF/TO/TO.xml</path>
|
||||||
|
<offsets>
|
||||||
|
<heading-deg>180</heading-deg>
|
||||||
|
<roll-deg>180</roll-deg>
|
||||||
|
<pitch-deg>90</pitch-deg>
|
||||||
|
</offsets>
|
||||||
|
<condition>
|
||||||
|
<and>
|
||||||
|
<greater-than-equals>
|
||||||
|
<property>/systems/electrical/bus/ac2</property>
|
||||||
|
<value>25</value>
|
||||||
|
</greater-than-equals>
|
||||||
|
<equals>
|
||||||
|
<property>/MCDU[1]/page</property>
|
||||||
|
<value>TO</value>
|
||||||
|
</equals>
|
||||||
|
</and>
|
||||||
|
</condition>
|
||||||
|
</model>
|
||||||
|
|
||||||
<model>
|
<model>
|
||||||
<name>DATA2</name>
|
<name>DATA2</name>
|
||||||
<path>DATA2/DATA2.xml</path>
|
<path>DATA2/DATA2.xml</path>
|
||||||
|
@ -152,6 +174,37 @@
|
||||||
</action>
|
</action>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<animation>
|
||||||
|
<type>pick</type>
|
||||||
|
<object-name>perf</object-name>
|
||||||
|
<action>
|
||||||
|
<button>0</button>
|
||||||
|
<repeatable>false</repeatable>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>mcdu2.pagebutton("perfto");</script>
|
||||||
|
<condition>
|
||||||
|
<and>
|
||||||
|
<greater-than-equals>
|
||||||
|
<property>/systems/electrical/bus/ac1</property>
|
||||||
|
<value>25</value>
|
||||||
|
</greater-than-equals>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>/FMGC/status/phase</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/FMGC/status/phase</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</or>
|
||||||
|
</and>
|
||||||
|
</condition>
|
||||||
|
</binding>
|
||||||
|
</action>
|
||||||
|
</animation>
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>pick</type>
|
<type>pick</type>
|
||||||
<object-name>L4</object-name>
|
<object-name>L4</object-name>
|
||||||
|
|
3
Models/Instruments/MCDU2/PERF/TO/EMPTY.ac
Normal file
3
Models/Instruments/MCDU2/PERF/TO/EMPTY.ac
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
AC3Db
|
||||||
|
OBJECT world
|
||||||
|
kids 0
|
254
Models/Instruments/MCDU2/PERF/TO/INITBOX.ac
Normal file
254
Models/Instruments/MCDU2/PERF/TO/INITBOX.ac
Normal file
|
@ -0,0 +1,254 @@
|
||||||
|
AC3Db
|
||||||
|
MATERIAL "ac3dmat1" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0 0 0 shi 128 trans 0
|
||||||
|
MATERIAL "ac3dmat1" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 1 1 1 shi 0 trans 0
|
||||||
|
OBJECT world
|
||||||
|
kids 4
|
||||||
|
OBJECT poly
|
||||||
|
name "vr"
|
||||||
|
loc -0.0660365 -0.00059823 0.0488058
|
||||||
|
data 10
|
||||||
|
enginepane
|
||||||
|
texture "amberbox.png"
|
||||||
|
crease 30.000002
|
||||||
|
numvert 4
|
||||||
|
0.0072827 1.234e-008 -0.00375979
|
||||||
|
0.0072827 1.234e-008 -0.0135435
|
||||||
|
0.00300431 4.88944e-009 -0.0135435
|
||||||
|
0.00300431 4.88944e-009 -0.00375979
|
||||||
|
numsurf 1
|
||||||
|
SURF 0x0
|
||||||
|
mat 1
|
||||||
|
refs 4
|
||||||
|
3 0.637703 0.340808
|
||||||
|
0 0.637703 0.148962
|
||||||
|
1 0.772026 0.148962
|
||||||
|
2 0.772026 0.340808
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "v1"
|
||||||
|
loc -0.0766055 -0.00059823 0.0486379
|
||||||
|
data 10
|
||||||
|
enginepane
|
||||||
|
texture "amberbox.png"
|
||||||
|
crease 30.000002
|
||||||
|
numvert 4
|
||||||
|
0.00300431 4.88944e-009 -0.00375979
|
||||||
|
0.00300431 4.88944e-009 -0.0135435
|
||||||
|
0.0072827 1.234e-008 -0.0135435
|
||||||
|
0.0072827 1.234e-008 -0.00375979
|
||||||
|
numsurf 1
|
||||||
|
SURF 0x0
|
||||||
|
mat 1
|
||||||
|
refs 4
|
||||||
|
0 0.636564 0.340902
|
||||||
|
3 0.636564 0.149056
|
||||||
|
2 0.770887 0.149056
|
||||||
|
1 0.770887 0.340902
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "v2"
|
||||||
|
loc -0.055732 -0.00059823 0.0488504
|
||||||
|
data 10
|
||||||
|
enginepane
|
||||||
|
texture "amberbox.png"
|
||||||
|
crease 30.000002
|
||||||
|
numvert 4
|
||||||
|
0.0072827 1.234e-008 -0.00375979
|
||||||
|
0.0072827 1.234e-008 -0.0135435
|
||||||
|
0.00300431 4.88944e-009 -0.0135435
|
||||||
|
0.00300431 4.88944e-009 -0.00375979
|
||||||
|
numsurf 1
|
||||||
|
SURF 0x0
|
||||||
|
mat 1
|
||||||
|
refs 4
|
||||||
|
3 0.637016 0.341223
|
||||||
|
0 0.637016 0.149377
|
||||||
|
1 0.771339 0.149377
|
||||||
|
2 0.771339 0.341223
|
||||||
|
kids 0
|
||||||
|
OBJECT poly
|
||||||
|
name "box"
|
||||||
|
loc 0.00817372 -0.0901982 -0.000188377
|
||||||
|
texture "bg.jpg"
|
||||||
|
crease 45.000000
|
||||||
|
numvert 32
|
||||||
|
-0.0955113 0.0766067 0.0464514
|
||||||
|
-0.0955114 0.0766082 -0.0444134
|
||||||
|
-0.0955114 0.0766082 -0.0447677
|
||||||
|
-0.0955114 0.0766082 -0.0454758
|
||||||
|
-0.0955113 0.0766067 0.0468931
|
||||||
|
-0.0955113 0.0766067 0.0468114
|
||||||
|
-0.0955114 0.0766082 -0.0457814
|
||||||
|
-0.0167362 0.0766096 -0.0452061
|
||||||
|
-0.0173247 0.0766096 -0.045761
|
||||||
|
-0.0167736 0.0766082 0.0471958
|
||||||
|
-0.0165575 0.0766082 0.046439
|
||||||
|
-0.0181283 0.0766096 -0.0444482
|
||||||
|
-0.0181703 0.0766082 0.046439
|
||||||
|
-0.0948978 0.0766082 -0.0444134
|
||||||
|
-0.0948642 0.0766067 0.0464514
|
||||||
|
-0.0948978 0.0766082 -0.0457814
|
||||||
|
-0.0181283 0.0766096 -0.0457814
|
||||||
|
-0.0173122 0.0766312 -0.0457814
|
||||||
|
-0.0174052 0.0766096 -0.0457814
|
||||||
|
-0.0951288 0.0766067 0.0468931
|
||||||
|
-0.0948642 0.0766067 0.0468931
|
||||||
|
-0.0166872 0.0766082 0.0468931
|
||||||
|
-0.0173323 0.0766082 0.0468931
|
||||||
|
-0.0181703 0.0766082 0.0468931
|
||||||
|
-0.0178909 0.0766082 0.0468931
|
||||||
|
-0.0165618 0.0766082 0.046439
|
||||||
|
-0.0165618 0.0766096 -0.0445924
|
||||||
|
-0.0165618 0.0767837 -0.0453011
|
||||||
|
-0.0165618 0.0766082 0.046454
|
||||||
|
-0.016831 0.076744 -0.0457814
|
||||||
|
-0.0165618 0.0766096 -0.0444482
|
||||||
|
-0.0165618 0.0768194 0.047311
|
||||||
|
numsurf 22
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
28 0.130849 0.575937
|
||||||
|
21 0.127384 0.576512
|
||||||
|
9 0.124996 0.576908
|
||||||
|
31 0.124087 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 5
|
||||||
|
29 0.858692 0.575937
|
||||||
|
17 0.858692 0.579377
|
||||||
|
8 0.858531 0.579434
|
||||||
|
7 0.854152 0.576736
|
||||||
|
27 0.854902 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
26 0.849307 0.575937
|
||||||
|
7 0.854152 0.576736
|
||||||
|
11 0.848169 0.583119
|
||||||
|
30 0.848169 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
27 0.854902 0.575937
|
||||||
|
7 0.854152 0.576736
|
||||||
|
26 0.849307 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
30 0.848169 0.575937
|
||||||
|
11 0.848169 0.583119
|
||||||
|
12 0.130967 0.583312
|
||||||
|
25 0.130967 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 5
|
||||||
|
25 0.130967 0.575937
|
||||||
|
12 0.130967 0.583312
|
||||||
|
22 0.127384 0.579469
|
||||||
|
21 0.127384 0.576512
|
||||||
|
28 0.130849 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
28 0.130849 0.575937
|
||||||
|
10 0.130967 0.575917
|
||||||
|
25 0.130967 0.575937
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
24 0.127383 0.582031
|
||||||
|
12 0.130967 0.583312
|
||||||
|
23 0.127383 0.583312
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
22 0.127384 0.579469
|
||||||
|
12 0.130967 0.583312
|
||||||
|
24 0.127383 0.582031
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
23 0.127383 0.583312
|
||||||
|
12 0.130967 0.583312
|
||||||
|
14 0.130868 0.934955
|
||||||
|
20 0.127383 0.934955
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
20 0.127383 0.934955
|
||||||
|
14 0.130868 0.934955
|
||||||
|
19 0.127382 0.936169
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
18 0.858692 0.579803
|
||||||
|
8 0.858531 0.579434
|
||||||
|
17 0.858692 0.579377
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
16 0.85869 0.583119
|
||||||
|
11 0.848169 0.583119
|
||||||
|
8 0.858531 0.579434
|
||||||
|
18 0.858692 0.579803
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
15 0.858691 0.93511
|
||||||
|
13 0.847897 0.93511
|
||||||
|
11 0.848169 0.583119
|
||||||
|
16 0.85869 0.583119
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
7 0.854152 0.576736
|
||||||
|
8 0.858531 0.579434
|
||||||
|
11 0.848169 0.583119
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
12 0.130967 0.583312
|
||||||
|
11 0.848169 0.583119
|
||||||
|
13 0.847897 0.93511
|
||||||
|
14 0.130868 0.934955
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
3 0.85628 0.937922
|
||||||
|
13 0.847897 0.93511
|
||||||
|
15 0.858691 0.93511
|
||||||
|
6 0.858691 0.937922
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
4 0.127383 0.937922
|
||||||
|
19 0.127382 0.936169
|
||||||
|
14 0.130868 0.934955
|
||||||
|
5 0.128028 0.937922
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
5 0.128028 0.937922
|
||||||
|
14 0.130868 0.934955
|
||||||
|
0 0.130868 0.937923
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
2 0.850692 0.937923
|
||||||
|
13 0.847897 0.93511
|
||||||
|
3 0.85628 0.937922
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 3
|
||||||
|
1 0.847897 0.937924
|
||||||
|
13 0.847897 0.93511
|
||||||
|
2 0.850692 0.937923
|
||||||
|
SURF 0x10
|
||||||
|
mat 0
|
||||||
|
refs 4
|
||||||
|
0 0.130868 0.937923
|
||||||
|
14 0.130868 0.934955
|
||||||
|
13 0.847897 0.93511
|
||||||
|
1 0.847897 0.937924
|
||||||
|
kids 0
|
13
Models/Instruments/MCDU2/PERF/TO/INITBOX.xml
Normal file
13
Models/Instruments/MCDU2/PERF/TO/INITBOX.xml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
##################################################################
|
||||||
|
# A3XX mCDU by Joshua Davidson (it0uchpods) and Jonathan Redpath #
|
||||||
|
##################################################################
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
|
||||||
|
<path>INITBOX.ac</path>
|
||||||
|
|
||||||
|
</PropertyList>
|
868
Models/Instruments/MCDU2/PERF/TO/TO.xml
Normal file
868
Models/Instruments/MCDU2/PERF/TO/TO.xml
Normal file
|
@ -0,0 +1,868 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
##################################################################
|
||||||
|
# A3XX mCDU by Joshua Davidson (it0uchpods) and Jonathan Redpath #
|
||||||
|
##################################################################
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
|
||||||
|
<path>EMPTY.ac</path>
|
||||||
|
|
||||||
|
<!--<model>
|
||||||
|
<name>INITBOX</name>
|
||||||
|
<path>INITBOX.xml</path>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.0</y-m>
|
||||||
|
<z-m>0.0</z-m>
|
||||||
|
<heading-deg>-180</heading-deg>
|
||||||
|
<roll-deg>-180</roll-deg>
|
||||||
|
<pitch-deg>-90</pitch-deg>
|
||||||
|
</offsets>
|
||||||
|
</model>-->
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>page</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.0</y-m>
|
||||||
|
<z-m>0.083</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>center-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">TAKE OFF</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<model>
|
||||||
|
<name>INITBOX</name>
|
||||||
|
<path>INITBOX.xml</path>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.0</y-m>
|
||||||
|
<z-m>0.0</z-m>
|
||||||
|
<heading-deg>-180</heading-deg>
|
||||||
|
<roll-deg>-180</roll-deg>
|
||||||
|
<pitch-deg>-90</pitch-deg>
|
||||||
|
</offsets>
|
||||||
|
</model>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>v1</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0755</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">V1</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flprtr</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.0755</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">FLP RTR</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flprtr2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.0715</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">F=</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>rwy</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0755</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">RWY</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>rwy2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0715</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">---</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>vr</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.065</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">VR</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>sltrtr</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.065</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">SLT RTR</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>sltrtr2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.0605</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">S=</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>shift</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.044</y-m>
|
||||||
|
<z-m>0.065</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">TO SHIFT</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>shift2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.028</y-m>
|
||||||
|
<z-m>0.0605</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">[M]</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>toshift3</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0605</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">[ ]*</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flapsmcdu2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0545</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">FLAPS/THS</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flapsmcdu</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0505</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">[ ]/[ ]</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>v2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0545</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">V2</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>clean</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.0545</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">CLEAN</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>clean2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.012</y-m>
|
||||||
|
<z-m>0.0505</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">O=</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>trans</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0435</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">TRANS ALT</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>trans2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0395</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">18000</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>eoaccel</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.030</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">[ ]</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>eoaccel2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.0345</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">ENG OUT ACC</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>thredacc</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0345</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">THR RED/ACC</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>thred</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.030</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">1500/1500</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flex2</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.042</y-m>
|
||||||
|
<z-m>0.0435</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">FLEX TO TEMP</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>flex</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.045</y-m>
|
||||||
|
<z-m>0.039</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">[ ]</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">helvetica_medium.txf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>uplink</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0230</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">UPLINK</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
<text>
|
||||||
|
<name>todata</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>-0.045</y-m>
|
||||||
|
<z-m>0.0190</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>left-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string"><TO DATA</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<name>next</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.041</y-m>
|
||||||
|
<z-m>0.0230</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">NEXT</format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0040</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
<text>
|
||||||
|
<name>phase</name>
|
||||||
|
<offsets>
|
||||||
|
<x-m>-0.001</x-m>
|
||||||
|
<y-m>0.043</y-m>
|
||||||
|
<z-m>0.0190</z-m>
|
||||||
|
</offsets>
|
||||||
|
<alignment>right-center</alignment>
|
||||||
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
|
<type type="string">text-value</type>
|
||||||
|
<format type="string">PHASE></format>
|
||||||
|
<truncate type="bool">false</truncate>
|
||||||
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
|
<property>autopilot/serviceable</property>
|
||||||
|
<draw-text type="bool">true</draw-text>
|
||||||
|
<draw-alignment type="bool">false</draw-alignment>
|
||||||
|
<draw-boundingbox type="bool">false</draw-boundingbox>
|
||||||
|
<character-size>0.0050</character-size>
|
||||||
|
<font-resolution>
|
||||||
|
<width type="int">64</width>
|
||||||
|
<height type="int">64</height>
|
||||||
|
</font-resolution>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<!-- Colors -->
|
||||||
|
<!-- White -->
|
||||||
|
<animation>
|
||||||
|
<type>material</type>
|
||||||
|
<object-name>page</object-name>
|
||||||
|
<object-name>todata</object-name>
|
||||||
|
<object-name>uplink</object-name>
|
||||||
|
<object-name>v1</object-name>
|
||||||
|
<object-name>v2</object-name>
|
||||||
|
<object-name>vr</object-name>
|
||||||
|
<object-name>rwy</object-name>
|
||||||
|
<object-name>trans</object-name>
|
||||||
|
<object-name>next</object-name>
|
||||||
|
<object-name>phase</object-name>
|
||||||
|
<object-name>shift</object-name>
|
||||||
|
<object-name>flex2</object-name>
|
||||||
|
<object-name>thredacc</object-name>
|
||||||
|
<object-name>flapsmcdu2</object-name>
|
||||||
|
<object-name>eoaccel2</object-name>
|
||||||
|
<object-name>flprtr</object-name>
|
||||||
|
<object-name>sltrtr</object-name>
|
||||||
|
<object-name>clean</object-name>
|
||||||
|
<!-- do not add in shift2, flprtr2, sltrtr2, or clean2 as that would make them the wrong shade of white -->
|
||||||
|
<diffuse>
|
||||||
|
<red>1</red>
|
||||||
|
<green>1</green>
|
||||||
|
<blue>1</blue>
|
||||||
|
</diffuse>
|
||||||
|
<ambient>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</ambient>
|
||||||
|
<specular>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</specular>
|
||||||
|
<emission>
|
||||||
|
<red>1</red>
|
||||||
|
<green>1</green>
|
||||||
|
<blue>1</blue>
|
||||||
|
</emission>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<!-- Amber
|
||||||
|
<animation>
|
||||||
|
<type>material</type>
|
||||||
|
<object-name>initreq</object-name>
|
||||||
|
<object-name>alignirs</object-name>
|
||||||
|
<object-name>alignirs-arrow</object-name>
|
||||||
|
<object-name>initreq</object-name>
|
||||||
|
<object-name>requeststar</object-name>
|
||||||
|
<object-name>request</object-name>
|
||||||
|
<object-name>fromtobox</object-name>
|
||||||
|
|
||||||
|
<diffuse>
|
||||||
|
<red>1</red>
|
||||||
|
<green>0.3</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</diffuse>
|
||||||
|
<ambient>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</ambient>
|
||||||
|
<specular>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</specular>
|
||||||
|
<emission>
|
||||||
|
<red>1</red>
|
||||||
|
<green>0.3</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</emission>
|
||||||
|
</animation> -->
|
||||||
|
|
||||||
|
<!-- Green -->
|
||||||
|
<animation>
|
||||||
|
<type>material</type>
|
||||||
|
<object-name>rwy2</object-name>
|
||||||
|
<diffuse>
|
||||||
|
<red>0.2</red>
|
||||||
|
<green>0.4</green>
|
||||||
|
<blue>0.2</blue>
|
||||||
|
</diffuse>
|
||||||
|
<ambient>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</ambient>
|
||||||
|
<specular>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</specular>
|
||||||
|
<emission>
|
||||||
|
<red>0.2</red>
|
||||||
|
<green>0.4</green>
|
||||||
|
<blue>0.2</blue>
|
||||||
|
</emission>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
<!-- Blue -->
|
||||||
|
<animation>
|
||||||
|
<type>material</type>
|
||||||
|
<object-name>toshift3</object-name>
|
||||||
|
<object-name>flapsmcdu</object-name>
|
||||||
|
<object-name>trans2</object-name>
|
||||||
|
<object-name>eoaccel</object-name>
|
||||||
|
<object-name>thred</object-name>
|
||||||
|
<object-name>flex</object-name>
|
||||||
|
<diffuse>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0.5</green>
|
||||||
|
<blue>0.7</blue>
|
||||||
|
</diffuse>
|
||||||
|
<ambient>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</ambient>
|
||||||
|
<specular>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
</specular>
|
||||||
|
<emission>
|
||||||
|
<red>0</red>
|
||||||
|
<green>0.5</green>
|
||||||
|
<blue>0.7</blue>
|
||||||
|
</emission>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
</PropertyList>
|
BIN
Models/Instruments/MCDU2/PERF/TO/amberbox.png
Normal file
BIN
Models/Instruments/MCDU2/PERF/TO/amberbox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
Models/Instruments/MCDU2/PERF/TO/bg.jpg
Normal file
BIN
Models/Instruments/MCDU2/PERF/TO/bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
|
@ -13,7 +13,9 @@ var FMGCinit = func {
|
||||||
setprop("/FMGC/internal/cruise-fl", 10000);
|
setprop("/FMGC/internal/cruise-fl", 10000);
|
||||||
setprop("/FMGC/internal/tropo", 36090);
|
setprop("/FMGC/internal/tropo", 36090);
|
||||||
setprop("/FMGC/internal/cost", " ");
|
setprop("/FMGC/internal/cost", " ");
|
||||||
|
setprop("/FMGC/internal/greendot-kts", 0);
|
||||||
phasecheck.start();
|
phasecheck.start();
|
||||||
|
greendot.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
#############
|
#############
|
||||||
|
@ -70,7 +72,7 @@ var phasecheck = maketimer(0.2, func {
|
||||||
if ((((n1_left >= 85) and (n1_right >= 85)) or (gs > 90 )) and flaps < 4 and (mode == "SRS")) {
|
if ((((n1_left >= 85) and (n1_right >= 85)) or (gs > 90 )) and flaps < 4 and (mode == "SRS")) {
|
||||||
setprop("/FMGC/status/phase", "1");
|
setprop("/FMGC/status/phase", "1");
|
||||||
}
|
}
|
||||||
if ((alt >= 1500) and (alt <= cruisefl) and (phase == "1") and (phase != "4") and (mode != "SRS")) {
|
if ((alt >= 3000) and (alt <= cruisefl) and (phase == "1") and (phase != "4") and (mode != "SRS")) {
|
||||||
setprop("/FMGC/status/phase", "2");
|
setprop("/FMGC/status/phase", "2");
|
||||||
}
|
}
|
||||||
if ((alt >= cruisefl) and (phase == "2") and (mode != "SRS")) {
|
if ((alt >= cruisefl) and (phase == "2") and (mode != "SRS")) {
|
||||||
|
@ -95,3 +97,13 @@ var phasecheck = maketimer(0.2, func {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var greendot = maketimer(0.1, func {
|
||||||
|
var gwlb = getprop("fdm/jsbsim/inertia/weight-lbs");
|
||||||
|
var factor = 0.45359237;
|
||||||
|
var kg = (gwlb * factor);
|
||||||
|
var alt = getprop("position/altitude-ft");
|
||||||
|
var kg2= (kg / 1000);
|
||||||
|
var greendot = ((kg2 * 2) + 85);
|
||||||
|
setprop("/FMGC/internal/greendot-kts", greendot);
|
||||||
|
});
|
||||||
|
|
|
@ -39,6 +39,12 @@ var pagebutton = func(btn) {
|
||||||
setprop("/MCDU[0]/page", "DATA2");
|
setprop("/MCDU[0]/page", "DATA2");
|
||||||
}, 0.2);
|
}, 0.2);
|
||||||
}
|
}
|
||||||
|
if (btn == "perfto") {
|
||||||
|
setprop("/MCDU[0]/page", "NONE");
|
||||||
|
settimer(func {
|
||||||
|
setprop("/MCDU[0]/page", "TO");
|
||||||
|
}, 0.2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var button = func(btn) {
|
var button = func(btn) {
|
||||||
|
|
|
@ -39,6 +39,12 @@ var pagebutton = func(btn) {
|
||||||
setprop("/MCDU[1]/page", "DATA2");
|
setprop("/MCDU[1]/page", "DATA2");
|
||||||
}, 0.2);
|
}, 0.2);
|
||||||
}
|
}
|
||||||
|
if (btn == "perfto") {
|
||||||
|
setprop("/MCDU[1]/page", "NONE");
|
||||||
|
settimer(func {
|
||||||
|
setprop("/MCDU[1]/page", "TO");
|
||||||
|
}, 0.2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var button = func(btn) {
|
var button = func(btn) {
|
||||||
|
|
Reference in a new issue