From 56147b16b1af740288a69c7a9cf3480722920504 Mon Sep 17 00:00:00 2001
From: Delta Echo <echoair@t-online.de>
Date: Tue, 1 Aug 2017 16:02:13 +0200
Subject: [PATCH] Add Lower ECAM FCTL page

---
 .directory                                   |    6 +
 A320-main.xml                                |    2 +-
 Models/Instruments/Lower-ECAM/Lower-ECAM.nas |  403 ++++++
 Models/Instruments/Lower-ECAM/res/fctl.svg   | 1257 ++++++++++++++++++
 Models/Liveries/A318/CFM/.directory          |    4 +
 Systems/lower-ecam.xml                       |   50 +
 6 files changed, 1721 insertions(+), 1 deletion(-)
 create mode 100644 .directory
 create mode 100644 Models/Instruments/Lower-ECAM/res/fctl.svg
 create mode 100644 Models/Liveries/A318/CFM/.directory

diff --git a/.directory b/.directory
new file mode 100644
index 00000000..92929436
--- /dev/null
+++ b/.directory
@@ -0,0 +1,6 @@
+[Dolphin]
+Timestamp=2017,8,1,16,0,33
+Version=3
+
+[Settings]
+HiddenFilesShown=true
diff --git a/A320-main.xml b/A320-main.xml
index e61b898f..9d8cc622 100644
--- a/A320-main.xml
+++ b/A320-main.xml
@@ -1020,7 +1020,7 @@
 			</key>
 		</keyboard>
 	</input>
-
+	
 	<aircraft>
 		<door n="0">
 			<x-m>16.582</x-m>
diff --git a/Models/Instruments/Lower-ECAM/Lower-ECAM.nas b/Models/Instruments/Lower-ECAM/Lower-ECAM.nas
index 8d6cbd12..7c7dcee5 100644
--- a/Models/Instruments/Lower-ECAM/Lower-ECAM.nas
+++ b/Models/Instruments/Lower-ECAM/Lower-ECAM.nas
@@ -8,6 +8,7 @@
 var lowerECAM_apu = nil;
 var lowerECAM_eng1 = nil;
 var lowerECAM_eng = nil;
+var lowerECAM_fctl = nil;
 var lowerECAM_display = nil;
 var page = "eng";
 setprop("/systems/electrical/extra/apu-load", 0);
@@ -22,8 +23,21 @@ setprop("/ECAM/Lower/Oil-QT[0]", 0);
 setprop("/ECAM/Lower/Oil-QT[1]", 0);
 setprop("/ECAM/Lower/Oil-PSI[0]", 0);
 setprop("/ECAM/Lower/Oil-PSI[1]", 0);
+setprop("/ECAM/Lower/elevator-ind-left", 0);
+setprop("/ECAM/Lower/elevator-ind-right", 0);
+setprop("/ECAM/Lower/elevator-trim-deg", 0);
 setprop("/environment/temperature-degc", 0);
 setprop("/FMGC/internal/gw", 0);
