From 9780608da19c1ebdc956aa72753de4e6d706d7ee Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Fri, 29 Sep 2017 17:44:49 -0400 Subject: [PATCH] A32X: Tie more buttons into electrical, and fix some 3 position switches in OH --- Models/FlightDeck/a320.flightdeck.xml | 488 +++++++++++++++++++++++-- Models/Instruments/OHpanel/OHpanel.xml | 45 +++ revision.txt | 2 +- 3 files changed, 500 insertions(+), 35 deletions(-) diff --git a/Models/FlightDeck/a320.flightdeck.xml b/Models/FlightDeck/a320.flightdeck.xml index 990efaf0..271918f9 100644 --- a/Models/FlightDeck/a320.flightdeck.xml +++ b/Models/FlightDeck/a320.flightdeck.xml @@ -1215,10 +1215,16 @@ fd2lt ils2lt - - systems/electrical/outputs/efis - 9 - + + + systems/electrical/bus/dc1 + 25 + + + systems/electrical/bus/dc2 + 25 + + @@ -1771,10 +1777,6 @@ it-autoflight/output/vert 2 - - systems/electrical/outputs/efis - 15 - @@ -2027,6 +2029,18 @@ false + + + + systems/electrical/bus/dc1 + 25 + + + systems/electrical/bus/dc2 + 25 + + + nasal @@ -4409,15 +4826,18 @@ nasal diff --git a/Models/Instruments/OHpanel/OHpanel.xml b/Models/Instruments/OHpanel/OHpanel.xml index d739d4e6..9a6fe132 100644 --- a/Models/Instruments/OHpanel/OHpanel.xml +++ b/Models/Instruments/OHpanel/OHpanel.xml @@ -4869,6 +4869,21 @@ + + + false + + property-cycle + controls/lighting/nav-lights-switch + 2 + 1 + 0 + + + nasal + + + Nav/logo lights rotate @@ -5023,6 +5038,21 @@ + + + false + + property-cycle + controls/lighting/taxi-light-switch + 1 + 0.5 + 0 + + + nasal + + + Nose landing light rotate @@ -5951,6 +5981,21 @@ + + + false + + property-cycle + controls/switches/emer-lights + 1.0 + 0.5 + 0.0 + + + nasal + + + Emer Lights rotate diff --git a/revision.txt b/revision.txt index b3f27df8..8405d97b 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -2001 \ No newline at end of file +2002 \ No newline at end of file