From be137f79e9f005d75a02b54feb4c048f0bef5921 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Thu, 16 Nov 2017 13:18:03 -0500 Subject: [PATCH] A32X: Canvas PFD is now default, many fixes to FMGC-b --- A320-main.xml | 55 +- Models/FlightDeck/a320.flightdeck.xml | 96 +- Models/Instruments/PFD-OLD/PFD1.xml | 3922 +++++++++++++++++ Models/Instruments/PFD-OLD/PFD2.xml | 3922 +++++++++++++++++ .../{PFD => PFD-OLD}/res/alt-tape-2.png | Bin .../{PFD => PFD-OLD}/res/alt-tape.png | Bin .../{PFD => PFD-OLD}/res/arpt-elev.png | Bin .../{PFD => PFD-OLD}/res/autoland.png | Bin .../{PFD => PFD-OLD}/res/banklim.png | Bin .../{PFD => PFD-OLD}/res/banklimXX.png | Bin .../{PFD => PFD-OLD}/res/box-amber.png | Bin .../Instruments/{PFD => PFD-OLD}/res/box.png | Bin .../{PFD => PFD-OLD}/res/fastslow.png | Bin .../Instruments/{PFD => PFD-OLD}/res/fpd.png | Bin .../Instruments/{PFD => PFD-OLD}/res/fpv.png | Bin .../{PFD => PFD-OLD}/res/green-dot-spd.png | Bin .../{PFD => PFD-OLD}/res/ground.png | Bin .../{PFD => PFD-OLD}/res/hdg-bug.png | Bin .../{PFD => PFD-OLD}/res/hdg-tape.png | Bin .../{PFD => PFD-OLD}/res/horizon.png | Bin .../{PFD => PFD-OLD}/res/horizonhdg.png | Bin .../{PFD => PFD-OLD}/res/loc-crs.png | Bin .../Instruments/{PFD => PFD-OLD}/res/mask.png | Bin .../{PFD => PFD-OLD}/res/max-flaps.png | Bin .../{PFD => PFD-OLD}/res/min-flaps.png | Bin .../{PFD => PFD-OLD}/res/min-slats.png | Bin .../{PFD => PFD-OLD}/res/pfd-3d.ac | 0 .../{PFD => PFD-OLD}/res/radar-alt.png | Bin .../{PFD => PFD-OLD}/res/rudder-bar.png | Bin .../Instruments/{PFD => PFD-OLD}/res/sky.png | Bin .../{PFD => PFD-OLD}/res/spd-tape.png | Bin .../{PFD => PFD-OLD}/res/spdtrend.png | Bin .../{PFD => PFD-OLD}/res/symbols.png | Bin .../{PFD => PFD-OLD}/res/trgt-alt-man.png | Bin .../{PFD => PFD-OLD}/res/trgt-alt-mng.png | Bin .../{PFD => PFD-OLD}/res/trgt-spd-des.png | Bin .../{PFD => PFD-OLD}/res/trgt-spd-man.png | Bin .../{PFD => PFD-OLD}/res/trgt-spd-max.png | Bin .../{PFD => PFD-OLD}/res/trgt-spd-min.png | Bin .../{PFD => PFD-OLD}/res/trgt-spd-mng.png | Bin .../{PFD => PFD-OLD}/res/trgt-spd.png | Bin .../{PFD => PFD-OLD}/res/trk-ind.png | Bin .../{PFD => PFD-OLD}/res/v1-spd.png | Bin .../Instruments/{PFD => PFD-OLD}/res/vdev.png | Bin .../{PFD => PFD-OLD}/res/vls-tape.png | Bin .../Instruments/{PFD => PFD-OLD}/res/vnav.png | Bin Models/Instruments/PFD-WIP/PFD1.xml | 44 - Models/Instruments/PFD-WIP/PFD2.xml | 44 - Models/Instruments/{PFD-WIP => PFD}/PFD.nas | 31 +- Models/Instruments/PFD/PFD1.xml | 3908 +--------------- Models/Instruments/PFD/PFD2.xml | 3908 +--------------- .../Instruments/{PFD-WIP => PFD}/res/PFD1.ac | 0 .../Instruments/{PFD-WIP => PFD}/res/PFD2.ac | 0 .../Instruments/{PFD-WIP => PFD}/res/info.txt | 0 .../Instruments/{PFD-WIP => PFD}/res/pfd.svg | 0 .../{PFD-WIP => PFD}/res/screen.png | Bin Nasal/FMGC-b.nas | 16 +- Systems/fmgc-drivers.xml | 12 +- Systems/pfd.xml | 246 +- revision.txt | 2 +- 60 files changed, 8047 insertions(+), 8159 deletions(-) create mode 100644 Models/Instruments/PFD-OLD/PFD1.xml create mode 100644 Models/Instruments/PFD-OLD/PFD2.xml rename Models/Instruments/{PFD => PFD-OLD}/res/alt-tape-2.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/alt-tape.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/arpt-elev.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/autoland.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/banklim.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/banklimXX.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/box-amber.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/box.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/fastslow.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/fpd.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/fpv.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/green-dot-spd.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/ground.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/hdg-bug.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/hdg-tape.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/horizon.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/horizonhdg.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/loc-crs.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/mask.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/max-flaps.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/min-flaps.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/min-slats.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/pfd-3d.ac (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/radar-alt.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/rudder-bar.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/sky.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/spd-tape.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/spdtrend.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/symbols.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/trgt-alt-man.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/trgt-alt-mng.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/trgt-spd-des.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/trgt-spd-man.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/trgt-spd-max.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/trgt-spd-min.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/trgt-spd-mng.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/trgt-spd.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/trk-ind.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/v1-spd.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/vdev.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/vls-tape.png (100%) rename Models/Instruments/{PFD => PFD-OLD}/res/vnav.png (100%) delete mode 100644 Models/Instruments/PFD-WIP/PFD1.xml delete mode 100644 Models/Instruments/PFD-WIP/PFD2.xml rename Models/Instruments/{PFD-WIP => PFD}/PFD.nas (97%) rename Models/Instruments/{PFD-WIP => PFD}/res/PFD1.ac (100%) rename Models/Instruments/{PFD-WIP => PFD}/res/PFD2.ac (100%) rename Models/Instruments/{PFD-WIP => PFD}/res/info.txt (100%) rename Models/Instruments/{PFD-WIP => PFD}/res/pfd.svg (100%) rename Models/Instruments/{PFD-WIP => PFD}/res/screen.png (100%) diff --git a/A320-main.xml b/A320-main.xml index 7bc99399..cc6c6d9e 100644 --- a/A320-main.xml +++ b/A320-main.xml @@ -256,6 +256,24 @@ 1 + + + + nasal + + + + + + + nasal + + + @@ -292,19 +310,6 @@ - - - - nasal - - - @@ -911,6 +916,28 @@ + + PAGE UP + Throttle Increase + + nasal + + + + + PAGE DN + Throttle Decrease + + nasal + + + 1 Captain View/Elevator Trim Up @@ -1270,7 +1297,7 @@ Aircraft/IDG-A32X/Nasal/MCDU2/STATUS.nas - Aircraft/IDG-A32X/Models/Instruments/PFD-WIP/PFD.nas + Aircraft/IDG-A32X/Models/Instruments/PFD/PFD.nas Aircraft/IDG-A32X/Models/Instruments/ND/canvas/ND.nas diff --git a/Models/FlightDeck/a320.flightdeck.xml b/Models/FlightDeck/a320.flightdeck.xml index 141418b7..6e02a008 100644 --- a/Models/FlightDeck/a320.flightdeck.xml +++ b/Models/FlightDeck/a320.flightdeck.xml @@ -151,29 +151,6 @@ - - PFD1 - Aircraft/IDG-A32X/Models/Instruments/PFD-WIP/PFD1.xml - - -0.55415 - -0.5526 - 0.22256 - -16.534 - - - - - systems/acconfig/mismatch-code - 0x000 - - - options/test-canvas - 1 - - - - - PFD1 Aircraft/IDG-A32X/Models/Instruments/PFD/PFD1.xml @@ -184,26 +161,10 @@ -16.534 - - - - systems/electrical/bus/ac1 - 110 - - - systems/electrical/bus/ac2 - 110 - - - - systems/acconfig/mismatch-code - 0x000 - - - options/test-canvas - 1 - - + + systems/acconfig/mismatch-code + 0x000 + @@ -237,29 +198,6 @@ - - PFD2 - Aircraft/IDG-A32X/Models/Instruments/PFD-WIP/PFD2.xml - - -0.55415 - 0.5526 - 0.22256 - -16.534 - - - - - systems/acconfig/mismatch-code - 0x000 - - - options/test-canvas - 1 - - - - - PFD2 Aircraft/IDG-A32X/Models/Instruments/PFD/PFD2.xml @@ -270,28 +208,10 @@ -16.534 - - - systems/electrical/bus/ac1 - 25 - - - systems/electrical/bus/ac2 - 25 - - - controls/electrical/switches/emer-gen - 1 - - - systems/acconfig/mismatch-code - 0x000 - - - options/test-canvas - 1 - - + + systems/acconfig/mismatch-code + 0x000 + diff --git a/Models/Instruments/PFD-OLD/PFD1.xml b/Models/Instruments/PFD-OLD/PFD1.xml new file mode 100644 index 00000000..89d00d95 --- /dev/null +++ b/Models/Instruments/PFD-OLD/PFD1.xml @@ -0,0 +1,3922 @@ + + + + + + + res/pfd-3d.ac + + + scale + 1.05 + 1.05 + 1.05 + + + + + + translate + sidestick-pos + controls/flight/elevator-input-fast + 0.0259 + + 0 + 0 + -1 + + + + + translate + sidestick-pos + controls/flight/aileron-input-fast + 0.0275 + + 0 + 1 + 0 + + + + + select + sidestick-max + sidestick-pos + + + + + gear/gear[1]/wow + gear/gear[2]/wow + + + FMGC/status/phase + 0 + + + FMGC/status/phase + 1 + + + + + gear/gear[1]/wow + gear/gear[2]/wow + + + + FMGC/status/phase + 0 + + + FMGC/status/phase + 1 + + + + engines/engine[0]/state + 3 + + + + + gear/gear[1]/wow + gear/gear[2]/wow + + + + FMGC/status/phase + 0 + + + FMGC/status/phase + 1 + + + + engines/engine[1]/state + 3 + + + + + + + + spdtrnd-up + instrumentation/pfd/speed-trend-up + textranslate + + 0 + -1 + + + 0.240 + 00.5 + + + + spdtrnd-down + instrumentation/pfd/speed-trend-down + textranslate + + 0 + -1 + + + -0.240 + 00.5 + + + + + + + texmultiple + horizon + + orientation/pitch-deg + textranslate + 0.003955078 + + 0 + 1 + + + + orientation/roll-deg + texrotate +
+ 0.50 + 0.50 +
+ + 0 + 0 + -1 + +
+
+ + + texmultiple + horizonhdg + + instrumentation/pfd/horizon-pitch + textranslate + 0.003955078 + + 0 + 1 + + + + instrumentation/pfd/heading-deg + textranslate + 0.0000001 + 0.00356999976056338 + + 1 + 0 + + + + orientation/roll-deg + texrotate +
+ 0.50 + 0.50 +
+ + 0 + 0 + -1 + +
+
+ + + texrotate + sky + orientation/roll-deg +
+ 0.50 + 0.50 +
+ + 0 + 0 + -1 + +
+ + + texmultiple + ground + + instrumentation/pfd/horizon-ground + textranslate + 0.003955078 + + 0 + 1 + + + + orientation/roll-deg + texrotate +
+ 0.50 + 0.50 +
+ + 0 + 0 + -1 + +
+
+ + + rotate + bank + slipskid + radio-alt + radio-alt-land + orientation/roll-deg + 1.05 +
+ 0 + -0.0051 + 0.00091 +
+ + 1 + 0 + 0 + +
+ + + translate + slipskid + instrumentation/slip-skid-ball/indicated-slip-skid + -0.002 + + 0 + 1 + 0 + + + + + select + fd_roll + + + + it-autoflight/output/fd1 + 1 + + + + gear/gear[1]/wow + gear/gear[2]/wow + + modes/pfd/fma/roll-mode + + + + + modes/pfd/fma/roll-mode + + + + + it-autoflight/custom/trk-fpa + 0 + + + orientation/pitch-deg + 25 + + + orientation/pitch-deg + -13 + + + orientation/roll-deg + 45 + + + orientation/roll-deg + -45 + + + + + + + select + fd_pitch + + + + it-autoflight/output/fd1 + 1 + + + + gear/gear[1]/wow + gear/gear[2]/wow + + modes/pfd/fma/pitch-mode + + + + + modes/pfd/fma/pitch-mode + + + + + it-autoflight/custom/trk-fpa + 0 + + + orientation/pitch-deg + 25 + + + orientation/pitch-deg + -13 + + + orientation/roll-deg + 45 + + + orientation/roll-deg + -45 + + + + + + + select + fpv + + + gear/gear[1]/wow + gear/gear[2]/wow + + it-autoflight/custom/trk-fpa + 1 + + + + + + + select + fpd + + + + it-autoflight/output/fd1 + 1 + + gear/gear[1]/wow + gear/gear[2]/wow + + it-autoflight/custom/trk-fpa + 1 + + + orientation/pitch-deg + 25 + + + orientation/pitch-deg + -13 + + + orientation/roll-deg + 45 + + + orientation/roll-deg + -45 + + + modes/pfd/fma/roll-mode + + + + modes/pfd/fma/pitch-mode + + + + + + + + select + pitch-mode-box + + + + + it-autoflight/output/fd1 + 1 + + + it-autoflight/output/fd2 + 1 + + + it-autoflight/output/ap1 + 1 + + + it-autoflight/output/ap2 + 1 + + + + modes/pfd/fma/pitch-mode + LAND + + + modes/pfd/fma/pitch-mode + FLARE + + + modes/pfd/fma/pitch-mode + ROLL OUT + + + modes/pfd/fma/pitch-mode + + + + + + + + select + roll-mode-box + + + + + it-autoflight/output/fd1 + 1 + + + it-autoflight/output/fd2 + 1 + + + it-autoflight/output/ap1 + 1 + + + it-autoflight/output/ap2 + 1 + + + + modes/pfd/fma/pitch-mode + LAND + + + modes/pfd/fma/pitch-mode + FLARE + + + modes/pfd/fma/pitch-mode + ROLL OUT + + + modes/pfd/fma/roll-mode + + + + + + + + select + pitch-mode-box + pitch-mode-armed-box + roll-mode-box + roll-mode-armed-box + pitch-mode-fma + roll-mode-fma + pitch-mode-armed-fma + pitch-mode-armed2-fma + roll-mode-armed-fma + + + + + it-autoflight/output/fd1 + 1 + + + it-autoflight/output/fd2 + 1 + + + it-autoflight/output/ap1 + 1 + + + it-autoflight/output/ap2 + 1 + + + + modes/pfd/fma/pitch-mode + LAND + + + modes/pfd/fma/pitch-mode + FLARE + + + modes/pfd/fma/pitch-mode + ROLL OUT + + + + + + + select + land-mode-box + land-mode-fma + landmask + + + + + it-autoflight/output/fd1 + 1 + + + it-autoflight/output/fd2 + 1 + + + it-autoflight/output/ap1 + 1 + + + it-autoflight/output/ap2 + 1 + + + + + modes/pfd/fma/pitch-mode + LAND + + + modes/pfd/fma/pitch-mode + FLARE + + + modes/pfd/fma/pitch-mode + ROLL OUT + + + + + + + + select + rudder_bar + + unused/unused + + + + + translate + fd_pitch + it-autoflight/fd/pitch-bar + 0.0006 + + 0 + 0 + 1 + + + + + translate + fd_roll + it-autoflight/fd/roll-bar + 0.0002 + + 0 + 1 + 0 + + + + + translate + fpv + instrumentation/pfd/track-diff + 0.00260 + + 0 + 1 + 0 + + + + + translate + fpv + orientation/pitch-deg + 0.001955078 + + 0 + 0 + -1 + + + + + translate + fpd + instrumentation/pfd/track-diff + 0.00260 + + 0 + 1 + 0 + + + + + translate + fpd + orientation/pitch-deg + 0.001955078 + + 0 + 0 + -1 + + + + + translate + fpd + it-autoflight/fd/pitch-bar + 0.001955078 + + 0 + 0 + 1 + + + + + rotate + fpd + it-autoflight/fd/roll-bar +
+ 0.0 + -0.005 + -0.0005 +
+ + -1 + 0 + 0 + +
+ + + textranslate + spd-tape + instrumentation/airspeed-indicator/indicated-speed-kt + + 0 0 + 200.040 + 400.080 + 600.118 + 800.158 + 1000.198 + 1200.236 + 1400.276 + 1600.316 + 1800.356 + 2000.395 + 2200.435 + 2400.474 + 2600.514 + 2800.554 + 3000.593 + 3200.633 + 3400.672 + 3600.712 + 3800.751 + 4000.791 + + + 1 + + + + + texmultiple + vls-tape + + modes/pfd/stallvls + textranslate + 0.002001953 + + 0 + -1 + 0 + + + + textranslate + instrumentation/airspeed-indicator/indicated-speed-kt + 0.002001953 + + 0 + 1 + 0 + + + + + + texmultiple + stall-tape + + modes/pfd/stallvls + textranslate + 0.002001953 + + 0 + -1 + 0 + + + + textranslate + instrumentation/airspeed-indicator/indicated-speed-kt + 0.002001953 + + 0 + 1 + 0 + + + + + + + + + select + stall-tape + vls-tape + + + position/gear-agl-ft + 5 + + + + + + + + texmultiple + vfe-tape + + textranslate + instrumentation/airspeed-indicator/indicated-speed-kt + + 0 0 + 200.040 + 400.080 + 600.118 + 800.158 + 1000.198 + 1200.236 + 1400.276 + 1600.316 + 1800.356 + 2000.395 + 2200.435 + 2400.474 + 2600.514 + 2800.554 + 3000.593 + 3200.633 + 3400.672 + 3600.712 + 3800.751 + 4000.791 + + + 0 + 1 + 0 + + + + controls/flight/flap-pos + textranslate + + 00 + 10.05 + 20.12 + 30.19 + 40.26 + 50.33 + + + 1 + 0 + 0 + + + + + + select + vfe-tape + + + controls/flight/flap-lever + 0 + + + + + + + + textranslate + alt-tape-1 + instrumentation/altimeter/indicated-altitude-ft + 0.000019141 + + 1 + + + + + texmultiple + radar-alt + + textranslate + instrumentation/altimeter/indicated-altitude-ft + 0.000019141 + + 1 + + + + textranslate + instrumentation/pfd/ground-level-diff + 0.000019141 + + 1 + + + + + + texmultiple + landing-elev + + textranslate + instrumentation/altimeter/indicated-altitude-ft + 0.000019141 + + 1 + + + + textranslate + autopilot/route-manager/destination/field-elevation-ft + 0.000019141 + + 1 + + + + + + + textranslate + alt-tape-2 + instrumentation/altimeter/indicated-altitude-ft + 0.009999725 + + 1 + + + + + osgtext-green + + 0.0010 + 0.0553 + 0.0002 + + right-center + yz-plane + number-value + %3.0f + instrumentation/altimeter/indicated-altitude-ft-pfd + false + helvetica_bold.txf + true + false + false + 0.007 + + 32 + 32 + + + + + + + radio-alt + + 0.0010 + -0.006 + -0.0362 + + center-center + yz-plane + number-value + %4.0f + position/gear-agl-ft + false + helvetica_bold.txf + true + false + false + 0.007 + + 32 + 32 + + + + + radio-alt-land + + 0.0010 + -0.006 + -0.0362 + + center-center + yz-plane + number-value + %4.0f + position/gear-agl-ft + false + helvetica_bold.txf + true + false + false + 0.007 + + 32 + 32 + + + + + + + texrotate + vsi + it-autoflight/internal/vert-speed-fpm-filtered + + -3300 58 + -3000 57 + -2000 50 + -1000 40 + -500 23 + 0 0 + 500-23 + 1000-40 + 2000-50 + 3000-57 + 3300-58 + +
+ 0.76 + 0.463 +
+ + 0 + 0 + -1 + +
+ + + + + textranslate + hdg-tape + instrumentation/pfd/heading-deg + 0.002783031 + + 1 + + + + + texmultiple + hdg-bug + + textranslate + it-autoflight/input/hdg + 0.002783031 + + -1 + + + + textranslate + instrumentation/pfd/heading-deg + 0.002783031 + + 1 + + + + + + select + hdg-bug + + + it-autoflight/output/lat + 0 + + + + + + texmultiple + trk-ind + + textranslate + instrumentation/pfd/track-deg + 0.002783031 + + -1 + + + + textranslate + instrumentation/pfd/heading-deg + 0.002783031 + + 1 + + + + + + select + trk-ind + + + velocities/groundspeed-kt + 80 + + + + + + texmultiple + loc-crs + + textranslate + instrumentation/nav/radials/selected-deg + 0.002832031 + + -1 + + + + textranslate + orientation/heading-magnetic-deg + 0.002832031 + + 1 + + + + + + select + loc-crs + + modes/pfd/ILS1 + + + + + + + select + gsscale + + modes/pfd/ILS1 + + + + + select + gspointer + + + instrumentation/nav/gs-in-range + instrumentation/nav/has-gs + modes/pfd/ILS1 + + + + + + translate + gspointer + instrumentation/nav/gs-needle-deflection-norm + 0.0322 + + 0 + 0 + 1 + + + + + + + select + locscale + + modes/pfd/ILS1 + + + + + select + locpointer + + + instrumentation/nav/in-range + instrumentation/nav/nav-loc + modes/pfd/ILS1 + + + + + + translate + locpointer + instrumentation/nav/heading-needle-deflection-norm + -0.0322 + + 0 + -1 + 0 + + + + + mach-value + + 0.0010 + -0.069 + -0.052 + + left-center + yz-plane + number-value + %0.3f + velocities/mach + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + + + qnh-indicator-inhg + + 0.0010 + 0.0512 + -0.055 + + left-center + yz-plane + number-value + %2.2f + instrumentation/altimeter/setting-inhg + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + qnh-indicator-hpa + + 0.0010 + 0.0512 + -0.055 + + left-center + yz-plane + number-value + %4.0f + instrumentation/altimeter/setting-hpa + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + qnh-indicator + + 0.0010 + 0.05 + -0.055 + + right-center + yz-plane + literal + QNH + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + std-indicator + + 0.0010 + 0.05 + -0.055 + + right-center + yz-plane + literal + STD + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + select + qnh-indicator-inhg + + + + modes/altimeter/inhg + 1 + + + modes/altimeter/std + 0 + + + + + + + select + qnh-indicator-hpa + + + + modes/altimeter/inhg + 0 + + + modes/altimeter/std + 0 + + + + + + + select + qnh-indicator + + + modes/altimeter/std + 0 + + + + + + select + std-indicator + + + modes/altimeter/std + 1 + + + + + + + + select + radio-alt + + + + position/gear-agl-ft + 2500 + + + position/gear-agl-ft + 250 + + + + + + + + select + radio-alt-land + + + position/gear-agl-ft + 250 + + + + + + select + radar-alt + + + position/gear-agl-ft + 2500 + + + + + + + + select + mach-value + + + velocities/mach + 0.500 + + + + + + dh-label + + 0.00091828 + 0.0326226 + 0.0584781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/minimums-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + decision-height + + 0.00091828 + 0.0436226 + 0.0584781 + + center-center + yz-plane + number-value + %4.0f + false + helvetica_medium.txf + instrumentation/mk-viii/inputs/arinc429/decision-height + true + false + false + 0.0051 + + 32 + 32 + + + + + + + man-spd + + 0.0010 + -0.042 + 0.0462 + + right-center + yz-plane + number-value + %3.0f + it-autoflight/input/spd-kts + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + man-spd-lower + + 0.0010 + -0.042 + -0.0462 + + right-center + yz-plane + number-value + %5.0f + it-autoflight/input/spd-kts + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-spd + + 0.0010 + -0.042 + 0.0462 + + right-center + yz-plane + number-value + %3.0f + it-autoflight/input/spd-kts + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-spd-lower + + 0.0010 + -0.042 + -0.0462 + + right-center + yz-plane + number-value + %5.0f + it-autoflight/input/spd-kts + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + man-mach + + 0.0010 + -0.042 + 0.0462 + + right-center + yz-plane + number-value + %1.2f + it-autoflight/input/spd-mach + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + man-mach-lower + + 0.0010 + -0.042 + -0.0462 + + right-center + yz-plane + number-value + %1.2f + it-autoflight/input/spd-mach + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-mach + + 0.0010 + -0.042 + 0.0462 + + right-center + yz-plane + number-value + %1.2f + it-autoflight/input/spd-mach + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-mach-lower + + 0.0010 + -0.042 + -0.0462 + + right-center + yz-plane + number-value + %1.2f + it-autoflight/input/spd-mach + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + texmultiple + trgt-spd-man + trgt-spd-mng + + textranslate + FMGC/internal/target-ias-pfd + 0.002001953 + + -1 + 0 + 0 + + + + textranslate + instrumentation/airspeed-indicator/indicated-speed-kt + 0.002001953 + + 1 + 0 + 0 + + + + + + select + trgt-spd-man + + + it-autoflight/input/spd-managed + 0 + + + + + + select + trgt-spd-mng + + + it-autoflight/input/spd-managed + 1 + + + + + + select + man-spd + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + 70 + + + it-autoflight/input/kts-mach + 0 + + + it-autoflight/input/spd-managed + 0 + + + + + + + select + mng-spd + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + 70 + + + it-autoflight/input/kts-mach + 0 + + + it-autoflight/input/spd-managed + 1 + + + + + + + select + man-spd-lower + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + -70 + + + it-autoflight/input/kts-mach + 0 + + + it-autoflight/input/spd-managed + 0 + + + + + + + select + mng-spd-lower + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + -70 + + + it-autoflight/input/kts-mach + 0 + + + it-autoflight/input/spd-managed + 1 + + + + + + + select + man-mach + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + 70 + + + it-autoflight/input/kts-mach + 1 + + + it-autoflight/input/spd-managed + 0 + + + + + + + select + mng-mach + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + 70 + + + it-autoflight/input/kts-mach + 1 + + + it-autoflight/input/spd-managed + 1 + + + + + + + select + man-mach-lower + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + -70 + + + it-autoflight/input/kts-mach + 1 + + + it-autoflight/input/spd-managed + 0 + + + + + + + select + mng-mach-lower + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + -70 + + + it-autoflight/input/kts-mach + 1 + + + it-autoflight/input/spd-managed + 1 + + + + + + + + thrust-mode-fma + + 0.00091828 + -0.0546226 + 0.0710781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/throttle-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + pitch-mode-fma + + 0.00091828 + -0.0210226 + 0.0710781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/pitch-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + land-mode-fma + + 0.00091828 + -0.00521 + 0.0710781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/pitch-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + roll-mode-fma + + 0.00091828 + 0.0106226 + 0.0710781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/roll-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + pitch-mode-armed-fma + + 0.00091828 + -0.0130226 + 0.0635781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/pitch-mode-armed + true + false + false + 0.0055 + + 32 + 32 + + + + + pitch-mode-armed2-fma + + 0.00091828 + -0.0290226 + 0.0635781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/pitch-mode2-armed + true + false + false + 0.0055 + + 32 + 32 + + + + + roll-mode-armed-fma + + 0.00091828 + 0.0106226 + 0.0635781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/roll-mode-armed + true + false + false + 0.0055 + + 32 + 32 + + + + + select + throttle-mode-box + + + + systems/thrust/alpha-floor + 0 + + + systems/thrust/toga-lk + 0 + + + it-autoflight/output/athr + 1 + + + modes/pfd/fma/throttle-mode-box + 1 + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + systems/thrust/state1 + IDLE + + + systems/thrust/state2 + IDLE + + + + + + + + select + pitch-mode-box + land-mode-box + + + modes/pfd/fma/pitch-mode-box + 1 + + + + + + select + pitch-mode-armed-box + + + + + modes/pfd/fma/pitch-mode-armed-box + 1 + + + modes/pfd/fma/pitch-mode2-armed-box + 1 + + + + + modes/pfd/fma/pitch-mode-armed + + + + modes/pfd/fma/pitch-mode2-armed + + + + + + + + + select + roll-mode-box + + + modes/pfd/fma/roll-mode-box + 1 + + + + + + select + roll-mode-armed-box + + + + modes/pfd/fma/roll-mode-armed-box + 1 + + + modes/pfd/fma/roll-mode-armed + + + + + + + + select + ap-mode-box + + + + modes/pfd/fma/ap-mode-box + 1 + + + + it-autoflight/output/ap1 + 1 + + + it-autoflight/output/ap2 + 1 + + + + + + + + select + fd-mode-box + + + + modes/pfd/fma/fd-mode-box + 1 + + + + it-autoflight/output/fd1 + 1 + + + it-autoflight/output/fd2 + 1 + + + + + + + + select + athr-mode-box + + + + modes/pfd/fma/athr-mode-box + 1 + + + it-autoflight/output/athr + 1 + + + + + + + ap-mode-fma + + 0.00091828 + 0.0656226 + 0.0727781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/ap-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + fd-mode-fma + + 0.00091828 + 0.0656226 + 0.0655781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/fd-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-active-fma + + 0.00091828 + 0.0656226 + 0.0584781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/at-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-armed-fma + + 0.00091828 + 0.0656226 + 0.0584781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/at-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + select + thrust-mode-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + MAN + + + systems/thrust/state2 + MAN + + + systems/thrust/state1 + CL + + + systems/thrust/state2 + CL + + + + + + + + select + athr-active-fma + + + + systems/thrust/alpha-floor + 0 + + + systems/thrust/toga-lk + 0 + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + MAN + + + systems/thrust/state2 + MAN + + + systems/thrust/state1 + CL + + + systems/thrust/state2 + CL + + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + + + + select + athr-armed-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/alpha-floor + 1 + + + systems/thrust/toga-lk + 1 + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + + + + + athr-man-fma + + 0.00091828 + -0.0546226 + 0.0710781 + + center-center + yz-plane + text-value + MAN + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-toga-fma + + 0.00091828 + -0.0546226 + 0.0630781 + + center-center + yz-plane + text-value + TOGA + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-mct-fma + + 0.00091828 + -0.0546226 + 0.0630781 + + center-center + yz-plane + text-value + MCT + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-flex-fma + + 0.00091828 + -0.0576226 + 0.0630781 + + center-center + yz-plane + text-value + FLX + + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-flexb-fma + + 0.00091828 + -0.0466226 + 0.0630781 + + center-center + yz-plane + text-value + %s + FMGC/internal/flex + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-thr-fma + + 0.00091828 + -0.0546226 + 0.0630781 + + center-center + yz-plane + text-value + THR + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-box-fma + + 0.00091828 + -0.0546226 + 0.0670781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/man-box + false + false + true + 0.020 + + 36 + 36 + + + + + athr-box-b-fma + + 0.00091828 + -0.0546226 + 0.0670781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/man-box + false + false + true + 0.020 + + 36 + 36 + + + + + athr-box-c-fma + + 0.00091828 + -0.0546226 + 0.0670781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/flex-box + false + false + true + 0.020 + + 36 + 36 + + + + + select + athr-man-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + + + + + + select + athr-box-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + + controls/engines/thrust-limit + FLX + + + + + + + + + select + athr-box-b-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + + + + + + select + athr-toga-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + + + + + select + athr-mct-fma + + + + it-autoflight/output/athr + 1 + + + controls/engines/thrust-limit + FLX + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + + + + + + select + athr-flex-fma + athr-flexb-fma + athr-box-c-fma + + + + it-autoflight/output/athr + 1 + + + controls/engines/thrust-limit + FLX + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + + + + + + select + athr-thr-fma + + + + it-autoflight/output/athr + 1 + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + + + + + + athr-lvrclb-fma + + 0.00091828 + -0.0546226 + 0.0550781 + + center-center + yz-plane + text-value + LVR CLB + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + select + athr-lvrclb-fma + + + + it-autoflight/output/athr + 1 + + + systems/thrust/lvrclb + 1 + + + systems/thrust/alpha-floor + 0 + + + systems/thrust/toga-lk + 0 + + + + + + + select + thrust-mode-fma + athr-lvrclb-fma + athr-thr-fma + athr-mct-fma + athr-toga-fma + athr-man-fma + athr-box-fma + + + + systems/thrust/alpha-floor + 0 + + + systems/thrust/toga-lk + 0 + + + + + + + athr-afloor-fma + + 0.00091828 + -0.0546226 + 0.0710781 + + center-center + yz-plane + text-value + A.FLOOR + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-togalk-fma + + 0.00091828 + -0.0546226 + 0.0710781 + + center-center + yz-plane + text-value + TOGA LK + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + select + athr-afloor-fma + + + + systems/thrust/alpha-floor + 1 + + + systems/thrust/toga-lk + 0 + + + + + + + select + athr-togalk-fma + + + + systems/thrust/alpha-floor + 0 + + + systems/thrust/toga-lk + 1 + + + + + + + select + athr-afloor-fma + alpha-floor-box + + + + systems/thrust/alpha-floor + 1 + + + systems/thrust/toga-lk + 1 + + + + + + + + + man-alt + + 0.0010 + 0.0553 + 0.0462 + + right-center + yz-plane + text-value + %s + it-autoflight/internal/alt + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + man-alt-lower + + 0.0010 + 0.0553 + -0.0462 + + right-center + yz-plane + text-value + %s + it-autoflight/internal/alt + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-alt + + 0.0010 + 0.0553 + 0.0462 + + right-center + yz-plane + text-value + %s + it-autoflight/internal/alt-mng + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-alt-lower + + 0.0010 + 0.0553 + -0.0462 + + right-center + yz-plane + text-value + %s + it-autoflight/internal/alt-mng + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + select + man-alt + + + + + + it-autoflight/internal/alt + instrumentation/altimeter/indicated-altitude-ft + + + 4300 + + + it-autoflight/output/vert + 8 + + + + + + + select + man-alt-lower + + + + + + it-autoflight/internal/alt + instrumentation/altimeter/indicated-altitude-ft + + + -4300 + + + it-autoflight/output/vert + 8 + + + + + + + select + mng-alt + + + + + + it-autoflight/internal/alt + instrumentation/altimeter/indicated-altitude-ft + + + 4300 + + + it-autoflight/output/vert + 8 + + + + + + + select + mng-alt-lower + + + + + + it-autoflight/internal/alt + instrumentation/altimeter/indicated-altitude-ft + + + -4300 + + + it-autoflight/output/vert + 8 + + + + + + + texmultiple + target-alt-sel + + textranslate + it-autoflight/internal/alt + 0.000019141 + + -1 + 0 + 0 + + + + textranslate + instrumentation/altimeter/indicated-altitude-ft + 0.000019141 + + 1 + 0 + 0 + + + + + + texmultiple + target-alt-mng + + textranslate + it-autoflight/internal/mng-alt + 0.000019141 + + -1 + 0 + 0 + + + + textranslate + instrumentation/altimeter/indicated-altitude-ft + 0.000019141 + + 1 + 0 + 0 + + + + + + select + target-alt-sel + + + it-autoflight/output/vert + 8 + + + + + + select + target-alt-mng + + + it-autoflight/output/vert + 8 + + + + + + + + vs-num + + 0.0010 + 0.0706 + 0.0452 + + right-center + yz-plane + number-value + %2.0f + it-autoflight/internal/vert-speed-fpm-pfd + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + vs-num-lower + + 0.0010 + 0.0706 + -0.0452 + + right-center + yz-plane + number-value + %2.0f + it-autoflight/internal/vert-speed-fpm-pfd + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + select + vs-num + + + it-autoflight/internal/vert-speed-fpm-pfd + 2 + + + + + + select + vs-num-lower + + + it-autoflight/internal/vert-speed-fpm-pfd + -2 + + + + + + select + banklim + + + it-fbw/law + 0 + + + + + + select + banklimXX + + + it-fbw/law + 0 + + + + + + usemanpitchtrim + + 0.00091828 + -0.00521 + 0.0570781 + + center-center + yz-plane + text-value + USE MAN PITCH TRIM + false + helvetica_medium.txf + autopilot/serviceable + true + false + false + 0.0051 + + 32 + 32 + + + + + select + usemanpitchtrim + + + it-fbw/law + 2 + + + + + + manpitchtrimonly + + 0.00091828 + -0.00521 + 0.0570781 + + center-center + yz-plane + text-value + MAN PITCH TRIM ONLY + false + helvetica_medium.txf + autopilot/serviceable + true + false + false + 0.0051 + + 32 + 32 + + + + + select + manpitchtrimonly + + + it-fbw/law + 3 + + + + + + select + fbwmask + + + + it-fbw/law + 2 + + + it-fbw/law + 3 + + + + + + + + + material + qnh-indicator + dh-label + ap-mode-fma + fd-mode-fma + athr-active-fma + athr-man-fma + athr-toga-fma + athr-mct-fma + athr-flex-fma + athr-thr-fma + athr-box-fma + athr-box-c-fma + athr-lvrclb-fma + vs-num + vs-num-lower + + 1 + 1 + 1 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 1 + 1 + 1 + + + + + + material + osgtext-cyan + qnh-indicator-inhg + qnh-indicator-hpa + roll-mode-armed-fma + pitch-mode-armed-fma + pitch-mode-armed2-fma + athr-flexb-fma + std-indicator + + 0 + 0.886 + 0.933 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0 + 0.886 + 0.933 + + + + + + material + osgtext-green + mach-value + thrust-mode-fma + pitch-mode-fma + land-mode-fma + roll-mode-fma + athr-afloor-fma + athr-togalk-fma + + 0 + 0.843 + 0 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0 + 0.843 + 0 + + + + + + material + radio-alt + + 0 + 0.745 + 0 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0 + 0.745 + 0 + + + + + + material + man-alt + man-alt-lower + man-spd + man-spd-lower + man-mach + man-mach-lower + + 0 + 0.886 + 0.933 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0 + 0.886 + 0.933 + + + + + + material + decision-height + athr-armed-fma + + 0.06 + 0.55 + 1 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0.06 + 0.55 + 1 + + + + + + material + radio-alt-land + + 0.99 + 0.6 + 0.04 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0.99 + 0.6 + 0.04 + + + + + + material + usemanpitchtrim + + 1 + 0.45 + 0 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 1 + 0.45 + 0 + + + + + + material + athr-box-b-fma + + 1 + 0.6 + 0 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 1 + 0.6 + 0 + + + + + + material + mng-spd + mng-spd-lower + mng-mach + mng-mach-lower + mng-alt + mng-alt-lower + + 1 + 0 + 1 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 1 + 0 + 1 + + + + + + material + manpitchtrimonly + + 1 + 0 + 0 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 1 + 0 + 0 + + + +
diff --git a/Models/Instruments/PFD-OLD/PFD2.xml b/Models/Instruments/PFD-OLD/PFD2.xml new file mode 100644 index 00000000..05f96296 --- /dev/null +++ b/Models/Instruments/PFD-OLD/PFD2.xml @@ -0,0 +1,3922 @@ + + + + + + + res/pfd-3d.ac + + + scale + 1.05 + 1.05 + 1.05 + + + + + + translate + sidestick-pos + controls/flight/elevator-input-fast + 0.0259 + + 0 + 0 + -1 + + + + + translate + sidestick-pos + controls/flight/aileron-input-fast + 0.0275 + + 0 + 1 + 0 + + + + + select + sidestick-max + sidestick-pos + + + + + gear/gear[1]/wow + gear/gear[2]/wow + + + FMGC/status/phase + 0 + + + FMGC/status/phase + 1 + + + + + gear/gear[1]/wow + gear/gear[2]/wow + + + + FMGC/status/phase + 0 + + + FMGC/status/phase + 1 + + + + engines/engine[0]/state + 3 + + + + + gear/gear[1]/wow + gear/gear[2]/wow + + + + FMGC/status/phase + 0 + + + FMGC/status/phase + 1 + + + + engines/engine[1]/state + 3 + + + + + + + + spdtrnd-up + instrumentation/pfd/speed-trend-up + textranslate + + 0 + -1 + + + 0.240 + 00.5 + + + + spdtrnd-down + instrumentation/pfd/speed-trend-down + textranslate + + 0 + -1 + + + -0.240 + 00.5 + + + + + + + texmultiple + horizon + + orientation/pitch-deg + textranslate + 0.003955078 + + 0 + 1 + + + + orientation/roll-deg + texrotate +
+ 0.50 + 0.50 +
+ + 0 + 0 + -1 + +
+
+ + + texmultiple + horizonhdg + + instrumentation/pfd/horizon-pitch + textranslate + 0.003955078 + + 0 + 1 + + + + instrumentation/pfd/heading-deg + textranslate + 0.0000001 + 0.00356999976056338 + + 1 + 0 + + + + orientation/roll-deg + texrotate +
+ 0.50 + 0.50 +
+ + 0 + 0 + -1 + +
+
+ + + texrotate + sky + orientation/roll-deg +
+ 0.50 + 0.50 +
+ + 0 + 0 + -1 + +
+ + + texmultiple + ground + + instrumentation/pfd/horizon-ground + textranslate + 0.003955078 + + 0 + 1 + + + + orientation/roll-deg + texrotate +
+ 0.50 + 0.50 +
+ + 0 + 0 + -1 + +
+
+ + + rotate + bank + slipskid + radio-alt + radio-alt-land + orientation/roll-deg + 1.05 +
+ 0 + -0.0051 + 0.00091 +
+ + 1 + 0 + 0 + +
+ + + translate + slipskid + instrumentation/slip-skid-ball/indicated-slip-skid + -0.002 + + 0 + 1 + 0 + + + + + select + fd_roll + + + + it-autoflight/output/fd2 + 1 + + + + gear/gear[1]/wow + gear/gear[2]/wow + + modes/pfd/fma/roll-mode + + + + + modes/pfd/fma/roll-mode + + + + + it-autoflight/custom/trk-fpa + 0 + + + orientation/pitch-deg + 25 + + + orientation/pitch-deg + -13 + + + orientation/roll-deg + 45 + + + orientation/roll-deg + -45 + + + + + + + select + fd_pitch + + + + it-autoflight/output/fd2 + 1 + + + + gear/gear[1]/wow + gear/gear[2]/wow + + modes/pfd/fma/pitch-mode + + + + + modes/pfd/fma/pitch-mode + + + + + it-autoflight/custom/trk-fpa + 0 + + + orientation/pitch-deg + 25 + + + orientation/pitch-deg + -13 + + + orientation/roll-deg + 45 + + + orientation/roll-deg + -45 + + + + + + + select + fpv + + + gear/gear[1]/wow + gear/gear[2]/wow + + it-autoflight/custom/trk-fpa + 1 + + + + + + + select + fpd + + + + it-autoflight/output/fd1 + 1 + + gear/gear[1]/wow + gear/gear[2]/wow + + it-autoflight/custom/trk-fpa + 1 + + + orientation/pitch-deg + 25 + + + orientation/pitch-deg + -13 + + + orientation/roll-deg + 45 + + + orientation/roll-deg + -45 + + + modes/pfd/fma/roll-mode + + + + modes/pfd/fma/pitch-mode + + + + + + + + select + pitch-mode-box + + + + + it-autoflight/output/fd1 + 1 + + + it-autoflight/output/fd2 + 1 + + + it-autoflight/output/ap1 + 1 + + + it-autoflight/output/ap2 + 1 + + + + modes/pfd/fma/pitch-mode + LAND + + + modes/pfd/fma/pitch-mode + FLARE + + + modes/pfd/fma/pitch-mode + ROLL OUT + + + modes/pfd/fma/pitch-mode + + + + + + + + select + roll-mode-box + + + + + it-autoflight/output/fd1 + 1 + + + it-autoflight/output/fd2 + 1 + + + it-autoflight/output/ap1 + 1 + + + it-autoflight/output/ap2 + 1 + + + + modes/pfd/fma/pitch-mode + LAND + + + modes/pfd/fma/pitch-mode + FLARE + + + modes/pfd/fma/pitch-mode + ROLL OUT + + + modes/pfd/fma/roll-mode + + + + + + + + select + pitch-mode-box + pitch-mode-armed-box + roll-mode-box + roll-mode-armed-box + pitch-mode-fma + roll-mode-fma + pitch-mode-armed-fma + pitch-mode-armed2-fma + roll-mode-armed-fma + + + + + it-autoflight/output/fd1 + 1 + + + it-autoflight/output/fd2 + 1 + + + it-autoflight/output/ap1 + 1 + + + it-autoflight/output/ap2 + 1 + + + + modes/pfd/fma/pitch-mode + LAND + + + modes/pfd/fma/pitch-mode + FLARE + + + modes/pfd/fma/pitch-mode + ROLL OUT + + + + + + + select + land-mode-box + land-mode-fma + landmask + + + + + it-autoflight/output/fd1 + 1 + + + it-autoflight/output/fd2 + 1 + + + it-autoflight/output/ap1 + 1 + + + it-autoflight/output/ap2 + 1 + + + + + modes/pfd/fma/pitch-mode + LAND + + + modes/pfd/fma/pitch-mode + FLARE + + + modes/pfd/fma/pitch-mode + ROLL OUT + + + + + + + + select + rudder_bar + + unused/unused + + + + + translate + fd_pitch + it-autoflight/fd/pitch-bar + 0.0006 + + 0 + 0 + 1 + + + + + translate + fd_roll + it-autoflight/fd/roll-bar + 0.0002 + + 0 + 1 + 0 + + + + + translate + fpv + instrumentation/pfd/track-diff + 0.00260 + + 0 + 1 + 0 + + + + + translate + fpv + orientation/pitch-deg + 0.001955078 + + 0 + 0 + -1 + + + + + translate + fpd + instrumentation/pfd/track-diff + 0.00260 + + 0 + 1 + 0 + + + + + translate + fpd + orientation/pitch-deg + 0.001955078 + + 0 + 0 + -1 + + + + + translate + fpd + it-autoflight/fd/pitch-bar + 0.001955078 + + 0 + 0 + 1 + + + + + rotate + fpd + it-autoflight/fd/roll-bar +
+ 0.0 + -0.005 + -0.0005 +
+ + -1 + 0 + 0 + +
+ + + textranslate + spd-tape + instrumentation/airspeed-indicator/indicated-speed-kt + + 0 0 + 200.040 + 400.080 + 600.118 + 800.158 + 1000.198 + 1200.236 + 1400.276 + 1600.316 + 1800.356 + 2000.395 + 2200.435 + 2400.474 + 2600.514 + 2800.554 + 3000.593 + 3200.633 + 3400.672 + 3600.712 + 3800.751 + 4000.791 + + + 1 + + + + + texmultiple + vls-tape + + modes/pfd/stallvls + textranslate + 0.002001953 + + 0 + -1 + 0 + + + + textranslate + instrumentation/airspeed-indicator/indicated-speed-kt + 0.002001953 + + 0 + 1 + 0 + + + + + + texmultiple + stall-tape + + modes/pfd/stallvls + textranslate + 0.002001953 + + 0 + -1 + 0 + + + + textranslate + instrumentation/airspeed-indicator/indicated-speed-kt + 0.002001953 + + 0 + 1 + 0 + + + + + + + + + select + stall-tape + vls-tape + + + position/gear-agl-ft + 5 + + + + + + + + texmultiple + vfe-tape + + textranslate + instrumentation/airspeed-indicator/indicated-speed-kt + + 0 0 + 200.040 + 400.080 + 600.118 + 800.158 + 1000.198 + 1200.236 + 1400.276 + 1600.316 + 1800.356 + 2000.395 + 2200.435 + 2400.474 + 2600.514 + 2800.554 + 3000.593 + 3200.633 + 3400.672 + 3600.712 + 3800.751 + 4000.791 + + + 0 + 1 + 0 + + + + controls/flight/flap-pos + textranslate + + 00 + 10.05 + 20.12 + 30.19 + 40.26 + 50.33 + + + 1 + 0 + 0 + + + + + + select + vfe-tape + + + controls/flight/flap-lever + 0 + + + + + + + + textranslate + alt-tape-1 + instrumentation/altimeter/indicated-altitude-ft + 0.000019141 + + 1 + + + + + texmultiple + radar-alt + + textranslate + instrumentation/altimeter/indicated-altitude-ft + 0.000019141 + + 1 + + + + textranslate + instrumentation/pfd/ground-level-diff + 0.000019141 + + 1 + + + + + + texmultiple + landing-elev + + textranslate + instrumentation/altimeter/indicated-altitude-ft + 0.000019141 + + 1 + + + + textranslate + autopilot/route-manager/destination/field-elevation-ft + 0.000019141 + + 1 + + + + + + + textranslate + alt-tape-2 + instrumentation/altimeter/indicated-altitude-ft + 0.009999725 + + 1 + + + + + osgtext-green + + 0.0010 + 0.0553 + 0.0002 + + right-center + yz-plane + number-value + %3.0f + instrumentation/altimeter/indicated-altitude-ft-pfd + false + helvetica_bold.txf + true + false + false + 0.007 + + 32 + 32 + + + + + + + radio-alt + + 0.0010 + -0.006 + -0.0362 + + center-center + yz-plane + number-value + %4.0f + position/gear-agl-ft + false + helvetica_bold.txf + true + false + false + 0.007 + + 32 + 32 + + + + + radio-alt-land + + 0.0010 + -0.006 + -0.0362 + + center-center + yz-plane + number-value + %4.0f + position/gear-agl-ft + false + helvetica_bold.txf + true + false + false + 0.007 + + 32 + 32 + + + + + + + texrotate + vsi + it-autoflight/internal/vert-speed-fpm-filtered + + -3300 58 + -3000 57 + -2000 50 + -1000 40 + -500 23 + 0 0 + 500-23 + 1000-40 + 2000-50 + 3000-57 + 3300-58 + +
+ 0.76 + 0.463 +
+ + 0 + 0 + -1 + +
+ + + + + textranslate + hdg-tape + instrumentation/pfd/heading-deg + 0.002783031 + + 1 + + + + + texmultiple + hdg-bug + + textranslate + it-autoflight/input/hdg + 0.002783031 + + -1 + + + + textranslate + instrumentation/pfd/heading-deg + 0.002783031 + + 1 + + + + + + select + hdg-bug + + + it-autoflight/output/lat + 0 + + + + + + texmultiple + trk-ind + + textranslate + instrumentation/pfd/track-deg + 0.002783031 + + -1 + + + + textranslate + instrumentation/pfd/heading-deg + 0.002783031 + + 1 + + + + + + select + trk-ind + + + velocities/groundspeed-kt + 80 + + + + + + texmultiple + loc-crs + + textranslate + instrumentation/nav/radials/selected-deg + 0.002832031 + + -1 + + + + textranslate + orientation/heading-magnetic-deg + 0.002832031 + + 1 + + + + + + select + loc-crs + + modes/pfd/ILS2 + + + + + + + select + gsscale + + modes/pfd/ILS2 + + + + + select + gspointer + + + instrumentation/nav/gs-in-range + instrumentation/nav/has-gs + modes/pfd/ILS2 + + + + + + translate + gspointer + instrumentation/nav/gs-needle-deflection-norm + 0.0322 + + 0 + 0 + 1 + + + + + + + select + locscale + + modes/pfd/ILS2 + + + + + select + locpointer + + + instrumentation/nav/in-range + instrumentation/nav/nav-loc + modes/pfd/ILS2 + + + + + + translate + locpointer + instrumentation/nav/heading-needle-deflection-norm + -0.0322 + + 0 + -1 + 0 + + + + + mach-value + + 0.0010 + -0.069 + -0.052 + + left-center + yz-plane + number-value + %0.3f + velocities/mach + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + + + qnh-indicator-inhg + + 0.0010 + 0.0512 + -0.055 + + left-center + yz-plane + number-value + %2.2f + instrumentation/altimeter/setting-inhg + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + qnh-indicator-hpa + + 0.0010 + 0.0512 + -0.055 + + left-center + yz-plane + number-value + %4.0f + instrumentation/altimeter/setting-hpa + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + qnh-indicator + + 0.0010 + 0.05 + -0.055 + + right-center + yz-plane + literal + QNH + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + std-indicator + + 0.0010 + 0.05 + -0.055 + + right-center + yz-plane + literal + STD + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + select + qnh-indicator-inhg + + + + modes/altimeter/inhg + 1 + + + modes/altimeter/std + 0 + + + + + + + select + qnh-indicator-hpa + + + + modes/altimeter/inhg + 0 + + + modes/altimeter/std + 0 + + + + + + + select + qnh-indicator + + + modes/altimeter/std + 0 + + + + + + select + std-indicator + + + modes/altimeter/std + 1 + + + + + + + + select + radio-alt + + + + position/gear-agl-ft + 2500 + + + position/gear-agl-ft + 250 + + + + + + + + select + radio-alt-land + + + position/gear-agl-ft + 250 + + + + + + select + radar-alt + + + position/gear-agl-ft + 2500 + + + + + + + + select + mach-value + + + velocities/mach + 0.500 + + + + + + dh-label + + 0.00091828 + 0.0326226 + 0.0584781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/minimums-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + decision-height + + 0.00091828 + 0.0436226 + 0.0584781 + + center-center + yz-plane + number-value + %4.0f + false + helvetica_medium.txf + instrumentation/mk-viii/inputs/arinc429/decision-height + true + false + false + 0.0051 + + 32 + 32 + + + + + + + man-spd + + 0.0010 + -0.042 + 0.0462 + + right-center + yz-plane + number-value + %3.0f + it-autoflight/input/spd-kts + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + man-spd-lower + + 0.0010 + -0.042 + -0.0462 + + right-center + yz-plane + number-value + %5.0f + it-autoflight/input/spd-kts + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-spd + + 0.0010 + -0.042 + 0.0462 + + right-center + yz-plane + number-value + %3.0f + it-autoflight/input/spd-kts + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-spd-lower + + 0.0010 + -0.042 + -0.0462 + + right-center + yz-plane + number-value + %5.0f + it-autoflight/input/spd-kts + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + man-mach + + 0.0010 + -0.042 + 0.0462 + + right-center + yz-plane + number-value + %1.2f + it-autoflight/input/spd-mach + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + man-mach-lower + + 0.0010 + -0.042 + -0.0462 + + right-center + yz-plane + number-value + %1.2f + it-autoflight/input/spd-mach + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-mach + + 0.0010 + -0.042 + 0.0462 + + right-center + yz-plane + number-value + %1.2f + it-autoflight/input/spd-mach + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-mach-lower + + 0.0010 + -0.042 + -0.0462 + + right-center + yz-plane + number-value + %1.2f + it-autoflight/input/spd-mach + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + texmultiple + trgt-spd-man + trgt-spd-mng + + textranslate + FMGC/internal/target-ias-pfd + 0.002001953 + + -1 + 0 + 0 + + + + textranslate + instrumentation/airspeed-indicator/indicated-speed-kt + 0.002001953 + + 1 + 0 + 0 + + + + + + select + trgt-spd-man + + + it-autoflight/input/spd-managed + 0 + + + + + + select + trgt-spd-mng + + + it-autoflight/input/spd-managed + 1 + + + + + + select + man-spd + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + 70 + + + it-autoflight/input/kts-mach + 0 + + + it-autoflight/input/spd-managed + 0 + + + + + + + select + mng-spd + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + 70 + + + it-autoflight/input/kts-mach + 0 + + + it-autoflight/input/spd-managed + 1 + + + + + + + select + man-spd-lower + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + -70 + + + it-autoflight/input/kts-mach + 0 + + + it-autoflight/input/spd-managed + 0 + + + + + + + select + mng-spd-lower + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + -70 + + + it-autoflight/input/kts-mach + 0 + + + it-autoflight/input/spd-managed + 1 + + + + + + + select + man-mach + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + 70 + + + it-autoflight/input/kts-mach + 1 + + + it-autoflight/input/spd-managed + 0 + + + + + + + select + mng-mach + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + 70 + + + it-autoflight/input/kts-mach + 1 + + + it-autoflight/input/spd-managed + 1 + + + + + + + select + man-mach-lower + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + -70 + + + it-autoflight/input/kts-mach + 1 + + + it-autoflight/input/spd-managed + 0 + + + + + + + select + mng-mach-lower + + + + + + it-autoflight/input/spd-kts + instrumentation/airspeed-indicator/indicated-speed-kt + + + -70 + + + it-autoflight/input/kts-mach + 1 + + + it-autoflight/input/spd-managed + 1 + + + + + + + + thrust-mode-fma + + 0.00091828 + -0.0546226 + 0.0710781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/throttle-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + pitch-mode-fma + + 0.00091828 + -0.0210226 + 0.0710781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/pitch-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + land-mode-fma + + 0.00091828 + -0.00521 + 0.0710781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/pitch-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + roll-mode-fma + + 0.00091828 + 0.0106226 + 0.0710781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/roll-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + pitch-mode-armed-fma + + 0.00091828 + -0.0130226 + 0.0635781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/pitch-mode-armed + true + false + false + 0.0055 + + 32 + 32 + + + + + pitch-mode-armed2-fma + + 0.00091828 + -0.0290226 + 0.0635781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/pitch-mode2-armed + true + false + false + 0.0055 + + 32 + 32 + + + + + roll-mode-armed-fma + + 0.00091828 + 0.0106226 + 0.0635781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/roll-mode-armed + true + false + false + 0.0055 + + 32 + 32 + + + + + select + throttle-mode-box + + + + systems/thrust/alpha-floor + 0 + + + systems/thrust/toga-lk + 0 + + + it-autoflight/output/athr + 1 + + + modes/pfd/fma/throttle-mode-box + 1 + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + systems/thrust/state1 + IDLE + + + systems/thrust/state2 + IDLE + + + + + + + + select + pitch-mode-box + land-mode-box + + + modes/pfd/fma/pitch-mode-box + 1 + + + + + + select + pitch-mode-armed-box + + + + + modes/pfd/fma/pitch-mode-armed-box + 1 + + + modes/pfd/fma/pitch-mode2-armed-box + 1 + + + + + modes/pfd/fma/pitch-mode-armed + + + + modes/pfd/fma/pitch-mode2-armed + + + + + + + + + select + roll-mode-box + + + modes/pfd/fma/roll-mode-box + 1 + + + + + + select + roll-mode-armed-box + + + + modes/pfd/fma/roll-mode-armed-box + 1 + + + modes/pfd/fma/roll-mode-armed + + + + + + + + select + ap-mode-box + + + + modes/pfd/fma/ap-mode-box + 1 + + + + it-autoflight/output/ap1 + 1 + + + it-autoflight/output/ap2 + 1 + + + + + + + + select + fd-mode-box + + + + modes/pfd/fma/fd-mode-box + 1 + + + + it-autoflight/output/fd1 + 1 + + + it-autoflight/output/fd2 + 1 + + + + + + + + select + athr-mode-box + + + + modes/pfd/fma/athr-mode-box + 1 + + + it-autoflight/output/athr + 1 + + + + + + + ap-mode-fma + + 0.00091828 + 0.0656226 + 0.0727781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/ap-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + fd-mode-fma + + 0.00091828 + 0.0656226 + 0.0655781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/fd-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-active-fma + + 0.00091828 + 0.0656226 + 0.0584781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/at-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-armed-fma + + 0.00091828 + 0.0656226 + 0.0584781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/at-mode + true + false + false + 0.0055 + + 32 + 32 + + + + + select + thrust-mode-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + MAN + + + systems/thrust/state2 + MAN + + + systems/thrust/state1 + CL + + + systems/thrust/state2 + CL + + + + + + + + select + athr-active-fma + + + + systems/thrust/alpha-floor + 0 + + + systems/thrust/toga-lk + 0 + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + MAN + + + systems/thrust/state2 + MAN + + + systems/thrust/state1 + CL + + + systems/thrust/state2 + CL + + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + + + + select + athr-armed-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/alpha-floor + 1 + + + systems/thrust/toga-lk + 1 + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + + + + + athr-man-fma + + 0.00091828 + -0.0546226 + 0.0710781 + + center-center + yz-plane + text-value + MAN + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-toga-fma + + 0.00091828 + -0.0546226 + 0.0630781 + + center-center + yz-plane + text-value + TOGA + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-mct-fma + + 0.00091828 + -0.0546226 + 0.0630781 + + center-center + yz-plane + text-value + MCT + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-flex-fma + + 0.00091828 + -0.0576226 + 0.0630781 + + center-center + yz-plane + text-value + FLX + + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-flexb-fma + + 0.00091828 + -0.0466226 + 0.0630781 + + center-center + yz-plane + text-value + %s + FMGC/internal/flex + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-thr-fma + + 0.00091828 + -0.0546226 + 0.0630781 + + center-center + yz-plane + text-value + THR + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-box-fma + + 0.00091828 + -0.0546226 + 0.0670781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/man-box + false + false + true + 0.020 + + 36 + 36 + + + + + athr-box-b-fma + + 0.00091828 + -0.0546226 + 0.0670781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/man-box + false + false + true + 0.020 + + 36 + 36 + + + + + athr-box-c-fma + + 0.00091828 + -0.0546226 + 0.0670781 + + center-center + yz-plane + text-value + %s + false + helvetica_medium.txf + modes/pfd/fma/flex-box + false + false + true + 0.020 + + 36 + 36 + + + + + select + athr-man-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + + + + + + select + athr-box-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + + controls/engines/thrust-limit + FLX + + + + + + + + + select + athr-box-b-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + + + + + + select + athr-toga-fma + + + + it-autoflight/output/athr + 1 + + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + + + + + select + athr-mct-fma + + + + it-autoflight/output/athr + 1 + + + controls/engines/thrust-limit + FLX + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + + + + + + select + athr-flex-fma + athr-flexb-fma + athr-box-c-fma + + + + it-autoflight/output/athr + 1 + + + controls/engines/thrust-limit + FLX + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + + + + + + select + athr-thr-fma + + + + it-autoflight/output/athr + 1 + + + systems/thrust/state1 + TOGA + + + systems/thrust/state2 + TOGA + + + systems/thrust/state1 + MCT + + + systems/thrust/state2 + MCT + + + + systems/thrust/state1 + MAN THR + + + systems/thrust/state2 + MAN THR + + + + + + + + athr-lvrclb-fma + + 0.00091828 + -0.0546226 + 0.0550781 + + center-center + yz-plane + text-value + LVR CLB + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + select + athr-lvrclb-fma + + + + it-autoflight/output/athr + 1 + + + systems/thrust/lvrclb + 1 + + + systems/thrust/alpha-floor + 0 + + + systems/thrust/toga-lk + 0 + + + + + + + select + thrust-mode-fma + athr-lvrclb-fma + athr-thr-fma + athr-mct-fma + athr-toga-fma + athr-man-fma + athr-box-fma + + + + systems/thrust/alpha-floor + 0 + + + systems/thrust/toga-lk + 0 + + + + + + + athr-afloor-fma + + 0.00091828 + -0.0546226 + 0.0710781 + + center-center + yz-plane + text-value + A.FLOOR + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + athr-togalk-fma + + 0.00091828 + -0.0546226 + 0.0710781 + + center-center + yz-plane + text-value + TOGA LK + autopilot/serviceable + helvetica_medium.txf + true + false + false + 0.0055 + + 32 + 32 + + + + + select + athr-afloor-fma + + + + systems/thrust/alpha-floor + 1 + + + systems/thrust/toga-lk + 0 + + + + + + + select + athr-togalk-fma + + + + systems/thrust/alpha-floor + 0 + + + systems/thrust/toga-lk + 1 + + + + + + + select + athr-afloor-fma + alpha-floor-box + + + + systems/thrust/alpha-floor + 1 + + + systems/thrust/toga-lk + 1 + + + + + + + + + man-alt + + 0.0010 + 0.0553 + 0.0462 + + right-center + yz-plane + text-value + %s + it-autoflight/internal/alt + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + man-alt-lower + + 0.0010 + 0.0553 + -0.0462 + + right-center + yz-plane + text-value + %s + it-autoflight/internal/alt + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-alt + + 0.0010 + 0.0553 + 0.0462 + + right-center + yz-plane + text-value + %s + it-autoflight/internal/alt-mng + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + mng-alt-lower + + 0.0010 + 0.0553 + -0.0462 + + right-center + yz-plane + text-value + %s + it-autoflight/internal/alt-mng + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + select + man-alt + + + + + + it-autoflight/internal/alt + instrumentation/altimeter/indicated-altitude-ft + + + 4300 + + + it-autoflight/output/vert + 8 + + + + + + + select + man-alt-lower + + + + + + it-autoflight/internal/alt + instrumentation/altimeter/indicated-altitude-ft + + + -4300 + + + it-autoflight/output/vert + 8 + + + + + + + select + mng-alt + + + + + + it-autoflight/internal/alt + instrumentation/altimeter/indicated-altitude-ft + + + 4300 + + + it-autoflight/output/vert + 8 + + + + + + + select + mng-alt-lower + + + + + + it-autoflight/internal/alt + instrumentation/altimeter/indicated-altitude-ft + + + -4300 + + + it-autoflight/output/vert + 8 + + + + + + + texmultiple + target-alt-sel + + textranslate + it-autoflight/internal/alt + 0.000019141 + + -1 + 0 + 0 + + + + textranslate + instrumentation/altimeter/indicated-altitude-ft + 0.000019141 + + 1 + 0 + 0 + + + + + + texmultiple + target-alt-mng + + textranslate + it-autoflight/internal/mng-alt + 0.000019141 + + -1 + 0 + 0 + + + + textranslate + instrumentation/altimeter/indicated-altitude-ft + 0.000019141 + + 1 + 0 + 0 + + + + + + select + target-alt-sel + + + it-autoflight/output/vert + 8 + + + + + + select + target-alt-mng + + + it-autoflight/output/vert + 8 + + + + + + + + vs-num + + 0.0010 + 0.0706 + 0.0452 + + right-center + yz-plane + number-value + %2.0f + it-autoflight/internal/vert-speed-fpm-pfd + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + vs-num-lower + + 0.0010 + 0.0706 + -0.0452 + + right-center + yz-plane + number-value + %2.0f + it-autoflight/internal/vert-speed-fpm-pfd + false + helvetica_bold.txf + true + false + false + 0.006 + + 32 + 32 + + + + + select + vs-num + + + it-autoflight/internal/vert-speed-fpm-pfd + 2 + + + + + + select + vs-num-lower + + + it-autoflight/internal/vert-speed-fpm-pfd + -2 + + + + + + select + banklim + + + it-fbw/law + 0 + + + + + + select + banklimXX + + + it-fbw/law + 0 + + + + + + usemanpitchtrim + + 0.00091828 + -0.00521 + 0.0570781 + + center-center + yz-plane + text-value + USE MAN PITCH TRIM + false + helvetica_medium.txf + autopilot/serviceable + true + false + false + 0.0051 + + 32 + 32 + + + + + select + usemanpitchtrim + + + it-fbw/law + 2 + + + + + + manpitchtrimonly + + 0.00091828 + -0.00521 + 0.0570781 + + center-center + yz-plane + text-value + MAN PITCH TRIM ONLY + false + helvetica_medium.txf + autopilot/serviceable + true + false + false + 0.0051 + + 32 + 32 + + + + + select + manpitchtrimonly + + + it-fbw/law + 3 + + + + + + select + fbwmask + + + + it-fbw/law + 2 + + + it-fbw/law + 3 + + + + + + + + + material + qnh-indicator + dh-label + ap-mode-fma + fd-mode-fma + athr-active-fma + athr-man-fma + athr-toga-fma + athr-mct-fma + athr-flex-fma + athr-thr-fma + athr-box-fma + athr-box-c-fma + athr-lvrclb-fma + vs-num + vs-num-lower + + 1 + 1 + 1 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 1 + 1 + 1 + + + + + + material + osgtext-cyan + qnh-indicator-inhg + qnh-indicator-hpa + roll-mode-armed-fma + pitch-mode-armed-fma + pitch-mode-armed2-fma + athr-flexb-fma + std-indicator + + 0 + 0.886 + 0.933 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0 + 0.886 + 0.933 + + + + + + material + osgtext-green + mach-value + thrust-mode-fma + pitch-mode-fma + land-mode-fma + roll-mode-fma + athr-afloor-fma + athr-togalk-fma + + 0 + 0.843 + 0 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0 + 0.843 + 0 + + + + + + material + radio-alt + + 0 + 0.745 + 0 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0 + 0.745 + 0 + + + + + + material + man-alt + man-alt-lower + man-spd + man-spd-lower + man-mach + man-mach-lower + + 0 + 0.886 + 0.933 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0 + 0.886 + 0.933 + + + + + + material + decision-height + athr-armed-fma + + 0.06 + 0.55 + 1 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0.06 + 0.55 + 1 + + + + + + material + radio-alt-land + + 0.99 + 0.6 + 0.04 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 0.99 + 0.6 + 0.04 + + + + + + material + usemanpitchtrim + + 1 + 0.45 + 0 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 1 + 0.45 + 0 + + + + + + material + athr-box-b-fma + + 1 + 0.6 + 0 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 1 + 0.6 + 0 + + + + + + material + mng-spd + mng-spd-lower + mng-mach + mng-mach-lower + mng-alt + mng-alt-lower + + 1 + 0 + 1 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 1 + 0 + 1 + + + + + + material + manpitchtrimonly + + 1 + 0 + 0 + + + 0 + 0 + 0 + + + 0 + 0 + 0 + + + 1 + 0 + 0 + + + +
diff --git a/Models/Instruments/PFD/res/alt-tape-2.png b/Models/Instruments/PFD-OLD/res/alt-tape-2.png similarity index 100% rename from Models/Instruments/PFD/res/alt-tape-2.png rename to Models/Instruments/PFD-OLD/res/alt-tape-2.png diff --git a/Models/Instruments/PFD/res/alt-tape.png b/Models/Instruments/PFD-OLD/res/alt-tape.png similarity index 100% rename from Models/Instruments/PFD/res/alt-tape.png rename to Models/Instruments/PFD-OLD/res/alt-tape.png diff --git a/Models/Instruments/PFD/res/arpt-elev.png b/Models/Instruments/PFD-OLD/res/arpt-elev.png similarity index 100% rename from Models/Instruments/PFD/res/arpt-elev.png rename to Models/Instruments/PFD-OLD/res/arpt-elev.png diff --git a/Models/Instruments/PFD/res/autoland.png b/Models/Instruments/PFD-OLD/res/autoland.png similarity index 100% rename from Models/Instruments/PFD/res/autoland.png rename to Models/Instruments/PFD-OLD/res/autoland.png diff --git a/Models/Instruments/PFD/res/banklim.png b/Models/Instruments/PFD-OLD/res/banklim.png similarity index 100% rename from Models/Instruments/PFD/res/banklim.png rename to Models/Instruments/PFD-OLD/res/banklim.png diff --git a/Models/Instruments/PFD/res/banklimXX.png b/Models/Instruments/PFD-OLD/res/banklimXX.png similarity index 100% rename from Models/Instruments/PFD/res/banklimXX.png rename to Models/Instruments/PFD-OLD/res/banklimXX.png diff --git a/Models/Instruments/PFD/res/box-amber.png b/Models/Instruments/PFD-OLD/res/box-amber.png similarity index 100% rename from Models/Instruments/PFD/res/box-amber.png rename to Models/Instruments/PFD-OLD/res/box-amber.png diff --git a/Models/Instruments/PFD/res/box.png b/Models/Instruments/PFD-OLD/res/box.png similarity index 100% rename from Models/Instruments/PFD/res/box.png rename to Models/Instruments/PFD-OLD/res/box.png diff --git a/Models/Instruments/PFD/res/fastslow.png b/Models/Instruments/PFD-OLD/res/fastslow.png similarity index 100% rename from Models/Instruments/PFD/res/fastslow.png rename to Models/Instruments/PFD-OLD/res/fastslow.png diff --git a/Models/Instruments/PFD/res/fpd.png b/Models/Instruments/PFD-OLD/res/fpd.png similarity index 100% rename from Models/Instruments/PFD/res/fpd.png rename to Models/Instruments/PFD-OLD/res/fpd.png diff --git a/Models/Instruments/PFD/res/fpv.png b/Models/Instruments/PFD-OLD/res/fpv.png similarity index 100% rename from Models/Instruments/PFD/res/fpv.png rename to Models/Instruments/PFD-OLD/res/fpv.png diff --git a/Models/Instruments/PFD/res/green-dot-spd.png b/Models/Instruments/PFD-OLD/res/green-dot-spd.png similarity index 100% rename from Models/Instruments/PFD/res/green-dot-spd.png rename to Models/Instruments/PFD-OLD/res/green-dot-spd.png diff --git a/Models/Instruments/PFD/res/ground.png b/Models/Instruments/PFD-OLD/res/ground.png similarity index 100% rename from Models/Instruments/PFD/res/ground.png rename to Models/Instruments/PFD-OLD/res/ground.png diff --git a/Models/Instruments/PFD/res/hdg-bug.png b/Models/Instruments/PFD-OLD/res/hdg-bug.png similarity index 100% rename from Models/Instruments/PFD/res/hdg-bug.png rename to Models/Instruments/PFD-OLD/res/hdg-bug.png diff --git a/Models/Instruments/PFD/res/hdg-tape.png b/Models/Instruments/PFD-OLD/res/hdg-tape.png similarity index 100% rename from Models/Instruments/PFD/res/hdg-tape.png rename to Models/Instruments/PFD-OLD/res/hdg-tape.png diff --git a/Models/Instruments/PFD/res/horizon.png b/Models/Instruments/PFD-OLD/res/horizon.png similarity index 100% rename from Models/Instruments/PFD/res/horizon.png rename to Models/Instruments/PFD-OLD/res/horizon.png diff --git a/Models/Instruments/PFD/res/horizonhdg.png b/Models/Instruments/PFD-OLD/res/horizonhdg.png similarity index 100% rename from Models/Instruments/PFD/res/horizonhdg.png rename to Models/Instruments/PFD-OLD/res/horizonhdg.png diff --git a/Models/Instruments/PFD/res/loc-crs.png b/Models/Instruments/PFD-OLD/res/loc-crs.png similarity index 100% rename from Models/Instruments/PFD/res/loc-crs.png rename to Models/Instruments/PFD-OLD/res/loc-crs.png diff --git a/Models/Instruments/PFD/res/mask.png b/Models/Instruments/PFD-OLD/res/mask.png similarity index 100% rename from Models/Instruments/PFD/res/mask.png rename to Models/Instruments/PFD-OLD/res/mask.png diff --git a/Models/Instruments/PFD/res/max-flaps.png b/Models/Instruments/PFD-OLD/res/max-flaps.png similarity index 100% rename from Models/Instruments/PFD/res/max-flaps.png rename to Models/Instruments/PFD-OLD/res/max-flaps.png diff --git a/Models/Instruments/PFD/res/min-flaps.png b/Models/Instruments/PFD-OLD/res/min-flaps.png similarity index 100% rename from Models/Instruments/PFD/res/min-flaps.png rename to Models/Instruments/PFD-OLD/res/min-flaps.png diff --git a/Models/Instruments/PFD/res/min-slats.png b/Models/Instruments/PFD-OLD/res/min-slats.png similarity index 100% rename from Models/Instruments/PFD/res/min-slats.png rename to Models/Instruments/PFD-OLD/res/min-slats.png diff --git a/Models/Instruments/PFD/res/pfd-3d.ac b/Models/Instruments/PFD-OLD/res/pfd-3d.ac similarity index 100% rename from Models/Instruments/PFD/res/pfd-3d.ac rename to Models/Instruments/PFD-OLD/res/pfd-3d.ac diff --git a/Models/Instruments/PFD/res/radar-alt.png b/Models/Instruments/PFD-OLD/res/radar-alt.png similarity index 100% rename from Models/Instruments/PFD/res/radar-alt.png rename to Models/Instruments/PFD-OLD/res/radar-alt.png diff --git a/Models/Instruments/PFD/res/rudder-bar.png b/Models/Instruments/PFD-OLD/res/rudder-bar.png similarity index 100% rename from Models/Instruments/PFD/res/rudder-bar.png rename to Models/Instruments/PFD-OLD/res/rudder-bar.png diff --git a/Models/Instruments/PFD/res/sky.png b/Models/Instruments/PFD-OLD/res/sky.png similarity index 100% rename from Models/Instruments/PFD/res/sky.png rename to Models/Instruments/PFD-OLD/res/sky.png diff --git a/Models/Instruments/PFD/res/spd-tape.png b/Models/Instruments/PFD-OLD/res/spd-tape.png similarity index 100% rename from Models/Instruments/PFD/res/spd-tape.png rename to Models/Instruments/PFD-OLD/res/spd-tape.png diff --git a/Models/Instruments/PFD/res/spdtrend.png b/Models/Instruments/PFD-OLD/res/spdtrend.png similarity index 100% rename from Models/Instruments/PFD/res/spdtrend.png rename to Models/Instruments/PFD-OLD/res/spdtrend.png diff --git a/Models/Instruments/PFD/res/symbols.png b/Models/Instruments/PFD-OLD/res/symbols.png similarity index 100% rename from Models/Instruments/PFD/res/symbols.png rename to Models/Instruments/PFD-OLD/res/symbols.png diff --git a/Models/Instruments/PFD/res/trgt-alt-man.png b/Models/Instruments/PFD-OLD/res/trgt-alt-man.png similarity index 100% rename from Models/Instruments/PFD/res/trgt-alt-man.png rename to Models/Instruments/PFD-OLD/res/trgt-alt-man.png diff --git a/Models/Instruments/PFD/res/trgt-alt-mng.png b/Models/Instruments/PFD-OLD/res/trgt-alt-mng.png similarity index 100% rename from Models/Instruments/PFD/res/trgt-alt-mng.png rename to Models/Instruments/PFD-OLD/res/trgt-alt-mng.png diff --git a/Models/Instruments/PFD/res/trgt-spd-des.png b/Models/Instruments/PFD-OLD/res/trgt-spd-des.png similarity index 100% rename from Models/Instruments/PFD/res/trgt-spd-des.png rename to Models/Instruments/PFD-OLD/res/trgt-spd-des.png diff --git a/Models/Instruments/PFD/res/trgt-spd-man.png b/Models/Instruments/PFD-OLD/res/trgt-spd-man.png similarity index 100% rename from Models/Instruments/PFD/res/trgt-spd-man.png rename to Models/Instruments/PFD-OLD/res/trgt-spd-man.png diff --git a/Models/Instruments/PFD/res/trgt-spd-max.png b/Models/Instruments/PFD-OLD/res/trgt-spd-max.png similarity index 100% rename from Models/Instruments/PFD/res/trgt-spd-max.png rename to Models/Instruments/PFD-OLD/res/trgt-spd-max.png diff --git a/Models/Instruments/PFD/res/trgt-spd-min.png b/Models/Instruments/PFD-OLD/res/trgt-spd-min.png similarity index 100% rename from Models/Instruments/PFD/res/trgt-spd-min.png rename to Models/Instruments/PFD-OLD/res/trgt-spd-min.png diff --git a/Models/Instruments/PFD/res/trgt-spd-mng.png b/Models/Instruments/PFD-OLD/res/trgt-spd-mng.png similarity index 100% rename from Models/Instruments/PFD/res/trgt-spd-mng.png rename to Models/Instruments/PFD-OLD/res/trgt-spd-mng.png diff --git a/Models/Instruments/PFD/res/trgt-spd.png b/Models/Instruments/PFD-OLD/res/trgt-spd.png similarity index 100% rename from Models/Instruments/PFD/res/trgt-spd.png rename to Models/Instruments/PFD-OLD/res/trgt-spd.png diff --git a/Models/Instruments/PFD/res/trk-ind.png b/Models/Instruments/PFD-OLD/res/trk-ind.png similarity index 100% rename from Models/Instruments/PFD/res/trk-ind.png rename to Models/Instruments/PFD-OLD/res/trk-ind.png diff --git a/Models/Instruments/PFD/res/v1-spd.png b/Models/Instruments/PFD-OLD/res/v1-spd.png similarity index 100% rename from Models/Instruments/PFD/res/v1-spd.png rename to Models/Instruments/PFD-OLD/res/v1-spd.png diff --git a/Models/Instruments/PFD/res/vdev.png b/Models/Instruments/PFD-OLD/res/vdev.png similarity index 100% rename from Models/Instruments/PFD/res/vdev.png rename to Models/Instruments/PFD-OLD/res/vdev.png diff --git a/Models/Instruments/PFD/res/vls-tape.png b/Models/Instruments/PFD-OLD/res/vls-tape.png similarity index 100% rename from Models/Instruments/PFD/res/vls-tape.png rename to Models/Instruments/PFD-OLD/res/vls-tape.png diff --git a/Models/Instruments/PFD/res/vnav.png b/Models/Instruments/PFD-OLD/res/vnav.png similarity index 100% rename from Models/Instruments/PFD/res/vnav.png rename to Models/Instruments/PFD-OLD/res/vnav.png diff --git a/Models/Instruments/PFD-WIP/PFD1.xml b/Models/Instruments/PFD-WIP/PFD1.xml deleted file mode 100644 index b78556b2..00000000 --- a/Models/Instruments/PFD-WIP/PFD1.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - res/PFD1.ac - - - scale - 1.05 - 1.05 - 1.05 - - - - pick - pfd1.screen - - - false - - nasal - - - - - - - material - pfd1.screen - - 1 - 1 - 1 - controls/lighting/DU/du1 - - - - diff --git a/Models/Instruments/PFD-WIP/PFD2.xml b/Models/Instruments/PFD-WIP/PFD2.xml deleted file mode 100644 index c5a721f5..00000000 --- a/Models/Instruments/PFD-WIP/PFD2.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - res/PFD2.ac - - - scale - 1.05 - 1.05 - 1.05 - - - - pick - pfd2.screen - - - false - - nasal - - - - - - - material - pfd2.screen - - 1 - 1 - 1 - controls/lighting/DU/du6 - - - - diff --git a/Models/Instruments/PFD-WIP/PFD.nas b/Models/Instruments/PFD/PFD.nas similarity index 97% rename from Models/Instruments/PFD-WIP/PFD.nas rename to Models/Instruments/PFD/PFD.nas index 58aa8f20..8be06bf8 100644 --- a/Models/Instruments/PFD-WIP/PFD.nas +++ b/Models/Instruments/PFD/PFD.nas @@ -18,9 +18,13 @@ setprop("/it-autoflight/output/ap2", 0); setprop("/it-autoflight/output/fd1", 0); setprop("/it-autoflight/output/fd2", 0); setprop("/it-autoflight/output/athr", 0); +setprop("/instrumentation/pfd/heading-deg", 0); setprop("/instrumentation/pfd/horizon-pitch", 0); setprop("/instrumentation/pfd/horizon-ground", 0); setprop("/instrumentation/pfd/hdg-diff", 0); +setprop("/instrumentation/pfd/heading-scale", 0); +setprop("/instrumentation/pfd/track-deg", 0); +setprop("/instrumentation/pfd/track-hdg-diff", 0); setprop("/it-autoflight/internal/vert-speed-fpm-pfd", 0); setprop("/position/gear-agl-ft", 0); setprop("/controls/flight/aileron-input-fast", 0); @@ -105,15 +109,14 @@ var canvas_PFD_base = { return []; }, update: func() { - if ((getprop("/systems/electrical/bus/ac1") >= 110 or getprop("/systems/electrical/bus/ac2") >= 110) and getprop("/options/test-canvas") == 1 and getprop("/controls/lighting/DU/du1") > 0) { + if ((getprop("/systems/electrical/bus/ac1") >= 110 or getprop("/systems/electrical/bus/ac2") >= 110) and getprop("/controls/lighting/DU/du1") > 0) { PFD_1.page.show(); PFD_1.update(); } else { PFD_1.page.hide(); } - if (getprop("/systems/electrical/bus/ac1") >= 110 and getprop("/systems/electrical/ac1-src") != "RAT" and getprop("/systems/electrical/bus/ac2") >= 110 and getprop("/systems/electrical/ac2-src") != "RAT" and getprop("/options/test-canvas") == 1 - and getprop("/controls/lighting/DU/du6") > 0) { + if (getprop("/systems/electrical/bus/ac1") >= 110 and getprop("/systems/electrical/ac1-src") != "RAT" and getprop("/systems/electrical/bus/ac2") >= 110 and getprop("/systems/electrical/ac2-src") != "RAT" and getprop("/controls/lighting/DU/du6") > 0) { PFD_2.page.show(); PFD_2.update(); } else { @@ -559,12 +562,12 @@ var canvas_PFD_1 = { me["LOC_scale"].hide(); me["GS_scale"].hide(); } - if (getprop("/modes/pfd/ILS1") == 1 and getprop("/instrumentation/nav[0]/in-range") == 1 and getprop("/instrumentation/nav[0]/nav-loc") == 1) { + if (getprop("/modes/pfd/ILS1") == 1 and getprop("/instrumentation/nav[0]/in-range") == 1 and getprop("/instrumentation/nav[0]/nav-loc") == 1 and getprop("/instrumentation/nav[0]/signal-quality-norm") > 0.99) { me["LOC_pointer"].show(); } else { me["LOC_pointer"].hide(); } - if (getprop("/modes/pfd/ILS1") == 1 and getprop("/instrumentation/nav[0]/gs-in-range") == 1 and getprop("/instrumentation/nav[0]/has-gs") == 1) { + if (getprop("/modes/pfd/ILS1") == 1 and getprop("/instrumentation/nav[0]/gs-in-range") == 1 and getprop("/instrumentation/nav[0]/has-gs") == 1 and getprop("/instrumentation/nav[0]/signal-quality-norm") > 0.99) { me["GS_pointer"].show(); } else { me["GS_pointer"].hide(); @@ -575,7 +578,7 @@ var canvas_PFD_1 = { me["GS_pointer"].setTranslation(0, getprop("/instrumentation/nav[0]/gs-needle-deflection-norm") * -197); # Heading - me.heading = getprop("/instrumentation/pfd/heading-deg"); + me.heading = getprop("/instrumentation/pfd/heading-scale"); me.headOffset = me.heading / 10 - int (me.heading / 10); me.middleText = roundabout(me.heading / 10); me.middleOffset = nil; @@ -624,8 +627,9 @@ var canvas_PFD_1 = { me["HDG_target"].hide(); } + me["TRK_pointer"].setTranslation((getprop("/instrumentation/pfd/track-hdg-diff") / 10) * 98.5416, 0); + me["CRS_pointer"].hide(); - me["TRK_pointer"].hide(); # AI HDG me.AI_horizon_hdg_trans.setTranslation(me.middleOffset, getprop("/instrumentation/pfd/horizon-pitch") * 11.825); @@ -1071,12 +1075,12 @@ var canvas_PFD_2 = { me["LOC_scale"].hide(); me["GS_scale"].hide(); } - if (getprop("/modes/pfd/ILS2") == 1 and getprop("/instrumentation/nav[0]/in-range") == 1 and getprop("/instrumentation/nav[0]/nav-loc") == 1) { + if (getprop("/modes/pfd/ILS2") == 1 and getprop("/instrumentation/nav[0]/in-range") == 1 and getprop("/instrumentation/nav[0]/nav-loc") == 1 and getprop("/instrumentation/nav[0]/signal-quality-norm") > 0.99) { me["LOC_pointer"].show(); } else { me["LOC_pointer"].hide(); } - if (getprop("/modes/pfd/ILS2") == 1 and getprop("/instrumentation/nav[0]/gs-in-range") == 1 and getprop("/instrumentation/nav[0]/has-gs") == 1) { + if (getprop("/modes/pfd/ILS2") == 1 and getprop("/instrumentation/nav[0]/gs-in-range") == 1 and getprop("/instrumentation/nav[0]/has-gs") == 1 and getprop("/instrumentation/nav[0]/signal-quality-norm") > 0.99) { me["GS_pointer"].show(); } else { me["GS_pointer"].hide(); @@ -1087,7 +1091,7 @@ var canvas_PFD_2 = { me["GS_pointer"].setTranslation(0, getprop("/instrumentation/nav[0]/gs-needle-deflection-norm") * -197); # Heading - me.heading = getprop("/instrumentation/pfd/heading-deg"); + me.heading = getprop("/instrumentation/pfd/heading-scale"); me.headOffset = me.heading / 10 - int (me.heading / 10); me.middleText = roundabout(me.heading / 10); me.middleOffset = nil; @@ -1136,8 +1140,9 @@ var canvas_PFD_2 = { me["HDG_target"].hide(); } + me["TRK_pointer"].setTranslation((getprop("/instrumentation/pfd/track-hdg-diff") / 10) * 98.5416, 0); + me["CRS_pointer"].hide(); - me["TRK_pointer"].hide(); # AI HDG me.AI_horizon_hdg_trans.setTranslation(me.middleOffset, getprop("/instrumentation/pfd/horizon-pitch") * 11.825); @@ -1166,8 +1171,8 @@ setlistener("sim/signals/fdm-initialized", func { var group_pfd1 = PFD1_display.createGroup(); var group_pfd2 = PFD2_display.createGroup(); - PFD_1 = canvas_PFD_1.new(group_pfd1, "Aircraft/IDG-A32X/Models/Instruments/PFD-WIP/res/pfd.svg"); - PFD_2 = canvas_PFD_2.new(group_pfd2, "Aircraft/IDG-A32X/Models/Instruments/PFD-WIP/res/pfd.svg"); + PFD_1 = canvas_PFD_1.new(group_pfd1, "Aircraft/IDG-A32X/Models/Instruments/PFD/res/pfd.svg"); + PFD_2 = canvas_PFD_2.new(group_pfd2, "Aircraft/IDG-A32X/Models/Instruments/PFD/res/pfd.svg"); PFD_update.start(); }); diff --git a/Models/Instruments/PFD/PFD1.xml b/Models/Instruments/PFD/PFD1.xml index 89d00d95..b78556b2 100644 --- a/Models/Instruments/PFD/PFD1.xml +++ b/Models/Instruments/PFD/PFD1.xml @@ -1,4 +1,4 @@ - + - - - translate - sidestick-pos - controls/flight/elevator-input-fast - 0.0259 - - 0 - 0 - -1 - - - - - translate - sidestick-pos - controls/flight/aileron-input-fast - 0.0275 - - 0 - 1 - 0 - - - - - select - sidestick-max - sidestick-pos - - - - - gear/gear[1]/wow - gear/gear[2]/wow - - - FMGC/status/phase - 0 - - - FMGC/status/phase - 1 - - - - - gear/gear[1]/wow - gear/gear[2]/wow - - - - FMGC/status/phase - 0 - - - FMGC/status/phase - 1 - - - - engines/engine[0]/state - 3 - - - - - gear/gear[1]/wow - gear/gear[2]/wow - - - - FMGC/status/phase - 0 - - - FMGC/status/phase - 1 - - - - engines/engine[1]/state - 3 - - - - - - - - spdtrnd-up - instrumentation/pfd/speed-trend-up - textranslate - - 0 - -1 - - - 0.240 - 00.5 - - - - spdtrnd-down - instrumentation/pfd/speed-trend-down - textranslate - - 0 - -1 - - - -0.240 - 00.5 - - - - - - - texmultiple - horizon - - orientation/pitch-deg - textranslate - 0.003955078 - - 0 - 1 - - - - orientation/roll-deg - texrotate -
- 0.50 - 0.50 -
- - 0 - 0 - -1 - -
-
- - - texmultiple - horizonhdg - - instrumentation/pfd/horizon-pitch - textranslate - 0.003955078 - - 0 - 1 - - - - instrumentation/pfd/heading-deg - textranslate - 0.0000001 - 0.00356999976056338 - - 1 - 0 - - - - orientation/roll-deg - texrotate -
- 0.50 - 0.50 -
- - 0 - 0 - -1 - -
-
- - - texrotate - sky - orientation/roll-deg -
- 0.50 - 0.50 -
- - 0 - 0 - -1 - -
- - - texmultiple - ground - - instrumentation/pfd/horizon-ground - textranslate - 0.003955078 - - 0 - 1 - - - - orientation/roll-deg - texrotate -
- 0.50 - 0.50 -
- - 0 - 0 - -1 - -
-
- - - rotate - bank - slipskid - radio-alt - radio-alt-land - orientation/roll-deg - 1.05 -
- 0 - -0.0051 - 0.00091 -
- - 1 - 0 - 0 - -
- - - translate - slipskid - instrumentation/slip-skid-ball/indicated-slip-skid - -0.002 - - 0 - 1 - 0 - - - - - select - fd_roll - - - - it-autoflight/output/fd1 - 1 - - - - gear/gear[1]/wow - gear/gear[2]/wow - - modes/pfd/fma/roll-mode - - - - - modes/pfd/fma/roll-mode - - - - - it-autoflight/custom/trk-fpa - 0 - - - orientation/pitch-deg - 25 - - - orientation/pitch-deg - -13 - - - orientation/roll-deg - 45 - - - orientation/roll-deg - -45 - - - - - - - select - fd_pitch - - - - it-autoflight/output/fd1 - 1 - - - - gear/gear[1]/wow - gear/gear[2]/wow - - modes/pfd/fma/pitch-mode - - - - - modes/pfd/fma/pitch-mode - - - - - it-autoflight/custom/trk-fpa - 0 - - - orientation/pitch-deg - 25 - - - orientation/pitch-deg - -13 - - - orientation/roll-deg - 45 - - - orientation/roll-deg - -45 - - - - - - - select - fpv - - - gear/gear[1]/wow - gear/gear[2]/wow - - it-autoflight/custom/trk-fpa - 1 - - - - - - - select - fpd - - - - it-autoflight/output/fd1 - 1 - - gear/gear[1]/wow - gear/gear[2]/wow - - it-autoflight/custom/trk-fpa - 1 - - - orientation/pitch-deg - 25 - - - orientation/pitch-deg - -13 - - - orientation/roll-deg - 45 - - - orientation/roll-deg - -45 - - - modes/pfd/fma/roll-mode - - - - modes/pfd/fma/pitch-mode - - - - - - - - select - pitch-mode-box - - - - - it-autoflight/output/fd1 - 1 - - - it-autoflight/output/fd2 - 1 - - - it-autoflight/output/ap1 - 1 - - - it-autoflight/output/ap2 - 1 - - - - modes/pfd/fma/pitch-mode - LAND - - - modes/pfd/fma/pitch-mode - FLARE - - - modes/pfd/fma/pitch-mode - ROLL OUT - - - modes/pfd/fma/pitch-mode - - - - - - - - select - roll-mode-box - - - - - it-autoflight/output/fd1 - 1 - - - it-autoflight/output/fd2 - 1 - - - it-autoflight/output/ap1 - 1 - - - it-autoflight/output/ap2 - 1 - - - - modes/pfd/fma/pitch-mode - LAND - - - modes/pfd/fma/pitch-mode - FLARE - - - modes/pfd/fma/pitch-mode - ROLL OUT - - - modes/pfd/fma/roll-mode - - - - - - - - select - pitch-mode-box - pitch-mode-armed-box - roll-mode-box - roll-mode-armed-box - pitch-mode-fma - roll-mode-fma - pitch-mode-armed-fma - pitch-mode-armed2-fma - roll-mode-armed-fma - - - - - it-autoflight/output/fd1 - 1 - - - it-autoflight/output/fd2 - 1 - - - it-autoflight/output/ap1 - 1 - - - it-autoflight/output/ap2 - 1 - - - - modes/pfd/fma/pitch-mode - LAND - - - modes/pfd/fma/pitch-mode - FLARE - - - modes/pfd/fma/pitch-mode - ROLL OUT - - - - - - - select - land-mode-box - land-mode-fma - landmask - - - - - it-autoflight/output/fd1 - 1 - - - it-autoflight/output/fd2 - 1 - - - it-autoflight/output/ap1 - 1 - - - it-autoflight/output/ap2 - 1 - - - - - modes/pfd/fma/pitch-mode - LAND - - - modes/pfd/fma/pitch-mode - FLARE - - - modes/pfd/fma/pitch-mode - ROLL OUT - - - - - - - - select - rudder_bar - - unused/unused - - - - - translate - fd_pitch - it-autoflight/fd/pitch-bar - 0.0006 - - 0 - 0 - 1 - - - - - translate - fd_roll - it-autoflight/fd/roll-bar - 0.0002 - - 0 - 1 - 0 - - - - - translate - fpv - instrumentation/pfd/track-diff - 0.00260 - - 0 - 1 - 0 - - - - - translate - fpv - orientation/pitch-deg - 0.001955078 - - 0 - 0 - -1 - - - - - translate - fpd - instrumentation/pfd/track-diff - 0.00260 - - 0 - 1 - 0 - - - - - translate - fpd - orientation/pitch-deg - 0.001955078 - - 0 - 0 - -1 - - - - - translate - fpd - it-autoflight/fd/pitch-bar - 0.001955078 - - 0 - 0 - 1 - - - - - rotate - fpd - it-autoflight/fd/roll-bar -
- 0.0 - -0.005 - -0.0005 -
- - -1 - 0 - 0 - -
- - - textranslate - spd-tape - instrumentation/airspeed-indicator/indicated-speed-kt - - 0 0 - 200.040 - 400.080 - 600.118 - 800.158 - 1000.198 - 1200.236 - 1400.276 - 1600.316 - 1800.356 - 2000.395 - 2200.435 - 2400.474 - 2600.514 - 2800.554 - 3000.593 - 3200.633 - 3400.672 - 3600.712 - 3800.751 - 4000.791 - - - 1 - - - - - texmultiple - vls-tape - - modes/pfd/stallvls - textranslate - 0.002001953 - - 0 - -1 - 0 - - - - textranslate - instrumentation/airspeed-indicator/indicated-speed-kt - 0.002001953 - - 0 - 1 - 0 - - - - - - texmultiple - stall-tape - - modes/pfd/stallvls - textranslate - 0.002001953 - - 0 - -1 - 0 - - - - textranslate - instrumentation/airspeed-indicator/indicated-speed-kt - 0.002001953 - - 0 - 1 - 0 - - - - - - - - - select - stall-tape - vls-tape - - - position/gear-agl-ft - 5 - - - - - - - - texmultiple - vfe-tape - - textranslate - instrumentation/airspeed-indicator/indicated-speed-kt - - 0 0 - 200.040 - 400.080 - 600.118 - 800.158 - 1000.198 - 1200.236 - 1400.276 - 1600.316 - 1800.356 - 2000.395 - 2200.435 - 2400.474 - 2600.514 - 2800.554 - 3000.593 - 3200.633 - 3400.672 - 3600.712 - 3800.751 - 4000.791 - - - 0 - 1 - 0 - - - - controls/flight/flap-pos - textranslate - - 00 - 10.05 - 20.12 - 30.19 - 40.26 - 50.33 - - - 1 - 0 - 0 - - - - - - select - vfe-tape - - - controls/flight/flap-lever - 0 - - - - - - - - textranslate - alt-tape-1 - instrumentation/altimeter/indicated-altitude-ft - 0.000019141 - - 1 - - - - - texmultiple - radar-alt - - textranslate - instrumentation/altimeter/indicated-altitude-ft - 0.000019141 - - 1 - - - - textranslate - instrumentation/pfd/ground-level-diff - 0.000019141 - - 1 - - - - - - texmultiple - landing-elev - - textranslate - instrumentation/altimeter/indicated-altitude-ft - 0.000019141 - - 1 - - - - textranslate - autopilot/route-manager/destination/field-elevation-ft - 0.000019141 - - 1 - - - - - - - textranslate - alt-tape-2 - instrumentation/altimeter/indicated-altitude-ft - 0.009999725 - - 1 - - - - - osgtext-green - - 0.0010 - 0.0553 - 0.0002 - - right-center - yz-plane - number-value - %3.0f - instrumentation/altimeter/indicated-altitude-ft-pfd - false - helvetica_bold.txf - true - false - false - 0.007 - - 32 - 32 - - - - - - - radio-alt - - 0.0010 - -0.006 - -0.0362 - - center-center - yz-plane - number-value - %4.0f - position/gear-agl-ft - false - helvetica_bold.txf - true - false - false - 0.007 - - 32 - 32 - - - - - radio-alt-land - - 0.0010 - -0.006 - -0.0362 - - center-center - yz-plane - number-value - %4.0f - position/gear-agl-ft - false - helvetica_bold.txf - true - false - false - 0.007 - - 32 - 32 - - - - - - - texrotate - vsi - it-autoflight/internal/vert-speed-fpm-filtered - - -3300 58 - -3000 57 - -2000 50 - -1000 40 - -500 23 - 0 0 - 500-23 - 1000-40 - 2000-50 - 3000-57 - 3300-58 - -
- 0.76 - 0.463 -
- - 0 - 0 - -1 - -
- - - - - textranslate - hdg-tape - instrumentation/pfd/heading-deg - 0.002783031 - - 1 - - - - - texmultiple - hdg-bug - - textranslate - it-autoflight/input/hdg - 0.002783031 - - -1 - - - - textranslate - instrumentation/pfd/heading-deg - 0.002783031 - - 1 - - - - - - select - hdg-bug - - - it-autoflight/output/lat - 0 - - - - - - texmultiple - trk-ind - - textranslate - instrumentation/pfd/track-deg - 0.002783031 - - -1 - - - - textranslate - instrumentation/pfd/heading-deg - 0.002783031 - - 1 - - - - - - select - trk-ind - - - velocities/groundspeed-kt - 80 - - - - - - texmultiple - loc-crs - - textranslate - instrumentation/nav/radials/selected-deg - 0.002832031 - - -1 - - - - textranslate - orientation/heading-magnetic-deg - 0.002832031 - - 1 - - - - - - select - loc-crs - - modes/pfd/ILS1 - - - - - - - select - gsscale - - modes/pfd/ILS1 - - - - - select - gspointer - - - instrumentation/nav/gs-in-range - instrumentation/nav/has-gs - modes/pfd/ILS1 - - - - - - translate - gspointer - instrumentation/nav/gs-needle-deflection-norm - 0.0322 - - 0 - 0 - 1 - - - - - - - select - locscale - - modes/pfd/ILS1 - - - - - select - locpointer - - - instrumentation/nav/in-range - instrumentation/nav/nav-loc - modes/pfd/ILS1 - - - - - - translate - locpointer - instrumentation/nav/heading-needle-deflection-norm - -0.0322 - - 0 - -1 - 0 - - - - - mach-value - - 0.0010 - -0.069 - -0.052 - - left-center - yz-plane - number-value - %0.3f - velocities/mach - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - - - qnh-indicator-inhg - - 0.0010 - 0.0512 - -0.055 - - left-center - yz-plane - number-value - %2.2f - instrumentation/altimeter/setting-inhg - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - qnh-indicator-hpa - - 0.0010 - 0.0512 - -0.055 - - left-center - yz-plane - number-value - %4.0f - instrumentation/altimeter/setting-hpa - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - qnh-indicator - - 0.0010 - 0.05 - -0.055 - - right-center - yz-plane - literal - QNH - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - std-indicator - - 0.0010 - 0.05 - -0.055 - - right-center - yz-plane - literal - STD - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - select - qnh-indicator-inhg - - - - modes/altimeter/inhg - 1 - - - modes/altimeter/std - 0 - - - - - - - select - qnh-indicator-hpa - - - - modes/altimeter/inhg - 0 - - - modes/altimeter/std - 0 - - - - - - - select - qnh-indicator - - - modes/altimeter/std - 0 - - - - - - select - std-indicator - - - modes/altimeter/std - 1 - - - - - - - - select - radio-alt - - - - position/gear-agl-ft - 2500 - - - position/gear-agl-ft - 250 - - - - - - - - select - radio-alt-land - - - position/gear-agl-ft - 250 - - - - - - select - radar-alt - - - position/gear-agl-ft - 2500 - - - - - - - - select - mach-value - - - velocities/mach - 0.500 - - - - - - dh-label - - 0.00091828 - 0.0326226 - 0.0584781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/minimums-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - decision-height - - 0.00091828 - 0.0436226 - 0.0584781 - - center-center - yz-plane - number-value - %4.0f - false - helvetica_medium.txf - instrumentation/mk-viii/inputs/arinc429/decision-height - true - false - false - 0.0051 - - 32 - 32 - - - - - - - man-spd - - 0.0010 - -0.042 - 0.0462 - - right-center - yz-plane - number-value - %3.0f - it-autoflight/input/spd-kts - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - man-spd-lower - - 0.0010 - -0.042 - -0.0462 - - right-center - yz-plane - number-value - %5.0f - it-autoflight/input/spd-kts - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-spd - - 0.0010 - -0.042 - 0.0462 - - right-center - yz-plane - number-value - %3.0f - it-autoflight/input/spd-kts - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-spd-lower - - 0.0010 - -0.042 - -0.0462 - - right-center - yz-plane - number-value - %5.0f - it-autoflight/input/spd-kts - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - man-mach - - 0.0010 - -0.042 - 0.0462 - - right-center - yz-plane - number-value - %1.2f - it-autoflight/input/spd-mach - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - man-mach-lower - - 0.0010 - -0.042 - -0.0462 - - right-center - yz-plane - number-value - %1.2f - it-autoflight/input/spd-mach - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-mach - - 0.0010 - -0.042 - 0.0462 - - right-center - yz-plane - number-value - %1.2f - it-autoflight/input/spd-mach - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-mach-lower - - 0.0010 - -0.042 - -0.0462 - - right-center - yz-plane - number-value - %1.2f - it-autoflight/input/spd-mach - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - texmultiple - trgt-spd-man - trgt-spd-mng - - textranslate - FMGC/internal/target-ias-pfd - 0.002001953 - - -1 - 0 - 0 - - - - textranslate - instrumentation/airspeed-indicator/indicated-speed-kt - 0.002001953 - - 1 - 0 - 0 - - - - - - select - trgt-spd-man - - - it-autoflight/input/spd-managed - 0 - - - - - - select - trgt-spd-mng - - - it-autoflight/input/spd-managed - 1 - - - - - - select - man-spd - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - 70 - - - it-autoflight/input/kts-mach - 0 - - - it-autoflight/input/spd-managed - 0 - - - - - - - select - mng-spd - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - 70 - - - it-autoflight/input/kts-mach - 0 - - - it-autoflight/input/spd-managed - 1 - - - - - - - select - man-spd-lower - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - -70 - - - it-autoflight/input/kts-mach - 0 - - - it-autoflight/input/spd-managed - 0 - - - - - - - select - mng-spd-lower - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - -70 - - - it-autoflight/input/kts-mach - 0 - - - it-autoflight/input/spd-managed - 1 - - - - - - - select - man-mach - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - 70 - - - it-autoflight/input/kts-mach - 1 - - - it-autoflight/input/spd-managed - 0 - - - - - - - select - mng-mach - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - 70 - - - it-autoflight/input/kts-mach - 1 - - - it-autoflight/input/spd-managed - 1 - - - - - - - select - man-mach-lower - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - -70 - - - it-autoflight/input/kts-mach - 1 - - - it-autoflight/input/spd-managed - 0 - - - - - - - select - mng-mach-lower - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - -70 - - - it-autoflight/input/kts-mach - 1 - - - it-autoflight/input/spd-managed - 1 - - - - - - - - thrust-mode-fma - - 0.00091828 - -0.0546226 - 0.0710781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/throttle-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - pitch-mode-fma - - 0.00091828 - -0.0210226 - 0.0710781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/pitch-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - land-mode-fma - - 0.00091828 - -0.00521 - 0.0710781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/pitch-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - roll-mode-fma - - 0.00091828 - 0.0106226 - 0.0710781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/roll-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - pitch-mode-armed-fma - - 0.00091828 - -0.0130226 - 0.0635781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/pitch-mode-armed - true - false - false - 0.0055 - - 32 - 32 - - - - - pitch-mode-armed2-fma - - 0.00091828 - -0.0290226 - 0.0635781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/pitch-mode2-armed - true - false - false - 0.0055 - - 32 - 32 - - - - - roll-mode-armed-fma - - 0.00091828 - 0.0106226 - 0.0635781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/roll-mode-armed - true - false - false - 0.0055 - - 32 - 32 - - - - - select - throttle-mode-box - - - - systems/thrust/alpha-floor - 0 - - - systems/thrust/toga-lk - 0 - - - it-autoflight/output/athr - 1 - - - modes/pfd/fma/throttle-mode-box - 1 - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - systems/thrust/state1 - IDLE - - - systems/thrust/state2 - IDLE - - - - - - - - select - pitch-mode-box - land-mode-box - - - modes/pfd/fma/pitch-mode-box - 1 - - - - - - select - pitch-mode-armed-box - - - - - modes/pfd/fma/pitch-mode-armed-box - 1 - - - modes/pfd/fma/pitch-mode2-armed-box - 1 - - - - - modes/pfd/fma/pitch-mode-armed - - - - modes/pfd/fma/pitch-mode2-armed - - - - - - - - - select - roll-mode-box - - - modes/pfd/fma/roll-mode-box - 1 - - - - - - select - roll-mode-armed-box - - - - modes/pfd/fma/roll-mode-armed-box - 1 - - - modes/pfd/fma/roll-mode-armed - - - - - - - - select - ap-mode-box - - - - modes/pfd/fma/ap-mode-box - 1 - - - - it-autoflight/output/ap1 - 1 - - - it-autoflight/output/ap2 - 1 - - - - - - - - select - fd-mode-box - - - - modes/pfd/fma/fd-mode-box - 1 - - - - it-autoflight/output/fd1 - 1 - - - it-autoflight/output/fd2 - 1 - - - - - - - - select - athr-mode-box - - - - modes/pfd/fma/athr-mode-box - 1 - - - it-autoflight/output/athr - 1 - - - - - - - ap-mode-fma - - 0.00091828 - 0.0656226 - 0.0727781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/ap-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - fd-mode-fma - - 0.00091828 - 0.0656226 - 0.0655781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/fd-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-active-fma - - 0.00091828 - 0.0656226 - 0.0584781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/at-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-armed-fma - - 0.00091828 - 0.0656226 - 0.0584781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/at-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - select - thrust-mode-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - MAN - - - systems/thrust/state2 - MAN - - - systems/thrust/state1 - CL - - - systems/thrust/state2 - CL - - - - - - - - select - athr-active-fma - - - - systems/thrust/alpha-floor - 0 - - - systems/thrust/toga-lk - 0 - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - MAN - - - systems/thrust/state2 - MAN - - - systems/thrust/state1 - CL - - - systems/thrust/state2 - CL - - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - - - - select - athr-armed-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/alpha-floor - 1 - - - systems/thrust/toga-lk - 1 - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - - - - - athr-man-fma - - 0.00091828 - -0.0546226 - 0.0710781 - - center-center - yz-plane - text-value - MAN - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-toga-fma - - 0.00091828 - -0.0546226 - 0.0630781 - - center-center - yz-plane - text-value - TOGA - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-mct-fma - - 0.00091828 - -0.0546226 - 0.0630781 - - center-center - yz-plane - text-value - MCT - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-flex-fma - - 0.00091828 - -0.0576226 - 0.0630781 - - center-center - yz-plane - text-value - FLX + - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-flexb-fma - - 0.00091828 - -0.0466226 - 0.0630781 - - center-center - yz-plane - text-value - %s - FMGC/internal/flex - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-thr-fma - - 0.00091828 - -0.0546226 - 0.0630781 - - center-center - yz-plane - text-value - THR - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-box-fma - - 0.00091828 - -0.0546226 - 0.0670781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/man-box - false - false - true - 0.020 - - 36 - 36 - - - - - athr-box-b-fma - - 0.00091828 - -0.0546226 - 0.0670781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/man-box - false - false - true - 0.020 - - 36 - 36 - - - - - athr-box-c-fma - - 0.00091828 - -0.0546226 - 0.0670781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/flex-box - false - false - true - 0.020 - - 36 - 36 - - - - - select - athr-man-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - - - - - - select - athr-box-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - - controls/engines/thrust-limit - FLX - - - - - - - - - select - athr-box-b-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - - - - - - select - athr-toga-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - - - - - select - athr-mct-fma - - - - it-autoflight/output/athr - 1 - - - controls/engines/thrust-limit - FLX - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - - - - - - select - athr-flex-fma - athr-flexb-fma - athr-box-c-fma - - - - it-autoflight/output/athr - 1 - - - controls/engines/thrust-limit - FLX - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - - - - - - select - athr-thr-fma - - - - it-autoflight/output/athr - 1 - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - - - - - - athr-lvrclb-fma - - 0.00091828 - -0.0546226 - 0.0550781 - - center-center - yz-plane - text-value - LVR CLB - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - select - athr-lvrclb-fma - - - - it-autoflight/output/athr - 1 - - - systems/thrust/lvrclb - 1 - - - systems/thrust/alpha-floor - 0 - - - systems/thrust/toga-lk - 0 - - - - - - - select - thrust-mode-fma - athr-lvrclb-fma - athr-thr-fma - athr-mct-fma - athr-toga-fma - athr-man-fma - athr-box-fma - - - - systems/thrust/alpha-floor - 0 - - - systems/thrust/toga-lk - 0 - - - - - - - athr-afloor-fma - - 0.00091828 - -0.0546226 - 0.0710781 - - center-center - yz-plane - text-value - A.FLOOR - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-togalk-fma - - 0.00091828 - -0.0546226 - 0.0710781 - - center-center - yz-plane - text-value - TOGA LK - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - select - athr-afloor-fma - - - - systems/thrust/alpha-floor - 1 - - - systems/thrust/toga-lk - 0 - - - - - - - select - athr-togalk-fma - - - - systems/thrust/alpha-floor - 0 - - - systems/thrust/toga-lk - 1 - - - - - - - select - athr-afloor-fma - alpha-floor-box - - - - systems/thrust/alpha-floor - 1 - - - systems/thrust/toga-lk - 1 - - - - - - - - - man-alt - - 0.0010 - 0.0553 - 0.0462 - - right-center - yz-plane - text-value - %s - it-autoflight/internal/alt - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - man-alt-lower - - 0.0010 - 0.0553 - -0.0462 - - right-center - yz-plane - text-value - %s - it-autoflight/internal/alt - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-alt - - 0.0010 - 0.0553 - 0.0462 - - right-center - yz-plane - text-value - %s - it-autoflight/internal/alt-mng - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-alt-lower - - 0.0010 - 0.0553 - -0.0462 - - right-center - yz-plane - text-value - %s - it-autoflight/internal/alt-mng - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - select - man-alt - - - - - - it-autoflight/internal/alt - instrumentation/altimeter/indicated-altitude-ft - - - 4300 - - - it-autoflight/output/vert - 8 - - - - - - - select - man-alt-lower - - - - - - it-autoflight/internal/alt - instrumentation/altimeter/indicated-altitude-ft - - - -4300 - - - it-autoflight/output/vert - 8 - - - - - - - select - mng-alt - - - - - - it-autoflight/internal/alt - instrumentation/altimeter/indicated-altitude-ft - - - 4300 - - - it-autoflight/output/vert - 8 - - - - - - - select - mng-alt-lower - - - - - - it-autoflight/internal/alt - instrumentation/altimeter/indicated-altitude-ft - - - -4300 - - - it-autoflight/output/vert - 8 - - - - - - - texmultiple - target-alt-sel - - textranslate - it-autoflight/internal/alt - 0.000019141 - - -1 - 0 - 0 - - - - textranslate - instrumentation/altimeter/indicated-altitude-ft - 0.000019141 - - 1 - 0 - 0 - - - - - - texmultiple - target-alt-mng - - textranslate - it-autoflight/internal/mng-alt - 0.000019141 - - -1 - 0 - 0 - - - - textranslate - instrumentation/altimeter/indicated-altitude-ft - 0.000019141 - - 1 - 0 - 0 - - - - - - select - target-alt-sel - - - it-autoflight/output/vert - 8 - - - - - - select - target-alt-mng - - - it-autoflight/output/vert - 8 - - - - - - - - vs-num - - 0.0010 - 0.0706 - 0.0452 - - right-center - yz-plane - number-value - %2.0f - it-autoflight/internal/vert-speed-fpm-pfd - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - vs-num-lower - - 0.0010 - 0.0706 - -0.0452 - - right-center - yz-plane - number-value - %2.0f - it-autoflight/internal/vert-speed-fpm-pfd - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - select - vs-num - - - it-autoflight/internal/vert-speed-fpm-pfd - 2 - - - - - - select - vs-num-lower - - - it-autoflight/internal/vert-speed-fpm-pfd - -2 - - - - - - select - banklim - - - it-fbw/law - 0 - - - - - - select - banklimXX - - - it-fbw/law - 0 - - - - - - usemanpitchtrim - - 0.00091828 - -0.00521 - 0.0570781 - - center-center - yz-plane - text-value - USE MAN PITCH TRIM - false - helvetica_medium.txf - autopilot/serviceable - true - false - false - 0.0051 - - 32 - 32 - - - - - select - usemanpitchtrim - - - it-fbw/law - 2 - - - - - - manpitchtrimonly - - 0.00091828 - -0.00521 - 0.0570781 - - center-center - yz-plane - text-value - MAN PITCH TRIM ONLY - false - helvetica_medium.txf - autopilot/serviceable - true - false - false - 0.0051 - - 32 - 32 - - - - - select - manpitchtrimonly - - - it-fbw/law - 3 - - - - - select - fbwmask - - - - it-fbw/law - 2 - - - it-fbw/law - 3 - - - + pick + pfd1.screen + + + false + + nasal + + + - - material - qnh-indicator - dh-label - ap-mode-fma - fd-mode-fma - athr-active-fma - athr-man-fma - athr-toga-fma - athr-mct-fma - athr-flex-fma - athr-thr-fma - athr-box-fma - athr-box-c-fma - athr-lvrclb-fma - vs-num - vs-num-lower - - 1 - 1 - 1 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - + pfd1.screen 1 1 1 + controls/lighting/DU/du1 - - - - material - osgtext-cyan - qnh-indicator-inhg - qnh-indicator-hpa - roll-mode-armed-fma - pitch-mode-armed-fma - pitch-mode-armed2-fma - athr-flexb-fma - std-indicator - - 0 - 0.886 - 0.933 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0.886 - 0.933 - - - - - - material - osgtext-green - mach-value - thrust-mode-fma - pitch-mode-fma - land-mode-fma - roll-mode-fma - athr-afloor-fma - athr-togalk-fma - - 0 - 0.843 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0.843 - 0 - - - - - - material - radio-alt - - 0 - 0.745 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0.745 - 0 - - - - - - material - man-alt - man-alt-lower - man-spd - man-spd-lower - man-mach - man-mach-lower - - 0 - 0.886 - 0.933 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0.886 - 0.933 - - - - - - material - decision-height - athr-armed-fma - - 0.06 - 0.55 - 1 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0.06 - 0.55 - 1 - - - - - - material - radio-alt-land - - 0.99 - 0.6 - 0.04 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0.99 - 0.6 - 0.04 - - - - - - material - usemanpitchtrim - - 1 - 0.45 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 1 - 0.45 - 0 - - - - - - material - athr-box-b-fma - - 1 - 0.6 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 1 - 0.6 - 0 - - - - - - material - mng-spd - mng-spd-lower - mng-mach - mng-mach-lower - mng-alt - mng-alt-lower - - 1 - 0 - 1 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 1 - 0 - 1 - - - - - - material - manpitchtrimonly - - 1 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 1 - 0 - 0 - - - + diff --git a/Models/Instruments/PFD/PFD2.xml b/Models/Instruments/PFD/PFD2.xml index 05f96296..c5a721f5 100644 --- a/Models/Instruments/PFD/PFD2.xml +++ b/Models/Instruments/PFD/PFD2.xml @@ -1,4 +1,4 @@ - + - - - translate - sidestick-pos - controls/flight/elevator-input-fast - 0.0259 - - 0 - 0 - -1 - - - - - translate - sidestick-pos - controls/flight/aileron-input-fast - 0.0275 - - 0 - 1 - 0 - - - - - select - sidestick-max - sidestick-pos - - - - - gear/gear[1]/wow - gear/gear[2]/wow - - - FMGC/status/phase - 0 - - - FMGC/status/phase - 1 - - - - - gear/gear[1]/wow - gear/gear[2]/wow - - - - FMGC/status/phase - 0 - - - FMGC/status/phase - 1 - - - - engines/engine[0]/state - 3 - - - - - gear/gear[1]/wow - gear/gear[2]/wow - - - - FMGC/status/phase - 0 - - - FMGC/status/phase - 1 - - - - engines/engine[1]/state - 3 - - - - - - - - spdtrnd-up - instrumentation/pfd/speed-trend-up - textranslate - - 0 - -1 - - - 0.240 - 00.5 - - - - spdtrnd-down - instrumentation/pfd/speed-trend-down - textranslate - - 0 - -1 - - - -0.240 - 00.5 - - - - - - - texmultiple - horizon - - orientation/pitch-deg - textranslate - 0.003955078 - - 0 - 1 - - - - orientation/roll-deg - texrotate -
- 0.50 - 0.50 -
- - 0 - 0 - -1 - -
-
- - - texmultiple - horizonhdg - - instrumentation/pfd/horizon-pitch - textranslate - 0.003955078 - - 0 - 1 - - - - instrumentation/pfd/heading-deg - textranslate - 0.0000001 - 0.00356999976056338 - - 1 - 0 - - - - orientation/roll-deg - texrotate -
- 0.50 - 0.50 -
- - 0 - 0 - -1 - -
-
- - - texrotate - sky - orientation/roll-deg -
- 0.50 - 0.50 -
- - 0 - 0 - -1 - -
- - - texmultiple - ground - - instrumentation/pfd/horizon-ground - textranslate - 0.003955078 - - 0 - 1 - - - - orientation/roll-deg - texrotate -
- 0.50 - 0.50 -
- - 0 - 0 - -1 - -
-
- - - rotate - bank - slipskid - radio-alt - radio-alt-land - orientation/roll-deg - 1.05 -
- 0 - -0.0051 - 0.00091 -
- - 1 - 0 - 0 - -
- - - translate - slipskid - instrumentation/slip-skid-ball/indicated-slip-skid - -0.002 - - 0 - 1 - 0 - - - - - select - fd_roll - - - - it-autoflight/output/fd2 - 1 - - - - gear/gear[1]/wow - gear/gear[2]/wow - - modes/pfd/fma/roll-mode - - - - - modes/pfd/fma/roll-mode - - - - - it-autoflight/custom/trk-fpa - 0 - - - orientation/pitch-deg - 25 - - - orientation/pitch-deg - -13 - - - orientation/roll-deg - 45 - - - orientation/roll-deg - -45 - - - - - - - select - fd_pitch - - - - it-autoflight/output/fd2 - 1 - - - - gear/gear[1]/wow - gear/gear[2]/wow - - modes/pfd/fma/pitch-mode - - - - - modes/pfd/fma/pitch-mode - - - - - it-autoflight/custom/trk-fpa - 0 - - - orientation/pitch-deg - 25 - - - orientation/pitch-deg - -13 - - - orientation/roll-deg - 45 - - - orientation/roll-deg - -45 - - - - - - - select - fpv - - - gear/gear[1]/wow - gear/gear[2]/wow - - it-autoflight/custom/trk-fpa - 1 - - - - - - - select - fpd - - - - it-autoflight/output/fd1 - 1 - - gear/gear[1]/wow - gear/gear[2]/wow - - it-autoflight/custom/trk-fpa - 1 - - - orientation/pitch-deg - 25 - - - orientation/pitch-deg - -13 - - - orientation/roll-deg - 45 - - - orientation/roll-deg - -45 - - - modes/pfd/fma/roll-mode - - - - modes/pfd/fma/pitch-mode - - - - - - - - select - pitch-mode-box - - - - - it-autoflight/output/fd1 - 1 - - - it-autoflight/output/fd2 - 1 - - - it-autoflight/output/ap1 - 1 - - - it-autoflight/output/ap2 - 1 - - - - modes/pfd/fma/pitch-mode - LAND - - - modes/pfd/fma/pitch-mode - FLARE - - - modes/pfd/fma/pitch-mode - ROLL OUT - - - modes/pfd/fma/pitch-mode - - - - - - - - select - roll-mode-box - - - - - it-autoflight/output/fd1 - 1 - - - it-autoflight/output/fd2 - 1 - - - it-autoflight/output/ap1 - 1 - - - it-autoflight/output/ap2 - 1 - - - - modes/pfd/fma/pitch-mode - LAND - - - modes/pfd/fma/pitch-mode - FLARE - - - modes/pfd/fma/pitch-mode - ROLL OUT - - - modes/pfd/fma/roll-mode - - - - - - - - select - pitch-mode-box - pitch-mode-armed-box - roll-mode-box - roll-mode-armed-box - pitch-mode-fma - roll-mode-fma - pitch-mode-armed-fma - pitch-mode-armed2-fma - roll-mode-armed-fma - - - - - it-autoflight/output/fd1 - 1 - - - it-autoflight/output/fd2 - 1 - - - it-autoflight/output/ap1 - 1 - - - it-autoflight/output/ap2 - 1 - - - - modes/pfd/fma/pitch-mode - LAND - - - modes/pfd/fma/pitch-mode - FLARE - - - modes/pfd/fma/pitch-mode - ROLL OUT - - - - - - - select - land-mode-box - land-mode-fma - landmask - - - - - it-autoflight/output/fd1 - 1 - - - it-autoflight/output/fd2 - 1 - - - it-autoflight/output/ap1 - 1 - - - it-autoflight/output/ap2 - 1 - - - - - modes/pfd/fma/pitch-mode - LAND - - - modes/pfd/fma/pitch-mode - FLARE - - - modes/pfd/fma/pitch-mode - ROLL OUT - - - - - - - - select - rudder_bar - - unused/unused - - - - - translate - fd_pitch - it-autoflight/fd/pitch-bar - 0.0006 - - 0 - 0 - 1 - - - - - translate - fd_roll - it-autoflight/fd/roll-bar - 0.0002 - - 0 - 1 - 0 - - - - - translate - fpv - instrumentation/pfd/track-diff - 0.00260 - - 0 - 1 - 0 - - - - - translate - fpv - orientation/pitch-deg - 0.001955078 - - 0 - 0 - -1 - - - - - translate - fpd - instrumentation/pfd/track-diff - 0.00260 - - 0 - 1 - 0 - - - - - translate - fpd - orientation/pitch-deg - 0.001955078 - - 0 - 0 - -1 - - - - - translate - fpd - it-autoflight/fd/pitch-bar - 0.001955078 - - 0 - 0 - 1 - - - - - rotate - fpd - it-autoflight/fd/roll-bar -
- 0.0 - -0.005 - -0.0005 -
- - -1 - 0 - 0 - -
- - - textranslate - spd-tape - instrumentation/airspeed-indicator/indicated-speed-kt - - 0 0 - 200.040 - 400.080 - 600.118 - 800.158 - 1000.198 - 1200.236 - 1400.276 - 1600.316 - 1800.356 - 2000.395 - 2200.435 - 2400.474 - 2600.514 - 2800.554 - 3000.593 - 3200.633 - 3400.672 - 3600.712 - 3800.751 - 4000.791 - - - 1 - - - - - texmultiple - vls-tape - - modes/pfd/stallvls - textranslate - 0.002001953 - - 0 - -1 - 0 - - - - textranslate - instrumentation/airspeed-indicator/indicated-speed-kt - 0.002001953 - - 0 - 1 - 0 - - - - - - texmultiple - stall-tape - - modes/pfd/stallvls - textranslate - 0.002001953 - - 0 - -1 - 0 - - - - textranslate - instrumentation/airspeed-indicator/indicated-speed-kt - 0.002001953 - - 0 - 1 - 0 - - - - - - - - - select - stall-tape - vls-tape - - - position/gear-agl-ft - 5 - - - - - - - - texmultiple - vfe-tape - - textranslate - instrumentation/airspeed-indicator/indicated-speed-kt - - 0 0 - 200.040 - 400.080 - 600.118 - 800.158 - 1000.198 - 1200.236 - 1400.276 - 1600.316 - 1800.356 - 2000.395 - 2200.435 - 2400.474 - 2600.514 - 2800.554 - 3000.593 - 3200.633 - 3400.672 - 3600.712 - 3800.751 - 4000.791 - - - 0 - 1 - 0 - - - - controls/flight/flap-pos - textranslate - - 00 - 10.05 - 20.12 - 30.19 - 40.26 - 50.33 - - - 1 - 0 - 0 - - - - - - select - vfe-tape - - - controls/flight/flap-lever - 0 - - - - - - - - textranslate - alt-tape-1 - instrumentation/altimeter/indicated-altitude-ft - 0.000019141 - - 1 - - - - - texmultiple - radar-alt - - textranslate - instrumentation/altimeter/indicated-altitude-ft - 0.000019141 - - 1 - - - - textranslate - instrumentation/pfd/ground-level-diff - 0.000019141 - - 1 - - - - - - texmultiple - landing-elev - - textranslate - instrumentation/altimeter/indicated-altitude-ft - 0.000019141 - - 1 - - - - textranslate - autopilot/route-manager/destination/field-elevation-ft - 0.000019141 - - 1 - - - - - - - textranslate - alt-tape-2 - instrumentation/altimeter/indicated-altitude-ft - 0.009999725 - - 1 - - - - - osgtext-green - - 0.0010 - 0.0553 - 0.0002 - - right-center - yz-plane - number-value - %3.0f - instrumentation/altimeter/indicated-altitude-ft-pfd - false - helvetica_bold.txf - true - false - false - 0.007 - - 32 - 32 - - - - - - - radio-alt - - 0.0010 - -0.006 - -0.0362 - - center-center - yz-plane - number-value - %4.0f - position/gear-agl-ft - false - helvetica_bold.txf - true - false - false - 0.007 - - 32 - 32 - - - - - radio-alt-land - - 0.0010 - -0.006 - -0.0362 - - center-center - yz-plane - number-value - %4.0f - position/gear-agl-ft - false - helvetica_bold.txf - true - false - false - 0.007 - - 32 - 32 - - - - - - - texrotate - vsi - it-autoflight/internal/vert-speed-fpm-filtered - - -3300 58 - -3000 57 - -2000 50 - -1000 40 - -500 23 - 0 0 - 500-23 - 1000-40 - 2000-50 - 3000-57 - 3300-58 - -
- 0.76 - 0.463 -
- - 0 - 0 - -1 - -
- - - - - textranslate - hdg-tape - instrumentation/pfd/heading-deg - 0.002783031 - - 1 - - - - - texmultiple - hdg-bug - - textranslate - it-autoflight/input/hdg - 0.002783031 - - -1 - - - - textranslate - instrumentation/pfd/heading-deg - 0.002783031 - - 1 - - - - - - select - hdg-bug - - - it-autoflight/output/lat - 0 - - - - - - texmultiple - trk-ind - - textranslate - instrumentation/pfd/track-deg - 0.002783031 - - -1 - - - - textranslate - instrumentation/pfd/heading-deg - 0.002783031 - - 1 - - - - - - select - trk-ind - - - velocities/groundspeed-kt - 80 - - - - - - texmultiple - loc-crs - - textranslate - instrumentation/nav/radials/selected-deg - 0.002832031 - - -1 - - - - textranslate - orientation/heading-magnetic-deg - 0.002832031 - - 1 - - - - - - select - loc-crs - - modes/pfd/ILS2 - - - - - - - select - gsscale - - modes/pfd/ILS2 - - - - - select - gspointer - - - instrumentation/nav/gs-in-range - instrumentation/nav/has-gs - modes/pfd/ILS2 - - - - - - translate - gspointer - instrumentation/nav/gs-needle-deflection-norm - 0.0322 - - 0 - 0 - 1 - - - - - - - select - locscale - - modes/pfd/ILS2 - - - - - select - locpointer - - - instrumentation/nav/in-range - instrumentation/nav/nav-loc - modes/pfd/ILS2 - - - - - - translate - locpointer - instrumentation/nav/heading-needle-deflection-norm - -0.0322 - - 0 - -1 - 0 - - - - - mach-value - - 0.0010 - -0.069 - -0.052 - - left-center - yz-plane - number-value - %0.3f - velocities/mach - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - - - qnh-indicator-inhg - - 0.0010 - 0.0512 - -0.055 - - left-center - yz-plane - number-value - %2.2f - instrumentation/altimeter/setting-inhg - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - qnh-indicator-hpa - - 0.0010 - 0.0512 - -0.055 - - left-center - yz-plane - number-value - %4.0f - instrumentation/altimeter/setting-hpa - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - qnh-indicator - - 0.0010 - 0.05 - -0.055 - - right-center - yz-plane - literal - QNH - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - std-indicator - - 0.0010 - 0.05 - -0.055 - - right-center - yz-plane - literal - STD - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - select - qnh-indicator-inhg - - - - modes/altimeter/inhg - 1 - - - modes/altimeter/std - 0 - - - - - - - select - qnh-indicator-hpa - - - - modes/altimeter/inhg - 0 - - - modes/altimeter/std - 0 - - - - - - - select - qnh-indicator - - - modes/altimeter/std - 0 - - - - - - select - std-indicator - - - modes/altimeter/std - 1 - - - - - - - - select - radio-alt - - - - position/gear-agl-ft - 2500 - - - position/gear-agl-ft - 250 - - - - - - - - select - radio-alt-land - - - position/gear-agl-ft - 250 - - - - - - select - radar-alt - - - position/gear-agl-ft - 2500 - - - - - - - - select - mach-value - - - velocities/mach - 0.500 - - - - - - dh-label - - 0.00091828 - 0.0326226 - 0.0584781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/minimums-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - decision-height - - 0.00091828 - 0.0436226 - 0.0584781 - - center-center - yz-plane - number-value - %4.0f - false - helvetica_medium.txf - instrumentation/mk-viii/inputs/arinc429/decision-height - true - false - false - 0.0051 - - 32 - 32 - - - - - - - man-spd - - 0.0010 - -0.042 - 0.0462 - - right-center - yz-plane - number-value - %3.0f - it-autoflight/input/spd-kts - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - man-spd-lower - - 0.0010 - -0.042 - -0.0462 - - right-center - yz-plane - number-value - %5.0f - it-autoflight/input/spd-kts - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-spd - - 0.0010 - -0.042 - 0.0462 - - right-center - yz-plane - number-value - %3.0f - it-autoflight/input/spd-kts - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-spd-lower - - 0.0010 - -0.042 - -0.0462 - - right-center - yz-plane - number-value - %5.0f - it-autoflight/input/spd-kts - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - man-mach - - 0.0010 - -0.042 - 0.0462 - - right-center - yz-plane - number-value - %1.2f - it-autoflight/input/spd-mach - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - man-mach-lower - - 0.0010 - -0.042 - -0.0462 - - right-center - yz-plane - number-value - %1.2f - it-autoflight/input/spd-mach - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-mach - - 0.0010 - -0.042 - 0.0462 - - right-center - yz-plane - number-value - %1.2f - it-autoflight/input/spd-mach - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-mach-lower - - 0.0010 - -0.042 - -0.0462 - - right-center - yz-plane - number-value - %1.2f - it-autoflight/input/spd-mach - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - texmultiple - trgt-spd-man - trgt-spd-mng - - textranslate - FMGC/internal/target-ias-pfd - 0.002001953 - - -1 - 0 - 0 - - - - textranslate - instrumentation/airspeed-indicator/indicated-speed-kt - 0.002001953 - - 1 - 0 - 0 - - - - - - select - trgt-spd-man - - - it-autoflight/input/spd-managed - 0 - - - - - - select - trgt-spd-mng - - - it-autoflight/input/spd-managed - 1 - - - - - - select - man-spd - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - 70 - - - it-autoflight/input/kts-mach - 0 - - - it-autoflight/input/spd-managed - 0 - - - - - - - select - mng-spd - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - 70 - - - it-autoflight/input/kts-mach - 0 - - - it-autoflight/input/spd-managed - 1 - - - - - - - select - man-spd-lower - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - -70 - - - it-autoflight/input/kts-mach - 0 - - - it-autoflight/input/spd-managed - 0 - - - - - - - select - mng-spd-lower - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - -70 - - - it-autoflight/input/kts-mach - 0 - - - it-autoflight/input/spd-managed - 1 - - - - - - - select - man-mach - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - 70 - - - it-autoflight/input/kts-mach - 1 - - - it-autoflight/input/spd-managed - 0 - - - - - - - select - mng-mach - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - 70 - - - it-autoflight/input/kts-mach - 1 - - - it-autoflight/input/spd-managed - 1 - - - - - - - select - man-mach-lower - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - -70 - - - it-autoflight/input/kts-mach - 1 - - - it-autoflight/input/spd-managed - 0 - - - - - - - select - mng-mach-lower - - - - - - it-autoflight/input/spd-kts - instrumentation/airspeed-indicator/indicated-speed-kt - - - -70 - - - it-autoflight/input/kts-mach - 1 - - - it-autoflight/input/spd-managed - 1 - - - - - - - - thrust-mode-fma - - 0.00091828 - -0.0546226 - 0.0710781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/throttle-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - pitch-mode-fma - - 0.00091828 - -0.0210226 - 0.0710781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/pitch-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - land-mode-fma - - 0.00091828 - -0.00521 - 0.0710781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/pitch-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - roll-mode-fma - - 0.00091828 - 0.0106226 - 0.0710781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/roll-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - pitch-mode-armed-fma - - 0.00091828 - -0.0130226 - 0.0635781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/pitch-mode-armed - true - false - false - 0.0055 - - 32 - 32 - - - - - pitch-mode-armed2-fma - - 0.00091828 - -0.0290226 - 0.0635781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/pitch-mode2-armed - true - false - false - 0.0055 - - 32 - 32 - - - - - roll-mode-armed-fma - - 0.00091828 - 0.0106226 - 0.0635781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/roll-mode-armed - true - false - false - 0.0055 - - 32 - 32 - - - - - select - throttle-mode-box - - - - systems/thrust/alpha-floor - 0 - - - systems/thrust/toga-lk - 0 - - - it-autoflight/output/athr - 1 - - - modes/pfd/fma/throttle-mode-box - 1 - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - systems/thrust/state1 - IDLE - - - systems/thrust/state2 - IDLE - - - - - - - - select - pitch-mode-box - land-mode-box - - - modes/pfd/fma/pitch-mode-box - 1 - - - - - - select - pitch-mode-armed-box - - - - - modes/pfd/fma/pitch-mode-armed-box - 1 - - - modes/pfd/fma/pitch-mode2-armed-box - 1 - - - - - modes/pfd/fma/pitch-mode-armed - - - - modes/pfd/fma/pitch-mode2-armed - - - - - - - - - select - roll-mode-box - - - modes/pfd/fma/roll-mode-box - 1 - - - - - - select - roll-mode-armed-box - - - - modes/pfd/fma/roll-mode-armed-box - 1 - - - modes/pfd/fma/roll-mode-armed - - - - - - - - select - ap-mode-box - - - - modes/pfd/fma/ap-mode-box - 1 - - - - it-autoflight/output/ap1 - 1 - - - it-autoflight/output/ap2 - 1 - - - - - - - - select - fd-mode-box - - - - modes/pfd/fma/fd-mode-box - 1 - - - - it-autoflight/output/fd1 - 1 - - - it-autoflight/output/fd2 - 1 - - - - - - - - select - athr-mode-box - - - - modes/pfd/fma/athr-mode-box - 1 - - - it-autoflight/output/athr - 1 - - - - - - - ap-mode-fma - - 0.00091828 - 0.0656226 - 0.0727781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/ap-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - fd-mode-fma - - 0.00091828 - 0.0656226 - 0.0655781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/fd-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-active-fma - - 0.00091828 - 0.0656226 - 0.0584781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/at-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-armed-fma - - 0.00091828 - 0.0656226 - 0.0584781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/at-mode - true - false - false - 0.0055 - - 32 - 32 - - - - - select - thrust-mode-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - MAN - - - systems/thrust/state2 - MAN - - - systems/thrust/state1 - CL - - - systems/thrust/state2 - CL - - - - - - - - select - athr-active-fma - - - - systems/thrust/alpha-floor - 0 - - - systems/thrust/toga-lk - 0 - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - MAN - - - systems/thrust/state2 - MAN - - - systems/thrust/state1 - CL - - - systems/thrust/state2 - CL - - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - - - - select - athr-armed-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/alpha-floor - 1 - - - systems/thrust/toga-lk - 1 - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - - - - - athr-man-fma - - 0.00091828 - -0.0546226 - 0.0710781 - - center-center - yz-plane - text-value - MAN - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-toga-fma - - 0.00091828 - -0.0546226 - 0.0630781 - - center-center - yz-plane - text-value - TOGA - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-mct-fma - - 0.00091828 - -0.0546226 - 0.0630781 - - center-center - yz-plane - text-value - MCT - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-flex-fma - - 0.00091828 - -0.0576226 - 0.0630781 - - center-center - yz-plane - text-value - FLX + - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-flexb-fma - - 0.00091828 - -0.0466226 - 0.0630781 - - center-center - yz-plane - text-value - %s - FMGC/internal/flex - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-thr-fma - - 0.00091828 - -0.0546226 - 0.0630781 - - center-center - yz-plane - text-value - THR - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-box-fma - - 0.00091828 - -0.0546226 - 0.0670781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/man-box - false - false - true - 0.020 - - 36 - 36 - - - - - athr-box-b-fma - - 0.00091828 - -0.0546226 - 0.0670781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/man-box - false - false - true - 0.020 - - 36 - 36 - - - - - athr-box-c-fma - - 0.00091828 - -0.0546226 - 0.0670781 - - center-center - yz-plane - text-value - %s - false - helvetica_medium.txf - modes/pfd/fma/flex-box - false - false - true - 0.020 - - 36 - 36 - - - - - select - athr-man-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - - - - - - select - athr-box-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - - controls/engines/thrust-limit - FLX - - - - - - - - - select - athr-box-b-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - - - - - - select - athr-toga-fma - - - - it-autoflight/output/athr - 1 - - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - - - - - select - athr-mct-fma - - - - it-autoflight/output/athr - 1 - - - controls/engines/thrust-limit - FLX - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - - - - - - select - athr-flex-fma - athr-flexb-fma - athr-box-c-fma - - - - it-autoflight/output/athr - 1 - - - controls/engines/thrust-limit - FLX - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - - - - - - select - athr-thr-fma - - - - it-autoflight/output/athr - 1 - - - systems/thrust/state1 - TOGA - - - systems/thrust/state2 - TOGA - - - systems/thrust/state1 - MCT - - - systems/thrust/state2 - MCT - - - - systems/thrust/state1 - MAN THR - - - systems/thrust/state2 - MAN THR - - - - - - - - athr-lvrclb-fma - - 0.00091828 - -0.0546226 - 0.0550781 - - center-center - yz-plane - text-value - LVR CLB - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - select - athr-lvrclb-fma - - - - it-autoflight/output/athr - 1 - - - systems/thrust/lvrclb - 1 - - - systems/thrust/alpha-floor - 0 - - - systems/thrust/toga-lk - 0 - - - - - - - select - thrust-mode-fma - athr-lvrclb-fma - athr-thr-fma - athr-mct-fma - athr-toga-fma - athr-man-fma - athr-box-fma - - - - systems/thrust/alpha-floor - 0 - - - systems/thrust/toga-lk - 0 - - - - - - - athr-afloor-fma - - 0.00091828 - -0.0546226 - 0.0710781 - - center-center - yz-plane - text-value - A.FLOOR - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - athr-togalk-fma - - 0.00091828 - -0.0546226 - 0.0710781 - - center-center - yz-plane - text-value - TOGA LK - autopilot/serviceable - helvetica_medium.txf - true - false - false - 0.0055 - - 32 - 32 - - - - - select - athr-afloor-fma - - - - systems/thrust/alpha-floor - 1 - - - systems/thrust/toga-lk - 0 - - - - - - - select - athr-togalk-fma - - - - systems/thrust/alpha-floor - 0 - - - systems/thrust/toga-lk - 1 - - - - - - - select - athr-afloor-fma - alpha-floor-box - - - - systems/thrust/alpha-floor - 1 - - - systems/thrust/toga-lk - 1 - - - - - - - - - man-alt - - 0.0010 - 0.0553 - 0.0462 - - right-center - yz-plane - text-value - %s - it-autoflight/internal/alt - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - man-alt-lower - - 0.0010 - 0.0553 - -0.0462 - - right-center - yz-plane - text-value - %s - it-autoflight/internal/alt - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-alt - - 0.0010 - 0.0553 - 0.0462 - - right-center - yz-plane - text-value - %s - it-autoflight/internal/alt-mng - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - mng-alt-lower - - 0.0010 - 0.0553 - -0.0462 - - right-center - yz-plane - text-value - %s - it-autoflight/internal/alt-mng - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - select - man-alt - - - - - - it-autoflight/internal/alt - instrumentation/altimeter/indicated-altitude-ft - - - 4300 - - - it-autoflight/output/vert - 8 - - - - - - - select - man-alt-lower - - - - - - it-autoflight/internal/alt - instrumentation/altimeter/indicated-altitude-ft - - - -4300 - - - it-autoflight/output/vert - 8 - - - - - - - select - mng-alt - - - - - - it-autoflight/internal/alt - instrumentation/altimeter/indicated-altitude-ft - - - 4300 - - - it-autoflight/output/vert - 8 - - - - - - - select - mng-alt-lower - - - - - - it-autoflight/internal/alt - instrumentation/altimeter/indicated-altitude-ft - - - -4300 - - - it-autoflight/output/vert - 8 - - - - - - - texmultiple - target-alt-sel - - textranslate - it-autoflight/internal/alt - 0.000019141 - - -1 - 0 - 0 - - - - textranslate - instrumentation/altimeter/indicated-altitude-ft - 0.000019141 - - 1 - 0 - 0 - - - - - - texmultiple - target-alt-mng - - textranslate - it-autoflight/internal/mng-alt - 0.000019141 - - -1 - 0 - 0 - - - - textranslate - instrumentation/altimeter/indicated-altitude-ft - 0.000019141 - - 1 - 0 - 0 - - - - - - select - target-alt-sel - - - it-autoflight/output/vert - 8 - - - - - - select - target-alt-mng - - - it-autoflight/output/vert - 8 - - - - - - - - vs-num - - 0.0010 - 0.0706 - 0.0452 - - right-center - yz-plane - number-value - %2.0f - it-autoflight/internal/vert-speed-fpm-pfd - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - vs-num-lower - - 0.0010 - 0.0706 - -0.0452 - - right-center - yz-plane - number-value - %2.0f - it-autoflight/internal/vert-speed-fpm-pfd - false - helvetica_bold.txf - true - false - false - 0.006 - - 32 - 32 - - - - - select - vs-num - - - it-autoflight/internal/vert-speed-fpm-pfd - 2 - - - - - - select - vs-num-lower - - - it-autoflight/internal/vert-speed-fpm-pfd - -2 - - - - - - select - banklim - - - it-fbw/law - 0 - - - - - - select - banklimXX - - - it-fbw/law - 0 - - - - - - usemanpitchtrim - - 0.00091828 - -0.00521 - 0.0570781 - - center-center - yz-plane - text-value - USE MAN PITCH TRIM - false - helvetica_medium.txf - autopilot/serviceable - true - false - false - 0.0051 - - 32 - 32 - - - - - select - usemanpitchtrim - - - it-fbw/law - 2 - - - - - - manpitchtrimonly - - 0.00091828 - -0.00521 - 0.0570781 - - center-center - yz-plane - text-value - MAN PITCH TRIM ONLY - false - helvetica_medium.txf - autopilot/serviceable - true - false - false - 0.0051 - - 32 - 32 - - - - - select - manpitchtrimonly - - - it-fbw/law - 3 - - - - - select - fbwmask - - - - it-fbw/law - 2 - - - it-fbw/law - 3 - - - + pick + pfd2.screen + + + false + + nasal + + + - - material - qnh-indicator - dh-label - ap-mode-fma - fd-mode-fma - athr-active-fma - athr-man-fma - athr-toga-fma - athr-mct-fma - athr-flex-fma - athr-thr-fma - athr-box-fma - athr-box-c-fma - athr-lvrclb-fma - vs-num - vs-num-lower - - 1 - 1 - 1 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - + pfd2.screen 1 1 1 + controls/lighting/DU/du6 - - - - material - osgtext-cyan - qnh-indicator-inhg - qnh-indicator-hpa - roll-mode-armed-fma - pitch-mode-armed-fma - pitch-mode-armed2-fma - athr-flexb-fma - std-indicator - - 0 - 0.886 - 0.933 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0.886 - 0.933 - - - - - - material - osgtext-green - mach-value - thrust-mode-fma - pitch-mode-fma - land-mode-fma - roll-mode-fma - athr-afloor-fma - athr-togalk-fma - - 0 - 0.843 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0.843 - 0 - - - - - - material - radio-alt - - 0 - 0.745 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0.745 - 0 - - - - - - material - man-alt - man-alt-lower - man-spd - man-spd-lower - man-mach - man-mach-lower - - 0 - 0.886 - 0.933 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0.886 - 0.933 - - - - - - material - decision-height - athr-armed-fma - - 0.06 - 0.55 - 1 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0.06 - 0.55 - 1 - - - - - - material - radio-alt-land - - 0.99 - 0.6 - 0.04 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 0.99 - 0.6 - 0.04 - - - - - - material - usemanpitchtrim - - 1 - 0.45 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 1 - 0.45 - 0 - - - - - - material - athr-box-b-fma - - 1 - 0.6 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 1 - 0.6 - 0 - - - - - - material - mng-spd - mng-spd-lower - mng-mach - mng-mach-lower - mng-alt - mng-alt-lower - - 1 - 0 - 1 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 1 - 0 - 1 - - - - - - material - manpitchtrimonly - - 1 - 0 - 0 - - - 0 - 0 - 0 - - - 0 - 0 - 0 - - - 1 - 0 - 0 - - - + diff --git a/Models/Instruments/PFD-WIP/res/PFD1.ac b/Models/Instruments/PFD/res/PFD1.ac similarity index 100% rename from Models/Instruments/PFD-WIP/res/PFD1.ac rename to Models/Instruments/PFD/res/PFD1.ac diff --git a/Models/Instruments/PFD-WIP/res/PFD2.ac b/Models/Instruments/PFD/res/PFD2.ac similarity index 100% rename from Models/Instruments/PFD-WIP/res/PFD2.ac rename to Models/Instruments/PFD/res/PFD2.ac diff --git a/Models/Instruments/PFD-WIP/res/info.txt b/Models/Instruments/PFD/res/info.txt similarity index 100% rename from Models/Instruments/PFD-WIP/res/info.txt rename to Models/Instruments/PFD/res/info.txt diff --git a/Models/Instruments/PFD-WIP/res/pfd.svg b/Models/Instruments/PFD/res/pfd.svg similarity index 100% rename from Models/Instruments/PFD-WIP/res/pfd.svg rename to Models/Instruments/PFD/res/pfd.svg diff --git a/Models/Instruments/PFD-WIP/res/screen.png b/Models/Instruments/PFD/res/screen.png similarity index 100% rename from Models/Instruments/PFD-WIP/res/screen.png rename to Models/Instruments/PFD/res/screen.png diff --git a/Nasal/FMGC-b.nas b/Nasal/FMGC-b.nas index 0a5a8777..862c6ab9 100644 --- a/Nasal/FMGC-b.nas +++ b/Nasal/FMGC-b.nas @@ -199,8 +199,8 @@ var fmabox = func { } setprop("/it-autoflight/output/fma-pwr", 0); } else { - setprop("/it-autoflight/input/vs", int(getprop("/velocities/vertical-speed-fps")*0.6)*100); - setprop("/it-autoflight/input/fpa", int(10*getprop("/it-autoflight/internal/fpa"))*0.1); + setprop("/it-autoflight/input/vs", math.round(getprop("/it-autoflight/internal/vert-speed-fpm"), 100)); + setprop("/it-autoflight/input/fpa", math.round(getprop("/it-autoflight/internal/fpa"), 0.1)); setprop("/it-autoflight/output/fma-pwr", 1); } } @@ -251,7 +251,7 @@ var lateral = func { alandt1.stop(); setprop("/it-autoflight/output/loc-armed", 0); setprop("/it-autoflight/output/appr-armed", 0); - var hdg5sec = int(getprop("/it-autoflight/internal/heading-5-sec-ahead")+0.5); + var hdg5sec = int(getprop("/it-autoflight/internal/heading-5-sec-ahead") + 0.5); setprop("/it-autoflight/input/hdg", hdg5sec); setprop("/it-autoflight/output/lat", 0); setprop("/it-autoflight/mode/lat", "HDG"); @@ -287,7 +287,11 @@ var lat_arm = func { gui.popupTip("Please make sure you have a route set, and that it is Activated!"); } } else if (latset == 3) { - var hdgnow = int(getprop("/orientation/heading-magnetic-deg")+0.5); + if (getprop("/it-autoflight/custom/trk-fpa") == 1) { + var hdgnow = int(getprop("/instrumentation/pfd/track-deg") + 0.5); + } else { + var hdgnow = int(getprop("/instrumentation/pfd/heading-deg") + 0.5); + } setprop("/it-autoflight/input/hdg", hdgnow); setprop("/it-autoflight/input/lat-arm", 0); setprop("/it-autoflight/mode/arm", " "); @@ -329,7 +333,7 @@ var vertical = func { setprop("/it-autoflight/output/appr-armed", 0); var altinput = getprop("/it-autoflight/input/alt"); setprop("/it-autoflight/internal/alt", altinput); - var vsnow = int(getprop("/velocities/vertical-speed-fps")*0.6)*100; + var vsnow = math.round(getprop("/it-autoflight/internal/vert-speed-fpm"), 100); setprop("/it-autoflight/input/vs", vsnow); setprop("/it-autoflight/output/vert", 1); setprop("/it-autoflight/mode/vert", "V/S"); @@ -402,7 +406,7 @@ var vertical = func { setprop("/it-autoflight/output/appr-armed", 0); var altinput = getprop("/it-autoflight/input/alt"); setprop("/it-autoflight/internal/alt", altinput); - var fpanow = (int(10*getprop("/it-autoflight/internal/fpa")))*0.1; + var fpanow = math.round(getprop("/it-autoflight/internal/fpa"), 0.1); setprop("/it-autoflight/input/fpa", fpanow); setprop("/it-autoflight/output/vert", 5); setprop("/it-autoflight/mode/vert", "FPA"); diff --git a/Systems/fmgc-drivers.xml b/Systems/fmgc-drivers.xml index f6886360..d522e227 100644 --- a/Systems/fmgc-drivers.xml +++ b/Systems/fmgc-drivers.xml @@ -24,7 +24,7 @@ 0 - /orientation/heading-magnetic-deg + /instrumentation/pfd/heading-deg @@ -33,7 +33,7 @@ 1 - /orientation/track-magnetic-deg + /instrumentation/pfd/track-deg /it-autoflight/internal/heading-5-sec-ahead 5.0 @@ -116,7 +116,7 @@ /position/gear-agl-ft - 100-600 + 100-650 50-500 45 -70
@@ -134,7 +134,7 @@ /position/gear-agl-ft - 100-600 + 100-650 50-500 40-400 30-300 @@ -405,7 +405,7 @@ /it-autoflight/input/hdg - /orientation/heading-magnetic-deg + /instrumentation/pfd/heading-deg -1.0 @@ -424,7 +424,7 @@ /it-autoflight/input/hdg - /orientation/heading-deg + /instrumentation/pfd/track-deg -1.0 diff --git a/Systems/pfd.xml b/Systems/pfd.xml index 6934c46b..d369bb04 100644 --- a/Systems/pfd.xml +++ b/Systems/pfd.xml @@ -19,7 +19,7 @@ /instrumentation/altimeter/indicated-altitude-ft - instrumentation/pfd/ground-level-diff + /instrumentation/pfd/ground-level-diff @@ -31,9 +31,9 @@ /it-autoflight/internal/alt - instrumentation/altimeter/indicated-altitude-ft + /instrumentation/altimeter/indicated-altitude-ft - instrumentation/pfd/sel-alt-diff + /instrumentation/pfd/sel-alt-diff @@ -45,45 +45,59 @@ /it-autoflight/internal/mng-alt - instrumentation/altimeter/indicated-altitude-ft + /instrumentation/altimeter/indicated-altitude-ft - instrumentation/pfd/mng-alt-diff + /instrumentation/pfd/mng-alt-diff Heading Deg gain - 0.05 1.0 - /orientation/heading-deg - instrumentation/efis/mfd/true-north + /instrumentation/efis/mfd/true-north + /orientation/heading-deg /orientation/heading-magnetic-deg 0 - instrumentation/pfd/heading-deg + /instrumentation/pfd/heading-deg Track Deg gain - 0.05 1.0 - /orientation/track-deg - instrumentation/efis/mfd/true-north + + /instrumentation/efis/mfd/true-north + + /velocities/groundspeed-kt + 1 + + + /orientation/track-deg + + + /instrumentation/efis/mfd/true-north + + /velocities/groundspeed-kt + 1 + + + /orientation/track-magnetic-deg + /instrumentation/pfd/heading-deg 0 - instrumentation/pfd/track-deg + /instrumentation/pfd/track-deg @@ -91,19 +105,28 @@ gain 0.05 1.0 + + /orientation/track-deg + + + /instrumentation/pfd/heading-deg + + /instrumentation/pfd/track-diff + + + + Heading scale + gain + 0.05 + 1.0 /it-autoflight/custom/trk-fpa - /orientation/track-deg + /instrumentation/pfd/track-deg - - /orientation/track-magnetic-deg - - - instrumentation/pfd/heading-deg - - instrumentation/pfd/track-diff + /instrumentation/pfd/heading-deg + /instrumentation/pfd/heading-scale @@ -119,13 +142,39 @@ - instrumentation/pfd/heading-deg + /instrumentation/pfd/heading-scale -180.0 180.0 - instrumentation/pfd/hdg-diff + /instrumentation/pfd/hdg-diff + + -180.0 + 180.0 + + + + + Track bug diff + gain + 0.05 + 1.0 + + /instrumentation/pfd/track-deg + + -180.0 + 180.0 + + + + /instrumentation/pfd/heading-scale + + -180.0 + 180.0 + + + /instrumentation/pfd/track-hdg-diff -180.0 180.0 @@ -138,33 +187,24 @@ 0.05 1.0 - /instrumentation/nav/radials/selected-deg + /instrumentation/nav[0]/radials/selected-deg -180.0 180.0 - instrumentation/pfd/heading-deg + /instrumentation/pfd/heading-deg -180.0 180.0 - instrumentation/pfd/loc-crs-diff + /instrumentation/pfd/loc-crs-diff -180.0 180.0 - - /flight-management/freq/ils-mode - - - /instrumentation/nav/nav-id - - - - @@ -176,13 +216,13 @@ gain1.0 - instrumentation/weu/state/stall-speed + /instrumentation/weu/state/stall-speed - velocities/airspeed-kt + /velocities/airspeed-kt 85 - instrumentation/pfd/stallspeed-diff + /instrumentation/pfd/stallspeed-diff-20510 @@ -192,13 +232,13 @@ gain-1.0 - instrumentation/afds/max-airspeed-kts + /instrumentation/afds/max-airspeed-kts - velocities/airspeed-kt + /velocities/airspeed-kt -95 - instrumentation/pfd/overspeed-diff + /instrumentation/pfd/overspeed-diff-200-10 @@ -210,8 +250,8 @@ speed predictor (smoothed) false - velocities/airspeed-kt - instrumentation/pfd/speed-lookahead + /velocities/airspeed-kt + /instrumentation/pfd/speed-lookahead 10.0 0.01 @@ -221,14 +261,14 @@ falsegain - instrumentation/pfd/speed-lookahead + /instrumentation/pfd/speed-lookahead - velocities/airspeed-kt + /velocities/airspeed-kt 90 -0.002667 - instrumentation/pfd/speed-trend-up + /instrumentation/pfd/speed-trend-up0.240 @@ -238,15 +278,15 @@ falsegain - instrumentation/pfd/speed-lookahead + /instrumentation/pfd/speed-lookahead0 - velocities/airspeed-kt + /velocities/airspeed-kt -90 -0.002667 - instrumentation/pfd/speed-trend-down + /instrumentation/pfd/speed-trend-down-0.240 @@ -254,93 +294,11 @@ - - - Ground Horizon - gain - 1 - - - - /options/test-canvas - 1 - - - - - - - - /gear/gear[1]/wow - 0 - - - /gear/gear[2]/wow - 0 - - - - - -
- /position/gear-agl-ft - 1 0 - 150 16 -
- - /orientation/pitch-deg - 0 0 - 16-16 -
- -
- - - - - - /gear/gear[1]/wow - 1 - - - /gear/gear[2]/wow - 1 - - - - - - - /position/gear-agl-ft - 1 0 - 150 16 -
- - /orientation/pitch-deg - -16 16 - 0 0 - 16-16 -
-
-
- - /instrumentation/pfd/horizon-ground - -16 - 16 - Ground Horizon gain 1 - - - - /options/test-canvas - 1 - - - @@ -407,32 +365,6 @@ Horizon Heading Pitch gain 1 - - - - /options/test-canvas - 1 - - - - /orientation/pitch-deg - /instrumentation/pfd/horizon-pitch - -15 - 16 - - - - Horizon Heading Pitch - gain - 1 - - - - /options/test-canvas - 1 - - - /orientation/pitch-deg /instrumentation/pfd/horizon-pitch -17.35 diff --git a/revision.txt b/revision.txt index c09fb911..9c49c9a9 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4003 \ No newline at end of file +4004 \ No newline at end of file