+setprop("/controls/flight/spoiler-l1-failed", 0);
+setprop("/controls/flight/spoiler-l2-failed", 0);
+setprop("/controls/flight/spoiler-l3-failed", 0);
+setprop("/controls/flight/spoiler-l4-failed", 0);
+setprop("/controls/flight/spoiler-l5-failed", 0);
+setprop("/controls/flight/spoiler-r1-failed", 0);
+setprop("/controls/flight/spoiler-r2-failed", 0);
+setprop("/controls/flight/spoiler-r3-failed", 0);
+setprop("/controls/flight/spoiler-r4-failed", 0);
+setprop("/controls/flight/spoiler-r5-failed", 0);
 
 var canvas_lowerECAM_base = {
 	init: func(canvas_group, file) {
@@ -52,6 +66,7 @@ var canvas_lowerECAM_base = {
 				lowerECAM_apu.page.show();
 				lowerECAM_eng1.page.hide();
 				lowerECAM_eng.page.hide();
+				lowerECAM_fctl.page.hide();
 			} else if (page == "eng") {
 				lowerECAM_apu.page.hide();
 				if (getprop("/options/EIS2") == 1) {
@@ -61,15 +76,23 @@ var canvas_lowerECAM_base = {
 					lowerECAM_eng1.page.show();
 					lowerECAM_eng.page.hide();
 				}
+				lowerECAM_fctl.page.hide();
+                        } else if (page == "fctl") {
+                                lowerECAM_eng1.page.hide();
+				lowerECAM_eng.page.hide();
+				lowerECAM_apu.page.hide();
+                                lowerECAM_fctl.page.show();
 			} else {
 				lowerECAM_apu.page.hide();
 				lowerECAM_eng1.page.hide();
 				lowerECAM_eng.page.hide();
+				lowerECAM_fctl.page.hide();
 			}
 		} else {
 			lowerECAM_apu.page.hide();
 			lowerECAM_eng1.page.hide();
 			lowerECAM_eng.page.hide();
+                        lowerECAM_fctl.page.hide();
 		}
 		
 		settimer(func me.update(), 0.02);
@@ -249,6 +272,383 @@ var canvas_lowerECAM_eng = {
 	},
 };
 
+
+var canvas_lowerECAM_fctl = {
+        new: func(canvas_group, file) {
+                var m = { parents: [canvas_lowerECAM_fctl , canvas_lowerECAM_base] };
+                m.init(canvas_group, file);
+                
+                return m;
+	},
+	getKeys: func() {
+		return ["ailL","ailR","elevL","elevR","PTcc","PT","PTupdn","GW","TAT","SAT","elac1","elac2","sec1","sec2","sec3","ailLblue","ailRblue","elevLblue","elevRblue","rudderblue","ailLgreen","ailRgreen","elevLgreen","ruddergreen","PTgreen","elevRyellow","rudderyellow","PTyellow","rudder","spdbrkblue","spdbrkgreen","spdbrkyellow","spoiler1Rex","spoiler1Rrt","spoiler2Rex","spoiler2Rrt","spoiler3Rex","spoiler3Rrt","spoiler4Rex","spoiler4Rrt","spoiler5Rex","spoiler5Rrt","spoiler1Lex","spoiler1Lrt","spoiler2Lex","spoiler2Lrt","spoiler3Lex","spoiler3Lrt","spoiler4Lex","spoiler4Lrt","spoiler5Lex","spoiler5Lrt"
+		,"spoiler1Rf","spoiler2Rf","spoiler3Rf","spoiler4Rf","spoiler5Rf","spoiler1Lf","spoiler2Lf","spoiler3Lf","spoiler4Lf","spoiler5Lf","ailLscale","ailRscale"];
+	},
+	update: func() {
+		var blue_psi=getprop("/systems/hydraulic/blue-psi");
+		var green_psi=getprop("/systems/hydraulic/green-psi");
+		var yellow_psi=getprop("/systems/hydraulic/yellow-psi");
+		
+	
+		#PITCH TRIM
+		me["PT"].setText(sprintf("%2.1f", getprop("/ECAM/Lower/elevator-trim-deg")));
+		#me["PT-decimal"].setText(sprintf("%s", int(10*math.mod(getprop("/ECAM/Lower/elevator-trim-deg"),1))));
+		if(getprop("/controls/flight/elevator-trim")<0){
+			me["PTupdn"].setText(sprintf("UP"));
+		}else if(getprop("/controls/flight/elevator-trim")>0){
+			me["PTupdn"].setText(sprintf("DN"));
+		}else{
+			me["PTupdn"].setText(sprintf(""));
+		}
+		#Pitch Trim numbers become amber if green+yellow hydraulic pressure decreases
+		if(green_psi<2900 and yellow_psi<2900){
+			me["PT"].setColor(1,1,0);
+			me["PTupdn"].setColor(1,1,0);
+			me["PTcc"].setColor(1,1,0);
+		}else{
+			me["PT"].setColor(0,1,0);
+			me["PTupdn"].setColor(0,1,0);
+			me["PTcc"].setColor(0,1,0);
+		}
+		
+		#AILERONS
+		me["ailL"].setTranslation(0,getprop("/controls/flight/aileron-left")*(-100));
+		me["ailR"].setTranslation(0,getprop("/controls/flight/aileron-right")*100);
+		#Becomes amber if no green and blue servojack
+		if(blue_psi<2900 and green_psi<2900){
+			me["ailL"].setColor(1,1,0);
+			me["ailR"].setColor(1,1,0);
+			me["ailLscale"].setColor(1,1,0);
+			me["ailRscale"].setColor(1,1,0);
+		}else{
+			me["ailL"].setColor(0,1,0);
+			me["ailR"].setColor(0,1,0);
+			me["ailLscale"].setColor(1,1,1);
+			me["ailRscale"].setColor(1,1,1);
+		}
+		
+		#ELEVATORS
+		me["elevL"].setTranslation(0,getprop("/ECAM/Lower/elevator-ind-left")*100);
+		me["elevR"].setTranslation(0,getprop("/ECAM/Lower/elevator-ind-right")*100);
+		#Index becomes amber when both actuators don't work
+		if(blue_psi<2900 and green_psi<2900){
+			me["elevL"].setColor(1,1,0);
+		}else{
+			me["elevL"].setColor(0,1,0);
+		}
+		
+		if(blue_psi<2900 and yellow_psi<2900){
+			me["elevR"].setColor(1,1,0);
+		}else{
+			me["elevR"].setColor(0,1,0);
+		}
+		
+		#RUDDER
+		me["rudder"].setRotation(getprop("/controls/flight/rudder")*(-0.6));
+		#Indicator becomes amber if green yellow and blue hydraulic pressure is low
+		if(blue_psi<2900 and yellow_psi<2900 and green_psi<2900){
+			me["rudder"].setColor(1,1,0);
+		}else{
+			me["rudder"].setColor(0,1,0);
+		}
+		
+		#SPOILERS
+		if(getprop("/controls/flight/spoiler-r1")<0.083){
+			me["spoiler1Rex"].hide();
+			me["spoiler1Rrt"].show();
+		}else{
+			me["spoiler1Rrt"].hide();
+			me["spoiler1Rex"].show();
+		}
+		if(getprop("/controls/flight/spoiler-r2")<0.083){
+			me["spoiler2Rex"].hide();
+			me["spoiler2Rrt"].show();
+		}else{
+			me["spoiler2Rrt"].hide();
+			me["spoiler2Rex"].show();
+		}
+		if(getprop("/controls/flight/spoiler-r3")<0.083){
+			me["spoiler3Rex"].hide();
+			me["spoiler3Rrt"].show();
+		}else{
+			me["spoiler3Rrt"].hide();
+			me["spoiler3Rex"].show();
+		}
+		if(getprop("/controls/flight/spoiler-r4")<0.083){
+			me["spoiler4Rex"].hide();
+			me["spoiler4Rrt"].show();
+		}else{
+			me["spoiler4Rrt"].hide();
+			me["spoiler4Rex"].show();
+		}
+		if(getprop("/controls/flight/spoiler-r5")<0.083){
+			me["spoiler5Rex"].hide();
+			me["spoiler5Rrt"].show();
+		}else{
+			me["spoiler5Rrt"].hide();
+			me["spoiler5Rex"].show();
+		}
+		
+			
+		
+		if(getprop("/controls/flight/spoiler-l1")<0.083){
+			me["spoiler1Lex"].hide();
+			me["spoiler1Lrt"].show();
+		}else{
+			me["spoiler1Lrt"].hide();
+			me["spoiler1Lex"].show();
+		}
+		if(getprop("/controls/flight/spoiler-l2")<0.083){
+			me["spoiler2Lex"].hide();
+			me["spoiler2Lrt"].show();
+		}else{
+			me["spoiler2Lrt"].hide();
+			me["spoiler2Lex"].show();
+		}
+		if(getprop("/controls/flight/spoiler-l3")<0.083){
+			me["spoiler3Lex"].hide();
+			me["spoiler3Lrt"].show();
+		}else{
+			me["spoiler3Lrt"].hide();
+			me["spoiler3Lex"].show();
+		}
+		if(getprop("/controls/flight/spoiler-l4")<0.083){
+			me["spoiler4Lex"].hide();
+			me["spoiler4Lrt"].show();
+		}else{
+			me["spoiler4Lrt"].hide();
+			me["spoiler4Lex"].show();
+		}
+		if(getprop("/controls/flight/spoiler-l5")<0.083){
+			me["spoiler5Lex"].hide();
+			me["spoiler5Lrt"].show();
+		}else{
+			me["spoiler5Lrt"].hide();
+			me["spoiler5Lex"].show();
+		}
+		
+		#STBY CODE - SPOILER FAIL
+		if(getprop("/controls/flight/spoiler-r1-failed")){
+			me["spoiler1Rex"].setColor(1,1,0);
+			me["spoiler1Rrt"].setColor(1,1,0);
+			if(getprop("/controls/flight/spoiler-r1")<0.083){
+				me["spoiler1Rf"].show();
+			}else{
+				me["spoiler1Rf"].hide();
+			}
+			
+		}else{
+			me["spoiler1Rex"].setColor(0,1,0);
+			me["spoiler1Rrt"].setColor(0,1,0);
+			me["spoiler1Rf"].hide();
+		}
+		if(getprop("/controls/flight/spoiler-r2-failed")){
+			me["spoiler2Rex"].setColor(1,1,0);
+			me["spoiler2Rrt"].setColor(1,1,0);
+			if(getprop("/controls/flight/spoiler-r2")<0.083){
+				me["spoiler2Rf"].show();
+			}else{
+				me["spoiler2Rf"].hide();
+			}
+			
+		}else{
+			me["spoiler2Rex"].setColor(0,1,0);
+			me["spoiler2Rrt"].setColor(0,1,0);
+			me["spoiler2Rf"].hide();
+		}
+		if(getprop("/controls/flight/spoiler-r3-failed")){
+			me["spoiler3Rex"].setColor(1,1,0);
+			me["spoiler3Rrt"].setColor(1,1,0);
+			if(getprop("/controls/flight/spoiler-r3")<0.083){
+				me["spoiler3Rf"].show();
+			}else{
+				me["spoiler3Rf"].hide();
+			}
+			
+		}else{
+			me["spoiler3Rex"].setColor(0,1,0);
+			me["spoiler3Rrt"].setColor(0,1,0);
+			me["spoiler3Rf"].hide();
+		}
+		if(getprop("/controls/flight/spoiler-r4-failed")){
+			me["spoiler4Rex"].setColor(1,1,0);
+			me["spoiler4Rrt"].setColor(1,1,0);
+			if(getprop("/controls/flight/spoiler-r4")<0.083){
+				me["spoiler4Rf"].show();
+			}else{
+				me["spoiler4Rf"].hide();
+			}
+			
+		}else{
+			me["spoiler4Rex"].setColor(0,1,0);
+			me["spoiler4Rrt"].setColor(0,1,0);
+			me["spoiler4Rf"].hide();
+		}
+		if(getprop("/controls/flight/spoiler-r5-failed")){
+			me["spoiler5Rex"].setColor(1,1,0);
+			me["spoiler5Rrt"].setColor(1,1,0);
+			if(getprop("/controls/flight/spoiler-r5")<0.083){
+				me["spoiler5Rf"].show();
+			}else{
+				me["spoiler5Rf"].hide();
+			}
+			
+		}else{
+			me["spoiler5Rex"].setColor(0,1,0);
+			me["spoiler5Rrt"].setColor(0,1,0);
+			me["spoiler5Rf"].hide();
+		}
+		
+			if(getprop("/controls/flight/spoiler-l1-failed")){
+			me["spoiler1Lex"].setColor(1,1,0);
+			me["spoiler1Lrt"].setColor(1,1,0);
+			if(getprop("/controls/flight/spoiler-l1")<0.083){
+				me["spoiler1Lf"].show();
+			}else{
+				me["spoiler1Lf"].hide();
+			}
+			
+		}else{
+			me["spoiler1Lex"].setColor(0,1,0);
+			me["spoiler1Lrt"].setColor(0,1,0);
+			me["spoiler1Lf"].hide();
+		}
+		if(getprop("/controls/flight/spoiler-l2-failed")){
+			me["spoiler2Lex"].setColor(1,1,0);
+			me["spoiler2Lrt"].setColor(1,1,0);
+			if(getprop("/controls/flight/spoiler-l2")<0.083){
+				me["spoiler2Lf"].show();
+			}else{
+				me["spoiler2Lf"].hide();
+			}
+			
+		}else{
+			me["spoiler2Lex"].setColor(0,1,0);
+			me["spoiler2Lrt"].setColor(0,1,0);
+			me["spoiler2Lf"].hide();
+		}
+		if(getprop("/controls/flight/spoiler-l3-failed")){
+			me["spoiler3Lex"].setColor(1,1,0);
+			me["spoiler3Lrt"].setColor(1,1,0);
+			if(getprop("/controls/flight/spoiler-l3")<0.083){
+				me["spoiler3Lf"].show();
+			}else{
+				me["spoiler3Lf"].hide();
+			}
+			
+		}else{
+			me["spoiler3Lex"].setColor(0,1,0);
+			me["spoiler3Lrt"].setColor(0,1,0);
+			me["spoiler3Lf"].hide();
+		}
+		if(getprop("/controls/flight/spoiler-l4-failed")){
+			me["spoiler4Lex"].setColor(1,1,0);
+			me["spoiler4Lrt"].setColor(1,1,0);
+			if(getprop("/controls/flight/spoiler-l4")<0.083){
+				me["spoiler4Lf"].show();
+			}else{
+				me["spoiler4Lf"].hide();
+			}
+			
+		}else{
+			me["spoiler4Lex"].setColor(0,1,0);
+			me["spoiler4Lrt"].setColor(0,1,0);
+			me["spoiler4Lf"].hide();
+		}
+		if(getprop("/controls/flight/spoiler-l5-failed")){
+			me["spoiler5Lex"].setColor(1,1,0);
+			me["spoiler5Lrt"].setColor(1,1,0);
+			if(getprop("/controls/flight/spoiler-l5")<0.083){
+				me["spoiler5Lf"].show();
+			}else{
+				me["spoiler5Lf"].hide();
+			}
+			
+		}else{
+			me["spoiler5Lex"].setColor(0,1,0);
+			me["spoiler5Lrt"].setColor(0,1,0);
+			me["spoiler5Lf"].hide();
+		}
+		
+		#FLIGHT COMPUTERS		
+		if(getprop("/systems/fctl/elac1")){
+			me["elac1"].setColor(0,1,0);
+		}else{
+			me["elac1"].setColor(1,1,0);
+		}
+		if(getprop("/systems/fctl/elac2")){
+			me["elac2"].setColor(0,1,0);
+		}else{
+			me["elac2"].setColor(1,1,0);
+		}
+		if(getprop("/systems/fctl/sec1")){
+			me["sec1"].setColor(0,1,0);
+		}else{
+			me["sec1"].setColor(1,1,0);
+		}
+		if(getprop("/systems/fctl/sec2")){
+			me["sec2"].setColor(0,1,0);
+		}else{
+			me["sec2"].setColor(1,1,0);
+		}
+		if(getprop("/systems/fctl/sec3")){
+			me["sec3"].setColor(0,1,0);
+		}else{
+			me["sec3"].setColor(1,1,0);
+		}
+		
+		#HYDRAULIC INDICATORS
+		if(getprop("/systems/hydraulic/blue-psi")>2900){
+			me["ailLblue"].setColor(0,1,0);
+			me["ailRblue"].setColor(0,1,0);
+			me["elevLblue"].setColor(0,1,0);
+			me["elevRblue"].setColor(0,1,0);
+			me["rudderblue"].setColor(0,1,0);
+			me["spdbrkblue"].setColor(0,1,0);
+		}else{
+			me["ailLblue"].setColor(1,1,0);
+			me["ailRblue"].setColor(1,1,0);
+			me["elevLblue"].setColor(1,1,0);
+			me["elevRblue"].setColor(1,1,0);
+			me["rudderblue"].setColor(1,1,0);
+			me["spdbrkblue"].setColor(1,1,0);
+		}
+		if(getprop("/systems/hydraulic/green-psi")>2900){
+			me["ailLgreen"].setColor(0,1,0);
+			me["ailRgreen"].setColor(0,1,0);
+			me["elevLgreen"].setColor(0,1,0);
+			me["ruddergreen"].setColor(0,1,0);
+			me["PTgreen"].setColor(0,1,0);
+			me["spdbrkgreen"].setColor(0,1,0);
+		}else{
+			me["ailLgreen"].setColor(1,1,0);
+			me["ailRgreen"].setColor(1,1,0);
+			me["elevLgreen"].setColor(1,1,0);
+			me["ruddergreen"].setColor(1,1,0);
+			me["PTgreen"].setColor(1,1,0);
+			me["spdbrkgreen"].setColor(1,1,0);
+		}
+		if(getprop("/systems/hydraulic/yellow-psi")>2900){
+			me["elevRyellow"].setColor(0,1,0);
+			me["rudderyellow"].setColor(0,1,0);
+			me["PTyellow"].setColor(0,1,0);
+			me["spdbrkyellow"].setColor(0,1,0);
+		}else{
+			me["elevRyellow"].setColor(1,1,0);
+			me["rudderyellow"].setColor(1,1,0);
+			me["PTyellow"].setColor(1,1,0);
+			me["spdbrkyellow"].setColor(1,1,0);
+		}
+		
+		
+		
+		me.updateBottomStatus();
+		
+		settimer(func me.update(), 0.02);
+	},
+};
+
+
 setlistener("sim/signals/fdm-initialized", func {
 	lowerECAM_display = canvas.new({
 		"name": "lowerECAM",
@@ -258,14 +658,17 @@ setlistener("sim/signals/fdm-initialized", func {
 	});
 	lowerECAM_display.addPlacement({"node": "lecam.screen"});
 	var groupApu = lowerECAM_display.createGroup();
+	var groupFctl = lowerECAM_display.createGroup();
 	var groupEng1 = lowerECAM_display.createGroup();
 	var groupEng = lowerECAM_display.createGroup();
 
 	lowerECAM_apu = canvas_lowerECAM_apu.new(groupApu, "Aircraft/A320Family/Models/Instruments/Lower-ECAM/res/apu.svg");
+	lowerECAM_fctl = canvas_lowerECAM_fctl.new(groupFctl, "Aircraft/A320Family/Models/Instruments/Lower-ECAM/res/fctl.svg");
 	lowerECAM_eng1 = canvas_lowerECAM_eng1.new(groupEng1, "Aircraft/A320Family/Models/Instruments/Lower-ECAM/res/eng-eis1.svg");
 	lowerECAM_eng = canvas_lowerECAM_eng.new(groupEng, "Aircraft/A320Family/Models/Instruments/Lower-ECAM/res/eng-eis2.svg");
 
 	lowerECAM_apu.update();
+	lowerECAM_fctl.update();
 	lowerECAM_eng1.update();
 	lowerECAM_eng.update();
 	canvas_lowerECAM_base.update();
diff --git a/Models/Instruments/Lower-ECAM/res/fctl.svg b/Models/Instruments/Lower-ECAM/res/fctl.svg
new file mode 100644
index 00000000..1fe75874
--- /dev/null
+++ b/Models/Instruments/Lower-ECAM/res/fctl.svg
@@ -0,0 +1,1257 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="1024pt"
+   height="1024pt"
+   viewBox="0 0 1024 1024"
+   version="1.1"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="fctl.svg">
+  <metadata
+     id="metadata375">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs373" />
+  <sodipodi:namedview
+     pagecolor="#000000"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="20"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="1"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1600"
+     inkscape:window-height="1131"
+     id="namedview371"
+     showgrid="true"
+     inkscape:zoom="0.35355339"
+     inkscape:cx="295.62575"
+     inkscape:cy="645.46979"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid5153" />
+  </sodipodi:namedview>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:28px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+     x="286.01636"
+     y="947.15186"
+     id="text6231"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3726-1-4-5"
+       x="286.01636"
+       y="947.15186"
+       style="font-size:32px;-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;fill:#00a0d2;fill-opacity:1;">°C</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+     x="500.75214"
+     y="974.06525"
+     id="text6232"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3726-1-4-5-7"
+       x="500.75214"
+       y="974.06525"
+       style="font-size:34px;-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;fill:#00a0d2;fill-opacity:1;">H</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:28px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+     x="285.86758"
+     y="1008.0583"
+     id="text6233"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3726-1-4-5-3"
+       x="285.86758"
+       y="1008.0583"
+       style="font-size:32px;-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;fill:#00a0d2;fill-opacity:1;">°C</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:28px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+     x="940.17981"
+     y="947.52124"
+     id="text6234"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3726-1-4-5-7-7"
+       x="940.17981"
+       y="947.52124"
+       style="font-size:32px;-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;fill:#00a0d2;fill-opacity:1;">LBS</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:33px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="695.24951"
+     y="947.40448"
+     id="text3912"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3914"
+       x="695.24951"
+       y="947.40448"
+       style="font-size:34px;fill:#ffffff;-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal">GW</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:33px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="80.976402"
+     y="946.65228"
+     id="text6235"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3914-9"
+       x="80.976402"
+       y="946.65228"
+       style="font-size:34px;fill:#ffffff;-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal">TAT</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:33px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="79.798637"
+     y="1007.6474"
+     id="text6236"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan3914-9-4"
+       x="79.798637"
+       y="1007.6474"
+       style="font-size:34px;fill:#ffffff;-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal">SAT</tspan></text>
+  <g
+     id="g3466">
+    <rect
+       y="899.43646"
+       x="0.19175777"
+       height="8.496521"
+       width="1023.9024"
+       id="rect3952"
+       style="fill:#515256;fill-opacity:1" />
+    <rect
+       y="907.93317"
+       x="355.13541"
+       height="116.24162"
+       width="8.7250061"
+       id="rect3956"
+       style="fill:#515256;fill-opacity:1" />
+    <rect
+       y="907.92108"
+       x="668.33417"
+       height="116.24162"
+       width="8.7250061"
+       id="rect3956-4"
+       style="fill:#515256;fill-opacity:1" />
+  </g>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:38px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;text-anchor:end;text-align:end;"
+     x="267.5513"
+     y="946.6001"
+     id="TAT"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text5149"><tspan
+       sodipodi:role="line"
+       id="tspan5151-5-7-1"
+       x="232.10431"
+       y="946.6001"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;font-family:Arial;-inkscape-font-specification:Arial;fill:#00ff00;text-anchor:end;text-align:end;">25</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:38px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;text-anchor:end;text-align:end;"
+     x="267.5513"
+     y="1007.0682"
+     id="SAT"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text5149"><tspan
+       sodipodi:role="line"
+       id="tspan5151-5-7-1-0"
+       x="232.10431"
+       y="1007.0682"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;font-family:Arial;-inkscape-font-specification:Arial;fill:#00ff00;text-anchor:end;text-align:end;">25</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:38px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="909.17999"
+     y="946.6001"
+     id="GW"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text5149"><tspan
+       sodipodi:role="line"
+       id="tspan5151-5-7-1-9"
+       x="909.17999"
+       y="946.6001"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00">120000</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:50px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="99.295692"
+     y="78.524399"
+     id="PageTitleENG"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text3714"><tspan
+       sodipodi:role="line"
+       id="tspan3716"
+       x="99.295692"
+       y="78.524399"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;fill:#ffffff">F/CTL</tspan></text>
+  <rect
+     style="fill:#ffffff;fill-opacity:1"
+     id="PageTitleENG2"
+     width="140.02486"
+     height="4.677979"
+     x="30.392248"
+     y="85.592407"
+     inkscape:label="#rect3718" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:32px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="500"
+     y="284"
+     id="text4476"
+     sodipodi:linespacing="125%"><tspan
+       sodipodi:role="line"
+       id="tspan4478"
+       x="500"
+       y="284" /></text>
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 164,288 -12,0 0,-28 12,0 0,204 -12,0 0,-20 12,0"
+     id="ailLscale"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4241" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 164,357.6 -12,0 0,6.4 12,0"
+     id="path4243"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 192,176 0,-16 234.06719,-29.34103 0,13.34103"
+     id="path4245"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 425.89042,232 0,14.25 L 265.6,260 l 0,-14.2"
+     id="path4247"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 296,392 140,0 0,-37.8 -20,0"
+     id="path4249"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 357.6,410.2 140,0 0,-37.8 -20,0"
+     id="path4249-3"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 632.26202,431.27868 140,0 0,-37.8 -20,0"
+     id="path4249-3-6"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 542.66203,392.47868 121.2,-0.4 0,-37.8 -20,0"
+     id="path4249-3-6-7"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccc" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 603.06203,409.87868 121.2,-0.4 0,-37.8 -20,0"
+     id="path4249-3-6-7-5"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccc" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.21826935px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1.60000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;"
+     x="303.76639"
+     y="369.99207"
+     id="text4311"
+     sodipodi:linespacing="125%"
+     transform="scale(0.96755721,1.0335306)"><tspan
+       sodipodi:role="line"
+       id="tspan4313"
+       x="303.76639"
+       y="369.99207"
+       style="fill:#ffffff;fill-opacity:1;stroke-width:1.60000001;stroke-miterlimit:4;stroke-dasharray:none;stroke:#ffffff;stroke-opacity:1;">ELAC</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:39.1399231px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="390.37976"
+     y="387.46661"
+     id="elac1"
+     sodipodi:linespacing="125%"
+     transform="scale(1.0090277,0.9910531)"
+     inkscape:label="#text4315"><tspan
+       sodipodi:role="line"
+       id="tspan4317"
+       x="390.37976"
+       y="387.46661"
+       style="fill:#00ff00;fill-opacity:1">1</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:36.83391571px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="480.16635"
+     y="382.16803"
+     id="elac2"
+     sodipodi:linespacing="125%"
+     transform="scale(0.95087558,1.0516623)"
+     inkscape:label="#text4319"><tspan
+       sodipodi:role="line"
+       id="tspan4321"
+       x="480.16635"
+       y="382.16803">2</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.8348999px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="777.35413"
+     y="406.5748"
+     id="sec3"
+     sodipodi:linespacing="125%"
+     transform="scale(0.95450404,1.0476645)"
+     inkscape:label="#text4323"><tspan
+       sodipodi:role="line"
+       id="tspan4325"
+       x="777.35413"
+       y="406.5748">3</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:39.1399231px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="616.31134"
+     y="388.68933"
+     id="sec1"
+     sodipodi:linespacing="125%"
+     transform="scale(1.0090277,0.99105308)"
+     inkscape:label="#text4315-3"><tspan
+       sodipodi:role="line"
+       id="tspan4317-5"
+       x="616.31134"
+       y="388.68933"
+       style="fill:#00ff00;fill-opacity:1">1</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:36.83391571px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="719.61761"
+     y="381.89911"
+     id="sec2"
+     sodipodi:linespacing="125%"
+     transform="scale(0.95087558,1.0516623)"
+     inkscape:label="#text4319-6"><tspan
+       sodipodi:role="line"
+       id="tspan4321-2"
+       x="719.61761"
+       y="381.89911">2</tspan></text>
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 279.7,580.1 -12,0 0,-17.4 12,0 0.1,202.2 -11.9,-0.1 -0.2,-18.1 12,0"
+     id="elevLscale"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4241-9" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 280.28855,681.21226 -12,0 0,6.4 12,0"
+     id="path4243-1"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.57394755;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 747.07507,581.04021 11.61089,0 0,-17.40225 -11.61089,0 -0.0968,202.22618 11.51414,-0.10001 0.19351,-18.10235 -11.61089,0"
+     id="elevRscale"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4241-9-2" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.50435746;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 747.29552,681.71117 10.50509,0 0,6.46284 -10.50509,0"
+     id="path4243-1-7"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 606.91781,774.43963 c -15.05184,10.20969 -39.97535,33.49881 -93.70144,33.69545"
+     id="path4423-0"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 419.01891,774.43184 c 15.13109,10.20937 40.18579,33.49776 94.19471,33.69439"
+     id="path4423-0-9"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 504.8,808 0,11.65 17.35,0 0,-11.7"
+     id="path4455"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 592.74899,784.57483 7.16728,9.18436 13.67801,-10.67402 -7.19805,-9.22378"
+     id="path4455-3"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 419.87687,774.63294 -6.99204,9.31846 13.87771,10.41305 7.02205,-9.35846"
+     id="path4455-3-6"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 500.0293,735.99199 28.18241,0.0152 -14.68178,69.70054 -13.51075,-69.71353"
+     id="rudder"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccc"
+     inkscape:label="#path4487"
+     inkscape:transform-center-x="0.075213552"
+     inkscape:transform-center-y="100.23816" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 412,576 -73.6,30.4 0,43.68194 L 453.6,635.2"
+     id="path3454"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.60408294;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 613.61826,576.80155 73.9792,30.39873 0,43.68012 -115.79353,-14.88132"
+     id="path3454-3"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 863.109,288.04003 11.25058,0 0,-28.00695 -11.25058,0 0,204.05058 11.25058,0 0,-20.00497 -11.25058,0"
+     id="ailRscale"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4241-6" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 863.41011,357.81944 10.95447,0 0,6.44354 -10.95447,0"
+     id="path4243-7"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 832.94647,175.16339 0,-16.0025 -231.27327,-29.34562 0,13.34311"
+     id="path4245-5"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 600.89025,231.89987 0,14.25013 160.2234,13.75012 0,-14.20013"
+     id="path4247-3"
+     inkscape:connector-curvature="0" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:33.51122284px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="594.52124"
+     y="350.0433"
+     id="text4331"
+     sodipodi:linespacing="125%"
+     transform="scale(0.91374772,1.094394)"><tspan
+       sodipodi:role="line"
+       id="tspan4333"
+       x="594.52124"
+       y="350.0433"
+       style="fill:#ffffff;fill-opacity:1">SEC</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.58100891px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="474.80362"
+     y="268.75244"
+     id="text4335"
+     sodipodi:linespacing="125%"
+     transform="scale(0.93339995,1.0713521)"><tspan
+       sodipodi:role="line"
+       id="tspan4337"
+       x="474.80362"
+       y="268.75244"
+       style="fill:#ffffff;fill-opacity:1">SPD BRK</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:37.53709793px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="371.59274"
+     y="519.38177"
+     id="text4343"
+     sodipodi:linespacing="125%"
+     transform="scale(0.96916814,1.0318127)"><tspan
+       sodipodi:role="line"
+       id="tspan4345"
+       x="371.59274"
+       y="519.38177">PITCH TRIM</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370"
+     width="32.775558"
+     height="36.044067"
+     x="598.94855"
+     y="503.59415" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.26653671px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="645.71008"
+     y="499.73752"
+     id="PTgreen"
+     sodipodi:linespacing="125%"
+     transform="scale(0.93385571,1.0708292)"
+     inkscape:label="#text4347"><tspan
+       sodipodi:role="line"
+       id="tspan4349"
+       x="645.71008"
+       y="499.73752">G</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-2"
+     width="32.775558"
+     height="36.044067"
+     x="638.74854"
+     y="503.19415" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.50801086px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="696.84619"
+     y="496.11667"
+     id="PTyellow"
+     sodipodi:linespacing="125%"
+     transform="scale(0.92732086,1.0783754)"
+     inkscape:label="#text4355"><tspan
+       sodipodi:role="line"
+       id="tspan4357"
+       x="696.84619"
+       y="496.11667">Y</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:32.03270721px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="639.08258"
+     y="494.57248"
+     id="PTupdn"
+     sodipodi:linespacing="125%"
+     transform="scale(0.86699517,1.153409)"
+     inkscape:label="#text4359"><tspan
+       sodipodi:role="line"
+       id="tspan4361"
+       x="639.08258"
+       y="494.57248">DN</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:32px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="515.71716"
+     y="567.75739"
+     id="PTcc"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text4389"><tspan
+       sodipodi:role="line"
+       id="tspan4391"
+       x="515.71716"
+       y="567.75739">°</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-2-7-0"
+     width="23.175554"
+     height="33.612587"
+     x="502.14853"
+     y="647.85999" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.82009125px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="547.90643"
+     y="623.91565"
+     id="rudderblue"
+     sodipodi:linespacing="125%"
+     transform="scale(0.91900969,1.0881278)"
+     inkscape:label="#text4351-1"><tspan
+       sodipodi:role="line"
+       id="tspan4353-2"
+       x="547.90643"
+       y="623.91565">B</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-2-7-0-9"
+     width="25.475555"
+     height="33.844067"
+     x="526.64844"
+     y="647.89423" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.50801086px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="571.21545"
+     y="629.27997"
+     id="rudderyellow"
+     sodipodi:linespacing="125%"
+     transform="scale(0.92732085,1.0783754)"
+     inkscape:label="#text4355-7"><tspan
+       sodipodi:role="line"
+       id="tspan4357-0"
+       x="571.21545"
+       y="629.27997">Y</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:32.44409943px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="547.8645"
+     y="565.62201"
+     id="text4451"
+     sodipodi:linespacing="125%"
+     transform="scale(0.88057661,1.1356195)"><tspan
+       sodipodi:role="line"
+       id="tspan4453"
+       x="547.8645"
+       y="565.62201">RUD</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:38.63742447px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="73.084137"
+     y="275.63892"
+     id="text4455"
+     sodipodi:linespacing="125%"
+     transform="scale(0.99611221,1.003903)"><tspan
+       sodipodi:role="line"
+       id="tspan4457"
+       x="73.084137"
+       y="275.63892"
+       style="fill:#ffffff;fill-opacity:1" /><tspan
+       sodipodi:role="line"
+       x="73.084137"
+       y="323.58652"
+       id="tspan4459"
+       style="fill:#ffffff;fill-opacity:1">AIL</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.5196991px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="100.07736"
+     y="267.37128"
+     id="text4461"
+     sodipodi:linespacing="125%"
+     transform="scale(0.92700693,1.0787406)"><tspan
+       sodipodi:role="line"
+       id="tspan4463"
+       x="100.07736"
+       y="267.37128">L</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:38.63742447px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="896.62933"
+     y="275.65222"
+     id="text4455-9"
+     sodipodi:linespacing="125%"
+     transform="scale(0.99611227,1.0039029)"><tspan
+       sodipodi:role="line"
+       id="tspan4457-3"
+       x="896.62933"
+       y="275.65222"
+       style="fill:#ffffff;fill-opacity:1" /><tspan
+       sodipodi:role="line"
+       x="896.62933"
+       y="323.94901"
+       id="tspan4459-6"
+       style="fill:#ffffff;fill-opacity:1">AIL</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.51330566px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="985.13922"
+     y="267.21289"
+     id="text4486"
+     sodipodi:linespacing="125%"
+     transform="scale(0.9271786,1.0785409)"><tspan
+       sodipodi:role="line"
+       id="tspan4488"
+       x="985.13922"
+       y="267.21289">R</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-2-7"
+     width="25.875557"
+     height="33.844067"
+     x="474.94855"
+     y="647.79419" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.2665329px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="509.28641"
+     y="633.83917"
+     id="ruddergreen"
+     sodipodi:linespacing="125%"
+     transform="scale(0.93385575,1.0708292)"
+     inkscape:label="#text4347-2-2"><tspan
+       sodipodi:role="line"
+       id="tspan4349-9-6"
+       x="509.28641"
+       y="633.83917">G</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-3-6"
+     width="32.775558"
+     height="36.044067"
+     x="106.94858"
+     y="327.59415" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.2665329px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="118.64819"
+     y="335.1636"
+     id="ailLgreen"
+     sodipodi:linespacing="125%"
+     transform="scale(0.93385575,1.0708292)"
+     inkscape:label="#text4347-2-2-1"><tspan
+       sodipodi:role="line"
+       id="tspan4349-9-6-8"
+       x="118.64819"
+       y="335.1636">G</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.82009125px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="78.4776"
+     y="329.96588"
+     id="text4351-1-7"
+     sodipodi:linespacing="125%"
+     transform="scale(0.91900969,1.0881278)"><tspan
+       sodipodi:role="line"
+       id="tspan4353-2-9"
+       x="78.4776"
+       y="329.96588">B</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-3-0-6"
+     width="32.775558"
+     height="36.044067"
+     x="927.58649"
+     y="327.1442" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.82009125px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="1015.4791"
+     y="329.75821"
+     id="ailRblue"
+     sodipodi:linespacing="125%"
+     transform="scale(0.91900969,1.0881278)"
+     inkscape:label="#text4351-1-7-2"><tspan
+       sodipodi:role="line"
+       id="tspan4353-2-9-0"
+       x="1015.4791"
+       y="329.75821">B</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-3-0"
+     width="32.775558"
+     height="36.044067"
+     x="887.91785"
+     y="327.1442" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.2665329px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="955.30261"
+     y="335.05096"
+     id="ailRgreen"
+     sodipodi:linespacing="125%"
+     transform="scale(0.93385575,1.0708292)"
+     inkscape:label="#text4347-2-2-1-2"><tspan
+       sodipodi:role="line"
+       id="tspan4349-9-6-8-3"
+       x="955.30261"
+       y="335.05096">G</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.5196991px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="203.8161"
+     y="548.85791"
+     id="text4461-7"
+     sodipodi:linespacing="125%"
+     transform="scale(0.92700692,1.0787406)"><tspan
+       sodipodi:role="line"
+       id="tspan4463-5"
+       x="203.8161"
+       y="548.85791">L</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.50801086px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="881.46405"
+     y="548.97394"
+     id="text4486-9"
+     sodipodi:linespacing="125%"
+     transform="scale(0.92732086,1.0783754)"><tspan
+       sodipodi:role="line"
+       id="tspan4488-2"
+       x="881.46405"
+       y="548.97394">R</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-3"
+     width="32.775558"
+     height="36.044067"
+     x="66.348572"
+     y="327.69415" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.82009125px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="78.4776"
+     y="329.96588"
+     id="ailLblue"
+     sodipodi:linespacing="125%"
+     transform="scale(0.91900969,1.0881278)"
+     inkscape:label="#text4351-1-7-28"><tspan
+       sodipodi:role="line"
+       id="tspan4353-2-9-9"
+       x="78.4776"
+       y="329.96588">B</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-3-0-2-6-1"
+     width="32.775558"
+     height="36.044067"
+     x="162.06201"
+     y="672.36768" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.82009125px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="183.42683"
+     y="647.10468"
+     id="elevLblue"
+     sodipodi:linespacing="125%"
+     transform="scale(0.91900969,1.0881278)"
+     inkscape:label="#text4351-1-7-7"><tspan
+       sodipodi:role="line"
+       id="tspan4353-2-9-3"
+       x="183.42683"
+       y="647.10468">B</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-3-0-2-6-1-8"
+     width="32.775558"
+     height="36.044067"
+     x="204.47299"
+     y="672.36139" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.2665329px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="222.85838"
+     y="657.31158"
+     id="elevLgreen"
+     sodipodi:linespacing="125%"
+     transform="scale(0.93385575,1.0708292)"
+     inkscape:label="#text4347-2-2-1-6"><tspan
+       sodipodi:role="line"
+       id="tspan4349-9-6-8-1"
+       x="222.85838"
+       y="657.31158">G</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-3-0-2-6"
+     width="32.775558"
+     height="36.044067"
+     x="831.81787"
+     y="671.34418" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.82009125px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="911.57098"
+     y="646.80011"
+     id="elevRblue"
+     sodipodi:linespacing="125%"
+     transform="scale(0.91900969,1.0881278)"
+     inkscape:label="#text4351-1-7-7-2"><tspan
+       sodipodi:role="line"
+       id="tspan4353-2-9-3-9"
+       x="911.57098"
+       y="646.80011">B</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-3-0-2"
+     width="32.775558"
+     height="36.044067"
+     x="791.61786"
+     y="671.34418" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.50801086px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="860.73682"
+     y="651.89752"
+     id="elevRyellow"
+     sodipodi:linespacing="125%"
+     transform="scale(0.92732085,1.0783754)"
+     inkscape:label="#text4355-3"><tspan
+       sodipodi:role="line"
+       id="tspan4357-1"
+       x="860.73682"
+       y="651.89752">Y</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:36.08533478px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="172.05634"
+     y="575.58044"
+     id="text4714"
+     sodipodi:linespacing="125%"
+     transform="scale(0.91652932,1.0910726)"><tspan
+       sodipodi:role="line"
+       id="tspan4716"
+       x="172.05634"
+       y="575.58044">ELEV</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:36.08533478px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="858.55914"
+     y="575.03058"
+     id="text4714-9"
+     sodipodi:linespacing="125%"
+     transform="scale(0.91652937,1.0910725)"><tspan
+       sodipodi:role="line"
+       id="tspan4716-4"
+       x="858.55914"
+       y="575.03058">ELEV</tspan></text>
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 281.6,684.39393 28,-14.4 0,27.2 z"
+     id="elevL"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4736" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 745.1443,685.15661 -27.78059,-14.40264 0,27.20498 z"
+     id="elevR"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4736-7" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="m 165.76292,360.97091 28,-14.4 0,27.2 z"
+     id="ailL"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4736-8" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 861.28715,361.17464 -27.78059,-14.40264 0,27.20498 z"
+     id="ailR"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4736-7-5" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:35.82036972px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="475.86395"
+     y="542.09473"
+     id="PT"
+     sodipodi:linespacing="125%"
+     transform="scale(0.94719206,1.0557521)"
+     inkscape:label="#text4367-5"><tspan
+       sodipodi:role="line"
+       id="tspan4369-6-6"
+       x="475.86395"
+       y="542.09473">000</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-3-6-2"
+     width="27.575558"
+     height="36.044067"
+     x="471.46017"
+     y="75.71489" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.2665329px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="506.57623"
+     y="99.568321"
+     id="spdbrkgreen"
+     sodipodi:linespacing="125%"
+     transform="scale(0.93385575,1.0708292)"
+     inkscape:label="#text4347-2-2"><tspan
+       sodipodi:role="line"
+       id="tspan4349-9-6-5"
+       x="506.57623"
+       y="99.568321">G</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-3-6-2-8"
+     width="27.575558"
+     height="36.044067"
+     x="500.55307"
+     y="75.614883" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.75317001px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="547.10791"
+     y="98.468781"
+     id="spdbrkblue"
+     sodipodi:linespacing="125%"
+     transform="scale(0.9207793,1.0860366)"
+     inkscape:label="#text4351-1"><tspan
+       sodipodi:role="line"
+       id="tspan4353-2-5"
+       x="547.10791"
+       y="98.468781">B</tspan></text>
+  <rect
+     style="fill:#898989;fill-opacity:1;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none"
+     id="rect4370-3-6-2-8-9"
+     width="27.575558"
+     height="36.044067"
+     x="529.64288"
+     y="75.584373" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:34.50801086px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="575.88898"
+     y="98.898796"
+     id="spdbrkyellow"
+     sodipodi:linespacing="125%"
+     transform="scale(0.92732085,1.0783754)"
+     inkscape:label="#text4355-7"><tspan
+       sodipodi:role="line"
+       id="tspan4357-0-1"
+       x="575.88898"
+       y="98.898796">Y</tspan></text>
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 585.91821,208.72929 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0"
+     id="spoiler1Rex"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4545" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 644.31821,215.42926 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0"
+     id="spoiler2Rex"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4545" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 557.20014,208.7375 28.39986,0"
+     id="spoiler1Rrt"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4562" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 615.79144,215.44291 28.39986,0"
+     id="spoiler2Rrt"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4562" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 702.52096,222.30273 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0"
+     id="spoiler3Rex"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4545" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 760.82872,229.76839 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0"
+     id="spoiler4Rex"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4545" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 819.12942,237.32696 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0"
+     id="spoiler5Rex"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4545" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 673.88954,222.2661 28.39986,0"
+     id="spoiler3Rrt"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4562" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 732.14118,229.63772 28.39986,0"
+     id="spoiler4Rrt"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4562" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 790.57886,237.25168 28.39986,0"
+     id="spoiler5Rrt"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4562" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 440.75007,208.54791 28.39986,0"
+     id="spoiler1Lrt"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4562" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 469.31821,208.52926 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0"
+     id="spoiler1Lex"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4545" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 382.60738,215.44288 28.39986,0"
+     id="spoiler2Lrt"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4562" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 411.18511,215.43895 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0"
+     id="spoiler2Lex"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4545" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 324.1203,222.26608 28.39986,0"
+     id="spoiler3Lrt"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4562" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 353.02096,222.25895 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0"
+     id="spoiler3Lex"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4545" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 265.84289,229.63772 28.39986,0"
+     id="spoiler4Lrt"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4562" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 294.42973,229.64338 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0"
+     id="spoiler4Lex"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4545" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 207.47784,237.22117 28.39986,0"
+     id="spoiler5Lrt"
+     inkscape:connector-curvature="0"
+     inkscape:label="#path4562" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 236.15628,237.20565 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0"
+     id="spoiler5Lex"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc"
+     inkscape:label="#path4545" />
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:49.63022614px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="495.39325"
+     y="230.67148"
+     id="spoiler1Rf"
+     sodipodi:linespacing="125%"
+     transform="scale(1.1174072,0.89492891)"
+     inkscape:label="#text4909"><tspan
+       sodipodi:role="line"
+       id="tspan4911"
+       x="495.39325"
+       y="230.67148">1</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:49.63022614px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="390.61353"
+     y="230.64827"
+     id="spoiler1Lf"
+     sodipodi:linespacing="125%"
+     transform="scale(1.1174072,0.8949289)"
+     inkscape:label="#text4909"><tspan
+       sodipodi:role="line"
+       id="tspan4911-4"
+       x="390.61353"
+       y="230.64827">1</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="383.61737"
+     y="212.47865"
+     id="spoiler2Lf"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text4931"><tspan
+       sodipodi:role="line"
+       id="tspan4933"
+       x="383.61737"
+       y="212.47865">2</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="616.83087"
+     y="212.55902"
+     id="spoiler2Rf"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text4931"><tspan
+       sodipodi:role="line"
+       id="tspan4933-0"
+       x="616.83087"
+       y="212.55902">2</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:40.41407013px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="675.91882"
+     y="219.03233"
+     id="spoiler3Rf"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text4953"><tspan
+       sodipodi:role="line"
+       id="tspan4955"
+       x="675.91882"
+       y="219.03233">3</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:40.41407013px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="325.77896"
+     y="218.8701"
+     id="spoiler3Lf"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text4953"><tspan
+       sodipodi:role="line"
+       id="tspan4955-6"
+       x="325.77896"
+       y="218.8701">3</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:39.719944px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="733.57245"
+     y="227.29289"
+     id="spoiler4Rf"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text4975"><tspan
+       sodipodi:role="line"
+       id="tspan4977"
+       x="733.57245"
+       y="227.29289">4</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:39.719944px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="266.27011"
+     y="227.23184"
+     id="spoiler4Lf"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text4975"><tspan
+       sodipodi:role="line"
+       id="tspan4977-0"
+       x="266.27011"
+       y="227.23184">4</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:38.3243103px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="793.01208"
+     y="233.61044"
+     id="spoiler5Rf"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text4997"><tspan
+       sodipodi:role="line"
+       id="tspan4999"
+       x="793.01208"
+       y="233.61044">5</tspan></text>
+  <text
+     xml:space="preserve"
+     style="font-style:normal;font-weight:normal;font-size:38.3243103px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     x="210.14226"
+     y="233.51041"
+     id="spoiler5Lf"
+     sodipodi:linespacing="125%"
+     inkscape:label="#text4997"><tspan
+       sodipodi:role="line"
+       id="tspan4999-3"
+       x="210.14226"
+       y="233.51041">5</tspan></text>
+</svg>
diff --git a/Models/Liveries/A318/CFM/.directory b/Models/Liveries/A318/CFM/.directory
new file mode 100644
index 00000000..67f30fb2
--- /dev/null
+++ b/Models/Liveries/A318/CFM/.directory
@@ -0,0 +1,4 @@
+[Dolphin]
+PreviewsShown=true
+Timestamp=2017,6,23,19,27,14
+Version=3
diff --git a/Systems/lower-ecam.xml b/Systems/lower-ecam.xml
index 233922b7..0903640e 100644
--- a/Systems/lower-ecam.xml
+++ b/Systems/lower-ecam.xml
@@ -170,5 +170,55 @@
 		</input>
 		<output>/ECAM/Lower/Oil-PSI[1]</output>
 	</filter>
+	
+	<filter>
+		<name>ELEV L Indication</name>
+		<type>gain</type>
+		<gain>1</gain>
+		<input>
+			<expression>
+				<table>
+					<property>/controls/flight/elevator-left</property>
+					<entry><ind>  -0.5</ind><dep>-1</dep></entry>
+					<entry><ind>0</ind><dep>  0</dep></entry>
+					<entry><ind>0.5</ind><dep>  0.66</dep></entry>
+				</table>
+			</expression>
+		</input>
+		<output>/ECAM/Lower/elevator-ind-left</output>
+	</filter>
+	<filter>
+		<name>ELEV R Indication</name>
+		<type>gain</type>
+		<gain>1</gain>
+		<input>
+			<expression>
+				<table>
+					<property>/controls/flight/elevator-right</property>
+					<entry><ind>  -0.5</ind><dep>-1</dep></entry>
+					<entry><ind>0</ind><dep>  0</dep></entry>
+					<entry><ind>0.5</ind><dep>  0.66</dep></entry>
+				</table>
+			</expression>
+		</input>
+		<output>/ECAM/Lower/elevator-ind-right</output>
+	</filter>
+	
+	<filter>
+		<name>ELEV Trim Deg</name>
+		<type>gain</type>
+		<gain>1</gain>
+		<input>
+			<expression>
+				<table>
+					<property>/controls/flight/elevator-trim</property>
+					<entry><ind>1</ind><dep>4</dep></entry>
+					<entry><ind>0</ind><dep>  0</dep></entry>
+					<entry><ind>-1</ind><dep>  13.5</dep></entry>
+				</table>
+			</expression>
+		</input>
+		<output>/ECAM/Lower/elevator-trim-deg</output>
+	</filter>
 
 </PropertyList>