A3XX: New Canvas Lower ECAM!

This commit is contained in:
Joshua Davidson 2017-07-29 15:35:38 -04:00
parent f8c758aec8
commit 9d8404a9fc
33 changed files with 2552 additions and 2552 deletions

View file

@ -126,6 +126,9 @@
</autopilot>
<autopilot n="7">
<path>Aircraft/A320Family/Systems/libraries.xml</path>
</autopilot>
<autopilot n="9">
<path>Aircraft/A320Family/Systems/lower-ecam.xml</path>
</autopilot>
<property-rule n="100">
<path>Aircraft/A320Family/Systems/pfd.xml</path>
@ -259,7 +262,7 @@
</binding>
</item>
<item>
<label>Captain's ND</label>
<label>Show Captain's ND</label>
<binding>
<command>nasal</command>
<script>
@ -268,7 +271,7 @@
</binding>
</item>
<item>
<label>First Officer's ND</label>
<label>Show First Officer's ND</label>
<binding>
<command>nasal</command>
<script>
@ -276,6 +279,24 @@
</script>
</binding>
</item>
<!--item>
<label>First Upper ECAM</label>
<binding>
<command>nasal</command>
<script>
canvas_ecam.showUpperECAM();
</script>
</binding>
</item-->
<item>
<label>Show Lower ECAM</label>
<binding>
<command>nasal</command>
<script>
canvas_ecam.showLowerECAM();
</script>
</binding>
</item>
</menu>
</default>
</menubar>
@ -1062,6 +1083,9 @@
<canvas_nd>
<file>Aircraft/A320Family/Models/Instruments/ND/canvas/ND.nas</file>
</canvas_nd>
<canvas_ecam>
<file>Aircraft/A320Family/Models/Instruments/Lower-ECAM/Lower-ECAM.nas</file>
</canvas_ecam>
<icing>
<file>Aircraft/A320Family/Nasal/icing.nas</file>
</icing>

View file

@ -3288,13 +3288,13 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "STATUS");
canvas_ecam.setLowerECAMPage("sts");
</script>
</binding>
</action>
</animation>
<animation>
<!--animation>
<type>pick</type>
<object-name>to_config</object-name>
<action>
@ -3309,7 +3309,7 @@
<property>warnings/to-config</property>
</binding>
</action>
</animation>
</animation-->
<animation>
<type>pick</type>
@ -3320,9 +3320,7 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "APU");
canvas_ecam.setLowerECAMPage("apu");
</script>
</binding>
</action>
@ -3337,9 +3335,7 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "BLEED");
canvas_ecam.setLowerECAMPage("bleed");
</script>
</binding>
</action>
@ -3354,9 +3350,7 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "PRESS");
canvas_ecam.setLowerECAMPage("press");
</script>
</binding>
</action>
@ -3371,9 +3365,7 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "ELEC");
canvas_ecam.setLowerECAMPage("elec");
</script>
</binding>
</action>
@ -3388,9 +3380,7 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "HYD");
canvas_ecam.setLowerECAMPage("hyd");
</script>
</binding>
</action>
@ -3405,9 +3395,7 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "FUEL");
canvas_ecam.setLowerECAMPage("fuel");
</script>
</binding>
</action>
@ -3422,9 +3410,7 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "ENG");
canvas_ecam.setLowerECAMPage("eng");
</script>
</binding>
</action>
@ -3439,9 +3425,7 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "COND");
canvas_ecam.setLowerECAMPage("cond");
</script>
</binding>
</action>
@ -3456,9 +3440,7 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "DOOR");
canvas_ecam.setLowerECAMPage("door");
</script>
</binding>
</action>
@ -3473,9 +3455,7 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "WHEEL");
canvas_ecam.setLowerECAMPage("wheel");
</script>
</binding>
</action>
@ -3490,203 +3470,12 @@
<binding>
<command>nasal</command>
<script>
setprop("instrumentation/efis/ecam/display-mode", "FCTL");
canvas_ecam.setLowerECAMPage("fctl");
</script>
</binding>
</action>
</animation>
<!-- ECAM Buttons Textranslate -->
<animation>
<type>textranslate</type>
<object-name>apu</object-name>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>APU</value>
</equals>
</condition>
<factor>0.086</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>bleed</object-name>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>BLEED</value>
</equals>
</condition>
<factor>0.086</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>press</object-name>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>PRESS</value>
</equals>
</condition>
<factor>0.086</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>elec</object-name>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>ELEC</value>
</equals>
</condition>
<factor>0.086</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>hyd</object-name>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>HYD</value>
</equals>
</condition>
<factor>0.086</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>fuel</object-name>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>FUEL</value>
</equals>
</condition>
<factor>0.086</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>eng</object-name>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>ENG</value>
</equals>
</condition>
<factor>0.086</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>cond</object-name>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>COND</value>
</equals>
</condition>
<factor>0.086</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>door</object-name>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>DOOR</value>
</equals>
</condition>
<factor>0.086</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>wheel</object-name>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>WHEEL</value>
</equals>
</condition>
<factor>0.086</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>fctl</object-name>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>FCTL</value>
</equals>
</condition>
<factor>0.086</factor>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
</animation>
<!-- Chrono buttons -->
<animation>

View file

@ -0,0 +1,275 @@
# A3XX Lower ECAM Canvas
# Joshua Davidson (it0uchpods)
#######################################
# Copyright (c) A3XX Development Team #
#######################################
var lowerECAM_apu = nil;
var lowerECAM_eng1 = nil;
var lowerECAM_eng = nil;
var lowerECAM_display = nil;
setprop("/systems/electrical/extra/apu-load", 0);
setprop("/systems/electrical/extra/apu-volts", 0);
setprop("/systems/electrical/extra/apu-hz", 0);
setprop("/systems/pneumatic/bleedapu", 0);
setprop("/engines/engine[0]/oil-psi-actual", 0);
setprop("/engines/engine[1]/oil-psi-actual", 0);
setprop("/ECAM/Lower/APU-N", 0);
setprop("/ECAM/Lower/APU-EGT", 0);
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("/environment/temperature-degc", 0);
setprop("/FMGC/internal/gw", 0);
var canvas_lowerECAM_base = {
init: func(canvas_group, file) {
var font_mapper = func(family, weight) {
return "LiberationFonts/LiberationSans-Regular.ttf";
};
canvas.parsesvg(canvas_group, file, {'font-mapper': font_mapper});
var svg_keys = me.getKeys();
foreach(var key; svg_keys) {
me[key] = canvas_group.getElementById(key);
}
me.page = canvas_group;
return me;
},
getKeys: func() {
return [];
},
update: func() {
},
updateBottomStatus: func() {
me["TAT"].setText(sprintf("%s", math.round(getprop("/environment/temperature-degc"))));
me["SAT"].setText(sprintf("%s", math.round(getprop("/environment/temperature-degc"))));
me["GW"].setText(sprintf("%s", math.round(getprop("/FMGC/internal/gw"))));
},
};
var canvas_lowerECAM_apu = {
new: func(canvas_group, file) {
var m = { parents: [canvas_lowerECAM_apu , canvas_lowerECAM_base] };
m.init(canvas_group, file);
return m;
},
getKeys: func() {
return ["APUN-needle","APUEGT-needle","APUN","APUEGT","APUAvail","APUFlapOpen","APUBleedValve","APUBleedOnline","APUGenLoad","APUGenVolt","APUGenHz","APUBleedPSI","GW","TAT","SAT"];
},
update: func() {
# Avail and Flap Open
if (getprop("/systems/apu/rpm") > 3.5 and getprop("/controls/APU/master") == 1) {
me["APUFlapOpen"].show();
} else {
me["APUFlapOpen"].hide();
}
if (getprop("/systems/apu/rpm") > 94.9) {
me["APUAvail"].show();
} else {
me["APUAvail"].hide();
}
# APU Gen
if (getprop("/systems/electrical/extra/apu-volts") > 110) {
me["APUGenVolt"].setColor(0,1,0);
} else {
me["APUGenVolt"].setColor(1,0.6,0);
}
if (getprop("/systems/electrical/extra/apu-hz") > 380) {
me["APUGenHz"].setColor(0,1,0);
} else {
me["APUGenHz"].setColor(1,0.6,0);
}
me["APUGenLoad"].setText(sprintf("%s", math.round(getprop("/systems/electrical/extra/apu-load"))));
me["APUGenVolt"].setText(sprintf("%s", math.round(getprop("/systems/electrical/extra/apu-volts"))));
me["APUGenHz"].setText(sprintf("%s", math.round(getprop("/systems/electrical/extra/apu-hz"))));
# APU Bleed
if (getprop("/systems/apu/rpm") >= 94.9) {
me["APUBleedPSI"].setColor(0,1,0);
me["APUBleedPSI"].setText(sprintf("%s", math.round(getprop("/systems/pneumatic/bleedapu"))));
} else {
me["APUBleedPSI"].setColor(1,0.6,0);
me["APUBleedPSI"].setText(sprintf("%s", "XX"));
}
if (getprop("/systems/pneumatic/bleedapu") > 0 and getprop("/controls/pneumatic/switches/bleedapu") == 1) {
me["APUBleedValve"].setRotation(90*D2R);
me["APUBleedOnline"].show();
} else {
me["APUBleedValve"].setRotation(0);
me["APUBleedOnline"].hide();
}
# APU N and EGT
me["APUN"].setText(sprintf("%s", math.round(getprop("/systems/apu/rpm"))));
me["APUEGT"].setText(sprintf("%s", math.round(getprop("/systems/apu/egt"))));
me["APUN-needle"].setRotation((getprop("/ECAM/Lower/APU-N") + 90)*D2R);
me["APUEGT-needle"].setRotation((getprop("/ECAM/Lower/APU-EGT") + 90)*D2R);
me.updateBottomStatus();
settimer(func me.update(), 0.02);
},
};
var canvas_lowerECAM_eng1 = {
new: func(canvas_group, file) {
var m = { parents: [canvas_lowerECAM_eng1 , canvas_lowerECAM_base] };
m.init(canvas_group, file);
return m;
},
getKeys: func() {
return ["OilQT1-needle","OilQT2-needle","OilQT1","OilQT2","OilQT1-decimal","OilQT2-decimal","OilPSI1-needle","OilPSI2-needle","OilPSI1","OilPSI2","GW","TAT","SAT"];
},
update: func() {
# Oil Quantity
me["OilQT1"].setText(sprintf("%s", math.round(getprop("/engines/engine[0]/oil-qt-actual"))));
me["OilQT2"].setText(sprintf("%s", math.round(getprop("/engines/engine[1]/oil-qt-actual"))));
me["OilQT1-decimal"].setText(sprintf("%s", int(10*math.mod(getprop("/engines/engine[0]/oil-qt-actual"),1))));
me["OilQT2-decimal"].setText(sprintf("%s", int(10*math.mod(getprop("/engines/engine[1]/oil-qt-actual"),1))));
me["OilQT1-needle"].setRotation((getprop("/ECAM/Lower/Oil-QT[0]") + 90)*D2R);
me["OilQT2-needle"].setRotation((getprop("/ECAM/Lower/Oil-QT[1]") + 90)*D2R);
# Oil Pressure
if (getprop("/engines/engine[0]/oil-psi-actual") >= 20) {
me["OilPSI1"].setColor(0,1,0);
me["OilPSI1-needle"].setColorFill(0,1,0);
} else {
me["OilPSI1"].setColor(1,0,0);
me["OilPSI1-needle"].setColorFill(1,0,0);
}
if (getprop("/engines/engine[1]/oil-psi-actual") >= 20) {
me["OilPSI2"].setColor(0,1,0);
me["OilPSI2-needle"].setColorFill(0,1,0);
} else {
me["OilPSI2"].setColor(1,0,0);
me["OilPSI2-needle"].setColorFill(1,0,0);
}
me["OilPSI1"].setText(sprintf("%s", math.round(getprop("/engines/engine[0]/oil-psi-actual"))));
me["OilPSI2"].setText(sprintf("%s", math.round(getprop("/engines/engine[1]/oil-psi-actual"))));
me["OilPSI1-needle"].setRotation((getprop("/ECAM/Lower/Oil-PSI[0]") + 90)*D2R);
me["OilPSI2-needle"].setRotation((getprop("/ECAM/Lower/Oil-PSI[1]") + 90)*D2R);
me.updateBottomStatus();
settimer(func me.update(), 0.02);
},
};
var canvas_lowerECAM_eng = {
new: func(canvas_group, file) {
var m = { parents: [canvas_lowerECAM_eng , canvas_lowerECAM_base] };
m.init(canvas_group, file);
return m;
},
getKeys: func() {
return ["OilQT1-needle","OilQT2-needle","OilQT1","OilQT2","OilQT1-decimal","OilQT2-decimal","OilPSI1-needle","OilPSI2-needle","OilPSI1","OilPSI2","GW","TAT","SAT"];
},
update: func() {
# Oil Quantity
me["OilQT1"].setText(sprintf("%s", math.round(getprop("/engines/engine[0]/oil-qt-actual"))));
me["OilQT2"].setText(sprintf("%s", math.round(getprop("/engines/engine[1]/oil-qt-actual"))));
me["OilQT1-decimal"].setText(sprintf("%s", int(10*math.mod(getprop("/engines/engine[0]/oil-qt-actual"),1))));
me["OilQT2-decimal"].setText(sprintf("%s", int(10*math.mod(getprop("/engines/engine[1]/oil-qt-actual"),1))));
me["OilQT1-needle"].setRotation((getprop("/ECAM/Lower/Oil-QT[0]") + 90)*D2R);
me["OilQT2-needle"].setRotation((getprop("/ECAM/Lower/Oil-QT[1]") + 90)*D2R);
# Oil Pressure
if (getprop("/engines/engine[0]/oil-psi-actual") >= 20) {
me["OilPSI1"].setColor(0,1,0);
me["OilPSI1-needle"].setColorFill(0,1,0);
} else {
me["OilPSI1"].setColor(1,0,0);
me["OilPSI1-needle"].setColorFill(1,0,0);
}
if (getprop("/engines/engine[1]/oil-psi-actual") >= 20) {
me["OilPSI2"].setColor(0,1,0);
me["OilPSI2-needle"].setColorFill(0,1,0);
} else {
me["OilPSI2"].setColor(1,0,0);
me["OilPSI2-needle"].setColorFill(1,0,0);
}
me["OilPSI1"].setText(sprintf("%s", math.round(getprop("/engines/engine[0]/oil-psi-actual"))));
me["OilPSI2"].setText(sprintf("%s", math.round(getprop("/engines/engine[1]/oil-psi-actual"))));
me["OilPSI1-needle"].setRotation((getprop("/ECAM/Lower/Oil-PSI[0]") + 90)*D2R);
me["OilPSI2-needle"].setRotation((getprop("/ECAM/Lower/Oil-PSI[1]") + 90)*D2R);
me.updateBottomStatus();
settimer(func me.update(), 0.02);
},
};
setlistener("sim/signals/fdm-initialized", func {
lowerECAM_display = canvas.new({
"name": "lowerECAM",
"size": [1024, 1024],
"view": [1024, 1024],
"mipmapping": 1
});
lowerECAM_display.addPlacement({"node": "lecam.screen"});
var groupApu = 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_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_eng1.update();
lowerECAM_eng.update();
lowerECAM_apu.page.hide();
lowerECAM_eng_choose();
});
var showLowerECAM = func {
var dlg = canvas.Window.new([512, 512], "dialog").set("resize", 1);
dlg.setCanvas(lowerECAM_display);
}
var setLowerECAMPage = func(page) {
if (page == "apu") {
lowerECAM_apu.page.show();
lowerECAM_eng1.page.hide();
lowerECAM_eng.page.hide();
} else if (page == "eng") {
lowerECAM_apu.page.hide();
lowerECAM_eng_choose();
}
}
var lowerECAM_eng_choose = func {
if (getprop("/options/EIS2") == 1) {
lowerECAM_eng1.page.hide();
lowerECAM_eng.page.show();
} else {
lowerECAM_eng1.page.show();
lowerECAM_eng.page.hide();
}
}
setlistener("/options/EIS2", lowerECAM_eng_choose);

View file

@ -8,46 +8,19 @@
<PropertyList>
<path>res/empty.ac</path>
<path>res/Lower-ECAM.ac</path>
<model>
<condition>
<and>
<not><property>options/EIS2</property></not>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>ENG</value>
</equals>
</and>
</condition>
<path>eng-eis1.xml</path>
</model>
<model>
<condition>
<and>
<property>options/EIS2</property>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>ENG</value>
</equals>
</and>
</condition>
<path>eng-eis2.xml</path>
</model>
<model>
<condition>
<equals>
<property>instrumentation/efis/ecam/display-mode</property>
<value>APU</value>
</equals>
</condition>
<path>apu.xml</path>
</model>
<model>
<path>osgtxt-common.xml</path>
</model>
<animation>
<type>pick</type>
<object-name>lecam.screen</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>canvas_ecam.showLowerECAM();</script>
</binding>
</action>
</animation>
</PropertyList>

View file

@ -1,586 +0,0 @@
<?xml version="1.0"?>
<!--
#######################################
# Copyright (c) A3XX Development Team #
#######################################
-->
<PropertyList>
<path>res/apu/apu.ac</path>
<!-- Analog Gauges -->
<!-- APU N -->
<animation>
<type>rotate</type>
<object-name>N</object-name>
<property>systems/apu/rpm</property>
<interpolation>
<entry><ind> 0</ind><dep>-126</dep></entry>
<entry><ind>100</ind><dep> 54</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>-0.04466</y-m>
<z-m>0.0003</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- APU EGT -->
<animation>
<type>rotate</type>
<object-name>EGT</object-name>
<property>systems/apu/egt</property>
<interpolation>
<entry><ind> 275</ind><dep>-114</dep></entry>
<entry><ind> 300</ind><dep>-106</dep></entry>
<entry><ind> 700</ind><dep> -19</dep></entry>
<entry><ind>1000</ind><dep> 67</dep></entry>
<entry><ind>1100</ind><dep> 86</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>-0.04483</y-m>
<z-m>-0.03256</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Text -->
<!-- APU N -->
<text>
<name>txt.n</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.04266</y-m>
<z-m>-0.0033</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>systems/apu/rpm</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>XX.n</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.04266</y-m>
<z-m>-0.0033</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">text-value</type>
<format type="string">XX</format>
<property>autopilot/servicable</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<!-- APU EGT -->
<text>
<name>txt.egt</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.04283</y-m>
<z-m>-0.03556</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%4.0f</format>
<property>systems/apu/egt</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>XX.egt</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.04283</y-m>
<z-m>-0.03556</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">text-value</type>
<format type="string">XX</format>
<property>autopilot/servicable</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<!-- Various -->
<text>
<name>txt.avail</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>0.0</y-m>
<z-m>0.05</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">text-value</type>
<format type="string">AVAIL</format>
<property>autopilot/servicable</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.0055</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<animation>
<type>select</type>
<object-name>txt.avail</object-name>
<object-name>txt.bleedpsi</object-name>
<condition>
<greater-than-equals>
<property>systems/apu/rpm</property>
<value>94.9</value>
</greater-than-equals>
</condition>
</animation>
<text>
<name>txt.flapopen</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>0.035</y-m>
<z-m>-0.01</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">text-value</type>
<format type="string">FLAP OPEN</format>
<property>autopilot/servicable</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.0055</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<animation>
<type>select</type>
<object-name>txt.flapopen</object-name>
<condition>
<or>
<greater-than-equals>
<property>systems/apu/rpm</property>
<value>3.5</value>
</greater-than-equals>
<equals>
<property>controls/APU/master</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<text>
<name>txt.bleedpsi</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>0.047</y-m>
<z-m>0.033</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%2.0f</format>
<property>systems/pneumatic/bleedapu</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>XX.bleedpsi</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>0.047</y-m>
<z-m>0.033</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">text-value</type>
<format type="string">XX</format>
<property>autopilot/servicable</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<animation>
<type>select</type>
<object-name>XX.bleedpsi</object-name>
<condition>
<less-than>
<property>systems/apu/rpm</property>
<value>94.9</value>
</less-than>
</condition>
</animation>
<text>
<name>txt.load</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.048</y-m>
<z-m>0.0483</z-m>
</offsets>
<alignment>right-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>systems/electrical/extra/apu-load</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>txt.volts</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.048</y-m>
<z-m>0.0413</z-m>
</offsets>
<alignment>right-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>systems/electrical/extra/apu-volts</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>txt.volts.a</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.048</y-m>
<z-m>0.0413</z-m>
</offsets>
<alignment>right-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>systems/electrical/extra/apu-volts</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<animation>
<type>select</type>
<object-name>txt.volts</object-name>
<condition>
<greater-than-equals>
<property>systems/electrical/extra/apu-volts</property>
<value>110</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>txt.volts.a</object-name>
<condition>
<less-than>
<property>systems/electrical/extra/apu-volts</property>
<value>110</value>
</less-than>
</condition>
</animation>
<text>
<name>txt.hz</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.048</y-m>
<z-m>0.034</z-m>
</offsets>
<alignment>right-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>systems/electrical/extra/apu-hz</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>txt.hz.a</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.048</y-m>
<z-m>0.034</z-m>
</offsets>
<alignment>right-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>systems/electrical/extra/apu-hz</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<animation>
<type>select</type>
<object-name>txt.hz</object-name>
<condition>
<greater-than-equals>
<property>systems/electrical/extra/apu-hz</property>
<value>380</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>txt.hz.a</object-name>
<condition>
<less-than>
<property>systems/electrical/extra/apu-hz</property>
<value>380</value>
</less-than>
</condition>
</animation>
<!-- Bleed In-line -->
<animation>
<type>select</type>
<object-name>bleed-inline</object-name>
<condition>
<and>
<greater-than>
<property>systems/pneumatic/bleedapu</property>
<value>0</value>
</greater-than>
<equals>
<property>controls/pneumatic/switches/bleedapu</property>
<value>1</value>
</equals>
</and>
</condition>
</animation>
<!-- XX -->
<animation>
<type>select</type>
<object-name>N</object-name>
<object-name>EGT</object-name>
<object-name>txt.n</object-name>
<object-name>txt.egt</object-name>
<condition>
<or>
<greater-than-equals>
<property>systems/apu/rpm</property>
<value>3.5</value>
</greater-than-equals>
<equals>
<property>controls/APU/master</property>
<value>1</value>
</equals>
</or>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>XX.n</object-name>
<object-name>XX.egt</object-name>
<condition>
<and>
<less-than>
<property>systems/apu/rpm</property>
<value>3.5</value>
</less-than>
<equals>
<property>controls/APU/master</property>
<value>0</value>
</equals>
</and>
</condition>
</animation>
<!-- Colors -->
<!-- Green -->
<animation>
<type>material</type>
<object-name>txt.n</object-name>
<object-name>txt.egt</object-name>
<object-name>txt.avail</object-name>
<object-name>txt.flapopen</object-name>
<object-name>txt.bleedpsi</object-name>
<object-name>txt.load</object-name>
<object-name>txt.volts</object-name>
<object-name>txt.hz</object-name>
<diffuse>
<red>0</red>
<green>0.543</green>
<blue>0</blue>
</diffuse>
<ambient>
<red>0</red>
<green>0</green>
<blue>0</blue>
</ambient>
<specular>
<red>0</red>
<green>0</green>
<blue>0</blue>
</specular>
<emission>
<red>0</red>
<green>0.543</green>
<blue>0</blue>
</emission>
</animation>
<!-- Amber -->
<animation>
<type>material</type>
<object-name>XX.n</object-name>
<object-name>XX.egt</object-name>
<object-name>XX.bleedpsi</object-name>
<object-name>txt.volts.a</object-name>
<object-name>txt.hz.a</object-name>
<diffuse>
<red>1</red>
<green>0.4</green>
<blue>0</blue>
</diffuse>
<ambient>
<red>0</red>
<green>0</green>
<blue>0</blue>
</ambient>
<specular>
<red>0</red>
<green>0</green>
<blue>0</blue>
</specular>
<emission>
<red>1</red>
<green>0.4</green>
<blue>0</blue>
</emission>
</animation>
</PropertyList>

View file

@ -1,353 +0,0 @@
<?xml version="1.0"?>
<!--
#######################################
# Copyright (c) A3XX Development Team #
#######################################
-->
<PropertyList>
<path>res-EIS1/eng/eng.ac</path>
<!-- Analog Gauges -->
<!-- Oil Qty -->
<animation>
<type>rotate</type>
<object-name>qt1</object-name>
<property>engines/engine[0]/oil-qt-actual</property>
<interpolation>
<entry><ind> 0</ind><dep>-101</dep></entry>
<entry><ind>25</ind><dep> 40</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>-0.05558</y-m>
<z-m>0.02672</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>qt2</object-name>
<property>engines/engine[1]/oil-qt-actual</property>
<interpolation>
<entry><ind> 0</ind><dep>-101</dep></entry>
<entry><ind>25</ind><dep> 40</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>0.00083</y-m>
<z-m>0.02672</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Oil PSI -->
<animation>
<type>rotate</type>
<object-name>psi1</object-name>
<object-name>psi1r</object-name>
<property>engines/engine[0]/oil-psi-actual</property>
<interpolation>
<entry><ind> 0</ind><dep>-105</dep></entry>
<entry><ind>300</ind><dep> 38</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>-0.05558</y-m>
<z-m>-0.00178</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>psi1</object-name>
<object-name>txt.psi1</object-name>
<condition>
<greater-than-equals>
<property>engines/engine[0]/oil-psi-actual</property>
<value>60</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>psi1r</object-name>
<object-name>txt.psi1r</object-name>
<condition>
<less-than>
<property>engines/engine[0]/oil-psi-actual</property>
<value>60</value>
</less-than>
</condition>
</animation>
<animation>
<type>rotate</type>
<object-name>psi2</object-name>
<object-name>psi2r</object-name>
<property>engines/engine[1]/oil-psi-actual</property>
<interpolation>
<entry><ind> 0</ind><dep>-105</dep></entry>
<entry><ind>300</ind><dep> 38</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>0.00083</y-m>
<z-m>-0.00178</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>psi2</object-name>
<object-name>txt.psi2</object-name>
<condition>
<greater-than-equals>
<property>engines/engine[1]/oil-psi-actual</property>
<value>60</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>psi2r</object-name>
<object-name>txt.psi2r</object-name>
<condition>
<less-than>
<property>engines/engine[1]/oil-psi-actual</property>
<value>60</value>
</less-than>
</condition>
</animation>
<!-- Text -->
<!-- Oil Qty -->
<text>
<name>txt.qty1</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.05158</y-m>
<z-m>0.023</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%2.1f</format>
<property>engines/engine/oil-qt-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>txt.qty2</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>0.00483</y-m>
<z-m>0.023</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%2.1f</format>
<property>engines/engine[1]/oil-qt-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<!-- Oil PSI -->
<text>
<name>txt.psi1</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.05158</y-m>
<z-m>-0.005</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>engines/engine/oil-psi-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>txt.psi2</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>0.00483</y-m>
<z-m>-0.005</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>engines/engine[1]/oil-psi-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>txt.psi1r</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.05158</y-m>
<z-m>-0.005</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>engines/engine/oil-psi-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>txt.psi2r</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>0.00483</y-m>
<z-m>-0.005</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>engines/engine[1]/oil-psi-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<!-- Colors -->
<!-- Green -->
<animation>
<type>material</type>
<object-name>txt.qty1</object-name>
<object-name>txt.qty2</object-name>
<object-name>txt.psi1</object-name>
<object-name>txt.psi2</object-name>
<diffuse>
<red>0</red>
<green>0.543</green>
<blue>0</blue>
</diffuse>
<ambient>
<red>0</red>
<green>0</green>
<blue>0</blue>
</ambient>
<specular>
<red>0</red>
<green>0</green>
<blue>0</blue>
</specular>
<emission>
<red>0</red>
<green>0.543</green>
<blue>0</blue>
</emission>
</animation>
<!-- Red -->
<animation>
<type>material</type>
<object-name>txt.psi1r</object-name>
<object-name>txt.psi2r</object-name>
<diffuse>
<red>1</red>
<green>0</green>
<blue>0</blue>
</diffuse>
<ambient>
<red>0</red>
<green>0</green>
<blue>0</blue>
</ambient>
<specular>
<red>0</red>
<green>0</green>
<blue>0</blue>
</specular>
<emission>
<red>1</red>
<green>0</green>
<blue>0</blue>
</emission>
</animation>
</PropertyList>

View file

@ -1,355 +0,0 @@
<?xml version="1.0"?>
<!--
#######################################
# Copyright (c) A3XX Development Team #
#######################################
-->
<PropertyList>
<path>res-EIS2/eng/eng.ac</path>
<!-- Analog Gauges -->
<!-- Oil Qty -->
<animation>
<type>rotate</type>
<object-name>qt1</object-name>
<property>engines/engine[0]/oil-qt-actual</property>
<interpolation>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind>25</ind><dep> 90</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>-0.03862</y-m>
<z-m>0.03153</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>qt2</object-name>
<property>engines/engine[1]/oil-qt-actual</property>
<interpolation>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind>25</ind><dep> 90</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>0.03863</y-m>
<z-m>0.03153</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- Oil PSI -->
<animation>
<type>rotate</type>
<object-name>psi1</object-name>
<object-name>psi1r</object-name>
<property>engines/engine[0]/oil-psi-actual</property>
<interpolation>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind>150</ind><dep> 0</dep></entry>
<entry><ind>300</ind><dep> 90</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>-0.03862</y-m>
<z-m>0.01068</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>psi1</object-name>
<object-name>txt.psi1</object-name>
<condition>
<greater-than-equals>
<property>engines/engine[0]/oil-psi-actual</property>
<value>60</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>psi1r</object-name>
<object-name>txt.psi1r</object-name>
<condition>
<less-than>
<property>engines/engine[0]/oil-psi-actual</property>
<value>60</value>
</less-than>
</condition>
</animation>
<animation>
<type>rotate</type>
<object-name>psi2</object-name>
<object-name>psi2r</object-name>
<property>engines/engine[1]/oil-psi-actual</property>
<interpolation>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind>150</ind><dep> 0</dep></entry>
<entry><ind>300</ind><dep> 90</dep></entry>
</interpolation>
<center>
<x-m>0</x-m>
<y-m>0.03863</y-m>
<z-m>0.01068</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>select</type>
<object-name>psi2</object-name>
<object-name>txt.psi2</object-name>
<condition>
<greater-than-equals>
<property>engines/engine[1]/oil-psi-actual</property>
<value>60</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>psi2r</object-name>
<object-name>txt.psi2r</object-name>
<condition>
<less-than>
<property>engines/engine[1]/oil-psi-actual</property>
<value>60</value>
</less-than>
</condition>
</animation>
<!-- Text -->
<!-- Oil Qty -->
<text>
<name>txt.qty1</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.03862</y-m>
<z-m>0.033</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%2.1f</format>
<property>engines/engine/oil-qt-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>txt.qty2</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>0.03863</y-m>
<z-m>0.033</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%2.1f</format>
<property>engines/engine[1]/oil-qt-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<!-- Oil PSI -->
<text>
<name>txt.psi1</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.03862</y-m>
<z-m>0.01208</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>engines/engine/oil-psi-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>txt.psi2</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>0.03863</y-m>
<z-m>0.01208</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>engines/engine[1]/oil-psi-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>txt.psi1r</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.03862</y-m>
<z-m>0.01208</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>engines/engine/oil-psi-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>txt.psi2r</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>0.03863</y-m>
<z-m>0.01208</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>engines/engine[1]/oil-psi-actual</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<!-- Colors -->
<!-- Green -->
<animation>
<type>material</type>
<object-name>txt.qty1</object-name>
<object-name>txt.qty2</object-name>
<object-name>txt.psi1</object-name>
<object-name>txt.psi2</object-name>
<diffuse>
<red>0</red>
<green>0.543</green>
<blue>0</blue>
</diffuse>
<ambient>
<red>0</red>
<green>0</green>
<blue>0</blue>
</ambient>
<specular>
<red>0</red>
<green>0</green>
<blue>0</blue>
</specular>
<emission>
<red>0</red>
<green>0.543</green>
<blue>0</blue>
</emission>
</animation>
<!-- Red -->
<animation>
<type>material</type>
<object-name>txt.psi1r</object-name>
<object-name>txt.psi2r</object-name>
<diffuse>
<red>1</red>
<green>0</green>
<blue>0</blue>
</diffuse>
<ambient>
<red>0</red>
<green>0</green>
<blue>0</blue>
</ambient>
<specular>
<red>0</red>
<green>0</green>
<blue>0</blue>
</specular>
<emission>
<red>1</red>
<green>0</green>
<blue>0</blue>
</emission>
</animation>
</PropertyList>

View file

@ -1,186 +0,0 @@
<?xml version="1.0"?>
<!--
#######################################
# Copyright (c) A3XX Development Team #
#######################################
-->
<PropertyList>
<path>res-EIS1/empty.ac</path>
<text>
<name>tat</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.044</y-m>
<z-m>-0.0605</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>environment/temperature-degc</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>tatplus</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.047</y-m>
<z-m>-0.0605</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">+</format>
<property>autopilot/servicable</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<animation>
<type>select</type>
<object-name>tatplus</object-name>
<condition>
<greater-than-equals>
<property>environment/temperature-degc</property>
<value>0</value>
</greater-than-equals>
</condition>
</animation>
<text>
<name>sat</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.044</y-m>
<z-m>-0.070</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%3.0f</format>
<property>environment/temperature-degc</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<text>
<name>satplus</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>-0.047</y-m>
<z-m>-0.070</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">+</format>
<property>autopilot/servicable</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.005</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<animation>
<type>select</type>
<object-name>satplus</object-name>
<condition>
<greater-than-equals>
<property>environment/temperature-degc</property>
<value>0</value>
</greater-than-equals>
</condition>
</animation>
<text>
<name>gw</name>
<offsets>
<x-m>0.0004</x-m>
<y-m>0.054</y-m>
<z-m>-0.06075</z-m>
</offsets>
<alignment>center-center</alignment>
<axis-alignment>yz-plane</axis-alignment>
<type type="string">number-value</type>
<format type="string">%5.0f</format>
<property>FMGC/internal/gw</property>
<truncate type="bool">false</truncate>
<font type="string">helvetica_bold.txf</font>
<draw-text type="bool">true</draw-text>
<draw-alignment type="bool">false</draw-alignment>
<draw-boundingbox type="bool">false</draw-boundingbox>
<character-size>0.0055</character-size>
<font-resolution>
<width type="int">32</width>
<height type="int">32</height>
</font-resolution>
</text>
<!-- Colors -->
<animation>
<type>material</type>
<object-name>tat</object-name>
<object-name>tatplus</object-name>
<object-name>sat</object-name>
<object-name>satplus</object-name>
<object-name>gw</object-name>
<diffuse>
<red>0</red>
<green>0.543</green>
<blue>0</blue>
</diffuse>
<ambient>
<red>0</red>
<green>0</green>
<blue>0</blue>
</ambient>
<specular>
<red>0</red>
<green>0</green>
<blue>0</blue>
</specular>
<emission>
<red>0</red>
<green>0.543</green>
<blue>0</blue>
</emission>
</animation>
</PropertyList>

View file

@ -1,3 +0,0 @@
AC3Db
OBJECT world
kids 0

View file

@ -1,263 +0,0 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 1 1 1 spec 0 0 0 shi 128 trans 0
MATERIAL "ac3dmat1" rgb 1 1 1 amb 1 1 1 emis 1 1 1 spec 1 1 1 shi 0 trans 0
OBJECT world
kids 7
OBJECT poly
name "psi2r"
loc 0.000492332 0.00615884 -0.000827477
data 10
enginepane
texture "needler.png"
crease 30.000002
numvert 4
0 0.009191 0.000477958
0 -0.00841424 0.000477958
0 -0.00841424 -0.000478942
0 0.009191 -0.000478942
numsurf 1
SURF 0x0
mat 1
refs 4
3 1.00067 0.999407
0 4.45843e-005 0.999407
1 4.45843e-005 0.000756443
2 1.00067 0.000756443
kids 0
OBJECT poly
name "psi1r"
loc 0.000492332 0.00615884 0.0555814
data 10
enginepane
texture "needler.png"
crease 30.000002
numvert 4
0 0.009191 -0.000478942
0 -0.00841424 -0.000478942
0 -0.00841424 0.000477958
0 0.009191 0.000477958
numsurf 1
SURF 0x0
mat 1
refs 4
0 1.00067 0.999407
3 4.45843e-005 0.999407
2 4.45843e-005 0.000756443
1 1.00067 0.000756443
kids 0
OBJECT poly
name "psi2"
loc 0.000492332 0.00615884 -0.000827477
data 10
enginepane
texture "needle.png"
crease 30.000002
numvert 4
0 0.009191 -0.000478942
0 -0.00841424 -0.000478942
0 -0.00841424 0.000477958
0 0.009191 0.000477958
numsurf 1
SURF 0x0
mat 1
refs 4
0 1.00067 0.999407
3 4.45843e-005 0.999407
2 4.45843e-005 0.000756443
1 1.00067 0.000756443
kids 0
OBJECT poly
name "psi1"
loc 0.000492332 0.00615884 0.0555814
data 10
enginepane
texture "needle.png"
crease 30.000002
numvert 4
0 0.009191 0.000477958
0 -0.00841424 0.000477958
0 -0.00841424 -0.000478942
0 0.009191 -0.000478942
numsurf 1
SURF 0x0
mat 1
refs 4
3 1.00067 0.999407
0 4.45843e-005 0.999407
1 4.45843e-005 0.000756443
2 1.00067 0.000756443
kids 0
OBJECT poly
name "qt2"
loc 0.000492332 0.0346585 -0.000827477
data 10
enginepane
texture "needle.png"
crease 30.000002
numvert 4
0 0.009191 0.000477958
0 -0.00841424 0.000477958
0 -0.00841424 -0.000478942
0 0.009191 -0.000478942
numsurf 1
SURF 0x0
mat 1
refs 4
3 1.00067 0.999407
0 4.45843e-005 0.999407
1 4.45843e-005 0.000756443
2 1.00067 0.000756443
kids 0
OBJECT poly
name "qt1"
loc 0.000492332 0.0346585 0.0555814
data 10
enginepane
texture "needle.png"
crease 30.000002
numvert 4
0 0.009191 -0.000478942
0 -0.00841424 -0.000478942
0 -0.00841424 0.000477958
0 0.009191 0.000477958
numsurf 1
SURF 0x0
mat 1
refs 4
0 1.00067 0.999407
3 4.45843e-005 0.999407
2 4.45843e-005 0.000756443
1 1.00067 0.000756443
kids 0
OBJECT poly
name "face"
loc 1.6424e-005 -0.0851298 -0.51126
texture "eng.png"
crease 45.000000
numvert 16
0 0.00773944 0.430689
0 0.00625946 0.43426
0 0.00623417 0.588284
0 0.00771479 0.591855
0 0.0113114 0.42921
0 0.0113114 0.43426
0 0.0112861 0.588284
0 0.0112861 0.593334
0 0.158974 0.429186
0 0.162542 0.430665
0 0.164025 0.434236
0 0.158974 0.434236
0 0.15895 0.593311
0 0.15895 0.58826
0 0.16252 0.591832
0 0.164001 0.58826
numsurf 18
SURF 0x10
mat 0
refs 3
0 0.990844 0.0200349
5 0.969089 0.0423177
1 0.969089 0.0108024
SURF 0x10
mat 0
refs 3
4 0.999854 0.0423177
5 0.969089 0.0423177
0 0.990844 0.0200349
SURF 0x10
mat 0
refs 3
6 0.0307649 0.0421599
1 0.969089 0.0108024
5 0.969089 0.0423177
SURF 0x10
mat 0
refs 3
1 0.969089 0.0108024
6 0.0307649 0.0421599
2 0.0307649 0.0106447
SURF 0x10
mat 0
refs 3
6 0.0307649 0.0421599
7 0 0.0421599
3 0.00901031 0.0198811
SURF 0x10
mat 0
refs 3
6 0.0307649 0.0421599
3 0.00901031 0.0198811
2 0.0307649 0.0106447
SURF 0x10
mat 0
refs 3
5 0.969089 0.0423177
8 1 0.963469
11 0.969235 0.963469
SURF 0x10
mat 0
refs 3
8 1 0.963469
5 0.969089 0.0423177
4 0.999854 0.0423177
SURF 0x10
mat 0
refs 3
13 0.0309113 0.963318
5 0.969089 0.0423177
11 0.969235 0.963469
SURF 0x10
mat 0
refs 3
5 0.969089 0.0423177
13 0.0309113 0.963318
6 0.0307649 0.0421599
SURF 0x10
mat 0
refs 3
7 0 0.0421599
13 0.0309113 0.963318
12 0.00014019 0.963318
SURF 0x10
mat 0
refs 3
13 0.0309113 0.963318
7 0 0.0421599
6 0.0307649 0.0421599
SURF 0x10
mat 0
refs 3
11 0.969235 0.963469
8 1 0.963469
9 0.99099 0.985727
SURF 0x10
mat 0
refs 3
10 0.969235 0.99498
11 0.969235 0.963469
9 0.99099 0.985727
SURF 0x10
mat 0
refs 3
15 0.0309113 0.994828
11 0.969235 0.963469
10 0.969235 0.99498
SURF 0x10
mat 0
refs 3
11 0.969235 0.963469
15 0.0309113 0.994828
13 0.0309113 0.963318
SURF 0x10
mat 0
refs 3
12 0.00014019 0.963318
13 0.0309113 0.963318
14 0.00915051 0.985588
SURF 0x10
mat 0
refs 3
15 0.0309113 0.994828
14 0.00915051 0.985588
13 0.0309113 0.963318
kids 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 616 B

View file

@ -1,3 +0,0 @@
AC3Db
OBJECT world
kids 0

View file

@ -1,263 +0,0 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 1 1 1 spec 0 0 0 shi 128 trans 0
MATERIAL "ac3dmat1" rgb 1 1 1 amb 1 1 1 emis 1 1 1 spec 1 1 1 shi 0 trans 0
OBJECT world
kids 7
OBJECT poly
name "qt2"
loc 0.000492332 0.0449377 -0.0386285
data 10
enginepane
texture "needle.png"
crease 30.000002
numvert 4
0 0.00407054 0.000477958
0 -0.00372652 0.000477958
0 -0.00372652 -0.000478942
0 0.00407054 -0.000478942
numsurf 1
SURF 0x0
mat 1
refs 4
3 1.00067 0.999407
0 4.45843e-005 0.999407
1 4.45843e-005 0.000756443
2 1.00067 0.000756443
kids 0
OBJECT poly
name "qt1"
loc 0.000492332 0.0449377 0.0386212
data 10
enginepane
texture "needle.png"
crease 30.000002
numvert 4
0 0.00407054 -0.000478942
0 -0.00372652 -0.000478942
0 -0.00372652 0.000477958
0 0.00407054 0.000477958
numsurf 1
SURF 0x0
mat 1
refs 4
0 1.00067 0.999407
3 4.45843e-005 0.999407
2 4.45843e-005 0.000756443
1 1.00067 0.000756443
kids 0
OBJECT poly
name "psi2r"
loc 0.000492332 0.0240888 -0.0386285
data 10
enginepane
texture "needler.png"
crease 30.000002
numvert 4
0 0.00407054 0.000477958
0 -0.00372652 0.000477958
0 -0.00372652 -0.000478942
0 0.00407054 -0.000478942
numsurf 1
SURF 0x0
mat 1
refs 4
3 1.00067 0.999407
0 4.45843e-005 0.999407
1 4.45843e-005 0.000756443
2 1.00067 0.000756443
kids 0
OBJECT poly
name "psi1r"
loc 0.000492332 0.0240888 0.0386212
data 10
enginepane
texture "needler.png"
crease 30.000002
numvert 4
0 0.00407054 -0.000478942
0 -0.00372652 -0.000478942
0 -0.00372652 0.000477958
0 0.00407054 0.000477958
numsurf 1
SURF 0x0
mat 1
refs 4
0 1.00067 0.999407
3 4.45843e-005 0.999407
2 4.45843e-005 0.000756443
1 1.00067 0.000756443
kids 0
OBJECT poly
name "psi2"
loc 0.000492332 0.0240888 -0.0386285
data 10
enginepane
texture "needle.png"
crease 30.000002
numvert 4
0 0.00407054 -0.000478942
0 -0.00372652 -0.000478942
0 -0.00372652 0.000477958
0 0.00407054 0.000477958
numsurf 1
SURF 0x0
mat 1
refs 4
0 1.00067 0.999407
3 4.45843e-005 0.999407
2 4.45843e-005 0.000756443
1 1.00067 0.000756443
kids 0
OBJECT poly
name "psi1"
loc 0.000492332 0.0240888 0.0386212
data 10
enginepane
texture "needle.png"
crease 30.000002
numvert 4
0 0.00407054 0.000477958
0 -0.00372652 0.000477958
0 -0.00372652 -0.000478942
0 0.00407054 -0.000478942
numsurf 1
SURF 0x0
mat 1
refs 4
3 1.00067 0.999407
0 4.45843e-005 0.999407
1 4.45843e-005 0.000756443
2 1.00067 0.000756443
kids 0
OBJECT poly
name "face"
loc 1.6424e-005 -0.0851298 -0.51126
texture "eng.png"
crease 45.000000
numvert 16
0 0.00773944 0.430689
0 0.00625946 0.43426
0 0.00623417 0.588284
0 0.00771479 0.591855
0 0.0113114 0.42921
0 0.0113114 0.43426
0 0.0112861 0.588284
0 0.0112861 0.593334
0 0.158974 0.429186
0 0.162542 0.430665
0 0.164025 0.434236
0 0.158974 0.434236
0 0.15895 0.593311
0 0.15895 0.58826
0 0.16252 0.591832
0 0.164001 0.58826
numsurf 18
SURF 0x10
mat 0
refs 3
0 0.990844 0.0200349
5 0.969089 0.0423177
1 0.969089 0.0108024
SURF 0x10
mat 0
refs 3
4 0.999854 0.0423177
5 0.969089 0.0423177
0 0.990844 0.0200349
SURF 0x10
mat 0
refs 3
6 0.0307649 0.0421599
1 0.969089 0.0108024
5 0.969089 0.0423177
SURF 0x10
mat 0
refs 3
1 0.969089 0.0108024
6 0.0307649 0.0421599
2 0.0307649 0.0106447
SURF 0x10
mat 0
refs 3
6 0.0307649 0.0421599
7 0 0.0421599
3 0.00901031 0.0198811
SURF 0x10
mat 0
refs 3
6 0.0307649 0.0421599
3 0.00901031 0.0198811
2 0.0307649 0.0106447
SURF 0x10
mat 0
refs 3
5 0.969089 0.0423177
8 1 0.963469
11 0.969235 0.963469
SURF 0x10
mat 0
refs 3
8 1 0.963469
5 0.969089 0.0423177
4 0.999854 0.0423177
SURF 0x10
mat 0
refs 3
13 0.0309113 0.963318
5 0.969089 0.0423177
11 0.969235 0.963469
SURF 0x10
mat 0
refs 3
5 0.969089 0.0423177
13 0.0309113 0.963318
6 0.0307649 0.0421599
SURF 0x10
mat 0
refs 3
7 0 0.0421599
13 0.0309113 0.963318
12 0.00014019 0.963318
SURF 0x10
mat 0
refs 3
13 0.0309113 0.963318
7 0 0.0421599
6 0.0307649 0.0421599
SURF 0x10
mat 0
refs 3
11 0.969235 0.963469
8 1 0.963469
9 0.99099 0.985727
SURF 0x10
mat 0
refs 3
10 0.969235 0.99498
11 0.969235 0.963469
9 0.99099 0.985727
SURF 0x10
mat 0
refs 3
15 0.0309113 0.994828
11 0.969235 0.963469
10 0.969235 0.99498
SURF 0x10
mat 0
refs 3
11 0.969235 0.963469
15 0.0309113 0.994828
13 0.0309113 0.963318
SURF 0x10
mat 0
refs 3
12 0.00014019 0.963318
13 0.0309113 0.963318
14 0.00915051 0.985588
SURF 0x10
mat 0
refs 3
15 0.0309113 0.994828
14 0.00915051 0.985588
13 0.0309113 0.963318
kids 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 616 B

View file

@ -0,0 +1,23 @@
AC3Db
MATERIAL "buttonlights" rgb 1 1 1 amb 1 1 1 emis 1 1 1 spec 0.33 0.33 0.33 shi 32 trans 0
OBJECT world
kids 1
OBJECT poly
name "lecam.screen"
loc 0.0024 0.000418402 0.000113871
texture "screen.png"
crease 30.000000
numvert 4
0 0.0791026 -0.0763524
0 -0.0733913 -0.0763524
0 -0.0733913 0.0761246
0 0.0791026 0.0761246
numsurf 1
SURF 0x0
mat 0
refs 4
0 1.00067 0.999407
3 4.45843e-005 0.999407
2 4.45843e-005 0.000756443
1 1.00067 0.000756443
kids 0

View file

@ -0,0 +1,716 @@
<?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="apu.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 />
</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="1920"
inkscape:window-height="1030"
id="namedview371"
showgrid="true"
inkscape:zoom="5.6568542"
inkscape:cx="668.84364"
inkscape:cy="1204.3719"
inkscape:window-x="1592"
inkscape:window-y="-8"
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: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="518.69232"
y="52.393005"
id="PageTitleAPU"
sodipodi:linespacing="125%"
inkscape:label="#text3714"><tspan
sodipodi:role="line"
id="tspan3716"
x="518.69232"
y="52.393005"
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">APU</tspan></text>
<rect
style="fill:#ffffff;fill-opacity:1"
id="PageTitleAPU2"
width="104.69489"
height="4.677979"
x="464.57452"
y="58.461037"
inkscape:label="#rect3718" />
<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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="196.37218"
y="164.61017"
id="text3720"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3722"
x="196.37218"
y="164.61017"
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:center;text-anchor:middle;fill:#ffffff">APU GEN</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:35px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="221.1424"
y="212.74576"
id="text3724"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726"
x="221.1424"
y="212.74576"
style="font-size:36px;-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal">%</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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="227.79607"
y="258.51193"
id="text3728"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3730"
x="227.79607"
y="258.51193"
style="font-size:36px;-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal">V</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:36px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="226.3051"
y="304.67798"
id="text3732"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3734"
x="226.3051"
y="304.67798"
style="-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal">HZ</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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="371.18027"
y="500.7019"
id="text3724-2"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1"
x="371.18027"
y="500.7019"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial">%</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;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="371.02597"
y="472.65088"
id="text3754"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3756"
x="371.02597"
y="472.65088"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">N</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;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="343.04745"
y="682.17487"
id="text3754-8"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3756-0"
x="343.04745"
y="682.17487"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">EGT</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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="286.01636"
y="947.15186"
id="text3724-2-2-6"
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">°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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="500.75214"
y="974.06525"
id="text3724-2-2-6-93"
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">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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="285.86758"
y="1008.0583"
id="text3724-2-2-6-4"
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">°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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="367.02402"
y="711.13287"
id="text3724-2-2-6-4-8"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1-4-5-3-5"
x="367.02402"
y="711.13287"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial">°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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="940.17981"
y="947.52124"
id="text3724-2-2-6-93-1"
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">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="text3912-9"
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="text3912-9-4"
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:34px;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="844.07709"
y="261.85529"
id="text3720-7"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3722-0"
x="844.07709"
y="261.85529"
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:center;text-anchor:middle;fill:#ffffff">BLEED</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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="853.79095"
y="310.06229"
id="text3728-3"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3730-0"
x="853.79095"
y="310.06229"
style="font-size:36px;-inkscape-font-specification:Arial;font-family:Arial;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal">PSI</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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="268.90338"
y="501.14264"
id="text3754-1"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3756-4"
x="268.90338"
y="501.14264"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#ffffff"
dx="0"
dy="0">1</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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="283.99689"
y="501"
id="text3754-1-3"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3756-4-2"
x="283.99689"
y="501"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#ffffff">0</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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="275.73615"
y="726.21393"
id="text3754-1-9"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3756-4-24"
x="275.73615"
y="726.21393"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#ffffff"
dx="0"
dy="0">1</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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="290.82965"
y="726.07129"
id="text3754-1-3-8"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3756-4-2-3"
x="290.82965"
y="726.07129"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#ffffff">0</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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="198.88774"
y="687.96619"
id="text3754-1-9-2"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3756-4-24-6"
x="198.88774"
y="687.96619"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#ffffff">7</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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="167.9091"
y="585.79962"
id="text3754-1-3-4"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3756-4-2-9"
x="167.9091"
y="585.79962"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#ffffff">0</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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="154.62032"
y="774.55463"
id="text3754-1-9-2-1"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3756-4-24-6-8"
x="154.62032"
y="774.55463"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#ffffff">3</tspan></text>
<g
id="g3449">
<rect
y="351.11157"
x="87.816711"
height="5.9509377"
width="852.05249"
id="rect3952-8"
style="fill:#515256;fill-opacity:1" />
<rect
y="354.22849"
x="87.818954"
height="42.837818"
width="6.3915539"
id="rect3956-8"
style="fill:#515256;fill-opacity:1" />
<rect
y="353.6637"
x="933.47626"
height="43.403503"
width="6.3915539"
id="rect3956-8-6"
style="fill:#515256;fill-opacity:1" />
</g>
<g
id="g3460">
<rect
y="123.87109"
x="99.823715"
height="5.9540482"
width="191.42757"
id="rect3952-8-5"
style="fill:#515256;fill-opacity:1" />
<rect
y="126.98955"
x="99.825974"
height="200.06398"
width="6.3915539"
id="rect3956-8-3"
style="fill:#515256;fill-opacity:1" />
<rect
y="323.93579"
x="99.824753"
height="5.9540482"
width="191.36324"
id="rect3952-8-5-7"
style="fill:#515256;fill-opacity:1" />
<rect
y="127.27674"
x="284.85986"
height="199.78113"
width="6.3915539"
id="rect3956-8-3-3"
style="fill:#515256;fill-opacity:1" />
</g>
<path
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 170.76926,597.07403 c -24.22075,-24.26668 -32.77468,-60.39334 -22.06503,-93.18947 10.70965,-32.79613 38.82539,-56.57357 72.52513,-61.3344 33.69974,-4.76083 67.13862,10.32067 86.25626,38.90304"
id="APUN-scale"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssc" />
<path
style="fill:none;fill-opacity:1;stroke:#ff0000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 307.48095,481.44623 c 5.50527,8.22916 9.64096,17.32143 12.24163,26.91311"
id="APUN-scale2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 153.85938,785.54646 c -13.64086,-25.16733 -14.7451,-55.40662 -2.97724,-81.53083 11.76786,-26.12421 35.01863,-45.04933 62.68843,-51.0257"
id="APUEGT-scale"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<path
style="fill:none;fill-opacity:1;stroke:#ff0000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 213.57893,652.98813 c 26.67129,-5.75799 54.47198,1.16209 75.49804,18.79279 21.02606,17.6307 32.97763,44.04355 32.45675,71.7291"
id="APUEGT-scale2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<g
id="g3454">
<rect
y="222.01558"
x="758.54181"
height="5.9540482"
width="170.28506"
id="rect3952-8-5-74"
style="fill:#515256;fill-opacity:1" />
<rect
y="225.13403"
x="758.54407"
height="102.39331"
width="6.3915539"
id="rect3956-8-3-4"
style="fill:#515256;fill-opacity:1" />
<rect
y="324.1066"
x="758.54095"
height="5.9540482"
width="170.28198"
id="rect3952-8-5-7-2"
style="fill:#515256;fill-opacity:1" />
<rect
y="225.28102"
x="922.43665"
height="102.24854"
width="6.3915539"
id="rect3956-8-3-3-6"
style="fill:#515256;fill-opacity:1" />
</g>
<rect
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect5105"
width="5.3955846"
height="21.920309"
x="841.24066"
y="200.07526" />
<g
id="APUBleedValve"
inkscape:label="#g3445">
<path
sodipodi:nodetypes="zzzzz"
inkscape:connector-curvature="0"
id="path5107"
d="m 872.14551,172.28989 c 0,15.58192 -12.63164,28.21356 -28.21356,28.21356 -15.58192,0 -28.21356,-12.63164 -28.21356,-28.21356 0,-15.58192 12.63164,-28.21356 28.21356,-28.21356 15.58192,0 28.21356,12.63164 28.21356,28.21356 z"
style="fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:4.80000019;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
y="169.28328"
x="817.61298"
height="5.1203089"
width="53.195583"
id="rect5105-2"
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="APUBleedOnline"
inkscape:label="#g3441">
<rect
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="use5139"
width="5.3955846"
height="21.920309"
x="841.24066"
y="123.27498" />
<path
transform="matrix(1.0702291,0,0,0.97557219,-0.2069507,6.7326558)"
inkscape:transform-center-y="-3.4535777"
inkscape:transform-center-x="-0.045894102"
d="m 776.33019,117.10687 12.494,-21.584521 12.44575,21.612381 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="true"
sodipodi:arg2="3.6663083"
sodipodi:arg1="2.6191108"
sodipodi:r2="7.1544757"
sodipodi:r1="14.398978"
sodipodi:cy="109.92132"
sodipodi:cx="788.80811"
sodipodi:sides="3"
id="path5145"
style="fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:type="star" />
</g>
<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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="198.17009"
y="212.90416"
id="APUGenLoad"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
id="tspan5151"
x="198.17009"
y="212.90416"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00">0</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:32px;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="198.02702"
y="259.31854"
id="APUGenVolt"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
id="tspan5151-0"
x="198.02702"
y="259.31854"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00">115</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:32px;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="197.96585"
y="306.59421"
id="APUGenHz"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
id="tspan5151-0-2"
x="197.96585"
y="306.59421"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00">400</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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="453.27744"
y="142.75148"
id="APUAvail"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
x="453.27744"
y="142.75148"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48px;font-family:Arial;-inkscape-font-specification:Arial;fill:#00ff00"
id="tspan5227-3">AVAIL</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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="582.35168"
y="618.75146"
id="APUFlapOpen"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
x="582.35168"
y="618.75146"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48px;font-family:Arial;-inkscape-font-specification:Arial;fill:#00ff00"
id="tspan5227-3-2">FLAP OPEN</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:32px;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="308.65347"
y="574.82245"
id="APUN"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
id="tspan5151-5"
x="308.65347"
y="574.82245"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00">100</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="312.30875"
y="778.53198"
id="APUEGT"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
id="tspan5151-5-7"
x="312.30875"
y="778.53198"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00">400</tspan></text>
<rect
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="APUN-needle"
width="103.08969"
height="5.1203089"
x="132.98749"
y="529.89368"
inkscape:label="#rect5105-2-6"
inkscape:transform-center-x="49.009375" />
<rect
inkscape:transform-center-x="49.009375"
inkscape:label="#rect5105-2-6"
y="739.10199"
x="131.65611"
height="5.1203089"
width="103.08969"
id="APUEGT-needle"
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<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:32px;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="830.58368"
y="312.50412"
id="APUBleedPSI"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
id="tspan5151-3"
x="830.58368"
y="312.50412"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00">34</tspan></text>
</svg>

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -1,198 +0,0 @@
AC3Db
MATERIAL "ac3dmat1" rgb 1 1 1 amb 0.2 0.2 0.2 emis 1 1 1 spec 0 0 0 shi 128 trans 0
MATERIAL "ac3dmat1" rgb 1 1 1 amb 1 1 1 emis 1 1 1 spec 1 1 1 shi 0 trans 0
OBJECT world
kids 4
OBJECT poly
name "bleed-inline"
loc 7.20988e-005 -0.0851298 -0.51126
texture "apu-extra.png"
crease 45.000000
numvert 4
0 0.130166 0.464091
0 0.130166 0.452192
0 0.150206 0.452192
0 0.150206 0.464091
numsurf 1
SURF 0x10
mat 0
refs 4
3 0.787356 0.908774
0 0.787356 0.783756
1 0.859843 0.783756
2 0.859843 0.908774
kids 0
OBJECT poly
name "N"
loc 0.000492332 0.00759549 0.0446599
data 10
enginepane
texture "needle.png"
crease 30.000002
numvert 4
0 0.00834595 -0.000478942
0 -0.00776947 -0.000478942
0 -0.00776947 0.000477958
0 0.00834595 0.000477958
numsurf 1
SURF 0x0
mat 1
refs 4
0 1.00067 0.999407
3 4.45843e-005 0.999407
2 4.45843e-005 0.000756443
1 1.00067 0.000756443
kids 0
OBJECT poly
name "face"
loc 1.6424e-005 -0.0851298 -0.51126
texture "apu.png"
crease 45.000000
numvert 16
0 0.00773944 0.430689
0 0.00625946 0.43426
0 0.00623417 0.588284
0 0.00771479 0.591855
0 0.0113114 0.42921
0 0.0113114 0.43426
0 0.0112861 0.588284
0 0.0112861 0.593334
0 0.158974 0.429186
0 0.162542 0.430665
0 0.164025 0.434236
0 0.158974 0.434236
0 0.15895 0.593311
0 0.15895 0.58826
0 0.16252 0.591832
0 0.164001 0.58826
numsurf 18
SURF 0x10
mat 0
refs 3
0 0.990844 0.0200349
5 0.969089 0.0423177
1 0.969089 0.0108024
SURF 0x10
mat 0
refs 3
4 0.999854 0.0423177
5 0.969089 0.0423177
0 0.990844 0.0200349
SURF 0x10
mat 0
refs 3
6 0.0307649 0.0421599
1 0.969089 0.0108024
5 0.969089 0.0423177
SURF 0x10
mat 0
refs 3
1 0.969089 0.0108024
6 0.0307649 0.0421599
2 0.0307649 0.0106447
SURF 0x10
mat 0
refs 3
6 0.0307649 0.0421599
7 0 0.0421599
3 0.00901031 0.0198811
SURF 0x10
mat 0
refs 3
6 0.0307649 0.0421599
3 0.00901031 0.0198811
2 0.0307649 0.0106447
SURF 0x10
mat 0
refs 3
5 0.969089 0.0423177
8 1 0.963469
11 0.969235 0.963469
SURF 0x10
mat 0
refs 3
8 1 0.963469
5 0.969089 0.0423177
4 0.999854 0.0423177
SURF 0x10
mat 0
refs 3
13 0.0309113 0.963318
5 0.969089 0.0423177
11 0.969235 0.963469
SURF 0x10
mat 0
refs 3
5 0.969089 0.0423177
13 0.0309113 0.963318
6 0.0307649 0.0421599
SURF 0x10
mat 0
refs 3
7 0 0.0421599
13 0.0309113 0.963318
12 0.00014019 0.963318
SURF 0x10
mat 0
refs 3
13 0.0309113 0.963318
7 0 0.0421599
6 0.0307649 0.0421599
SURF 0x10
mat 0
refs 3
11 0.969235 0.963469
8 1 0.963469
9 0.99099 0.985727
SURF 0x10
mat 0
refs 3
10 0.969235 0.99498
11 0.969235 0.963469
9 0.99099 0.985727
SURF 0x10
mat 0
refs 3
15 0.0309113 0.994828
11 0.969235 0.963469
10 0.969235 0.99498
SURF 0x10
mat 0
refs 3
11 0.969235 0.963469
15 0.0309113 0.994828
13 0.0309113 0.963318
SURF 0x10
mat 0
refs 3
12 0.00014019 0.963318
13 0.0309113 0.963318
14 0.00915051 0.985588
SURF 0x10
mat 0
refs 3
15 0.0309113 0.994828
14 0.00915051 0.985588
13 0.0309113 0.963318
kids 0
OBJECT poly
name "EGT"
loc 0.000492332 -0.025522 0.044835
data 10
enginepane
texture "needle.png"
crease 30.000002
numvert 4
0 0.00860268 0.000477958
0 -0.00751274 0.000477958
0 -0.00751274 -0.000478942
0 0.00860268 -0.000478942
numsurf 1
SURF 0x0
mat 1
refs 4
3 1.00067 0.999407
0 4.45843e-005 0.999407
1 4.45843e-005 0.000756443
2 1.00067 0.000756443
kids 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 619 B

View file

@ -0,0 +1,654 @@
<?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="eng-eis1.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 />
</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="1920"
inkscape:window-height="1030"
id="namedview371"
showgrid="true"
inkscape:zoom="0.5"
inkscape:cx="906.40953"
inkscape:cy="896.77317"
inkscape:window-x="1592"
inkscape:window-y="-8"
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:#16699a;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">°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:#16699a;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">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:#16699a;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">°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:#16699a;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">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" />
<rect
style="fill:#515256;fill-opacity:1"
id="rect4285"
width="706.20959"
height="8.496521"
x="116.31446"
y="-676.71429"
transform="matrix(0,1,-1,0,0,0)" />
</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="676.89569"
y="78.524399"
id="PageTitleENG"
sodipodi:linespacing="125%"
inkscape:label="#text3714"><tspan
sodipodi:role="line"
id="tspan3716"
x="676.89569"
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">ENGINE</tspan></text>
<rect
style="fill:#ffffff;fill-opacity:1"
id="PageTitleENG2"
width="194.29491"
height="4.677979"
x="580.59222"
y="85.592407"
inkscape:label="#rect3718" />
<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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="342.24911"
y="130.32729"
id="text3720"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3722"
x="342.24911"
y="130.32729"
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:center;text-anchor:middle;fill:#ffffff">F.USED</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:36px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="339.35202"
y="169.19514"
id="text3732"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3734"
x="339.35202"
y="169.19514"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle">LBS</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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="316.43405"
y="607.48859"
id="text4945"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1-4-5-3-5"
x="316.43405"
y="607.48859"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;font-family:Arial;-inkscape-font-specification:Arial">°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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="844.79474"
y="162.44568"
id="text5432"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1-4-5-3-5-2"
x="844.79474"
y="162.44568"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;fill:#ffffff">VIB (N1)</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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="300.07611"
y="510.57724"
id="text5112"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1-4-5-3-5-9"
x="300.07611"
y="510.57724"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;font-family:Arial;-inkscape-font-specification:Arial">PSI</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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="307.15253"
y="335.03955"
id="text4949"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1-4-5-3-5-9-4"
x="307.15253"
y="335.03955"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;font-family:Arial;-inkscape-font-specification:Arial">QT</tspan></text>
<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>
<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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="305.49701"
y="291.15942"
id="text5116"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1-4-5-3-5-9-4-4"
x="305.49701"
y="291.15942"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">OIL</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:32px;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="188.04053"
y="373.00482"
id="OilQT1"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
id="tspan5151-5"
x="188.04053"
y="373.00482"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text>
<text
inkscape:label="#text5149"
sodipodi:linespacing="125%"
id="OilQT1-decimal"
y="373.00482"
x="199.19365"
style="font-style:normal;font-weight:normal;font-size:35px;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"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;fill:#00ff00"
y="373.00482"
x="199.19365"
id="tspan4640"
sodipodi:role="line">0</tspan></text>
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4642"
width="3.2"
height="3.2"
x="186.60486"
y="370.03125" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:32px;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="187.93481"
y="554.70142"
id="OilPSI1"
sodipodi:linespacing="125%"
inkscape:label="#text5149"
inkscape:transform-center-x="7.2"
inkscape:transform-center-y="14.4"><tspan
sodipodi:role="line"
id="tspan5151-5-8"
x="187.93481"
y="554.70142"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text>
<path
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 199.08964,167.00941 83.86287,-22.2931"
id="path4228"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path4230"
d="m 484.76079,167.00941 -83.86287,-22.2931"
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path4240"
d="m 183.10974,618.49225 83.86287,-22.2931"
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 500.78089,618.49225 -83.86287,-22.2931"
id="path4242"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<text
sodipodi:linespacing="125%"
id="text4225"
y="293.08051"
x="844.79474"
style="font-style:normal;font-weight:normal;font-size:28px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;fill:#ffffff"
y="293.08051"
x="844.79474"
id="tspan4227"
sodipodi:role="line">VIB (N2)</tspan></text>
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4229"
width="29.074999"
height="3.325"
x="830.92499"
y="168.8" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4231"
width="3.425"
height="20"
x="843.77502"
y="172" />
<rect
y="299.85907"
x="830.92499"
height="3.325"
width="29.074999"
id="rect4233"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<rect
y="303.05908"
x="843.77502"
height="20"
width="3.425"
id="rect4235"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:30px;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="207.43848"
y="473.83432"
id="text4237"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4239"
x="207.43848"
y="473.83432"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">100</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:30px;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="87.127884"
y="553.26752"
id="text4237-6"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4239-3"
x="87.127884"
y="553.26752"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">0</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:30px;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="85.098488"
y="363.98743"
id="text4237-6-8"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4239-3-0"
x="85.098488"
y="363.98743"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">0</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4277"
y="295.06375"
x="217.3591"
style="font-style:normal;font-weight:normal;font-size:30px;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"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff"
y="295.06375"
x="217.3591"
id="tspan4279"
sodipodi:role="line">25</tspan></text>
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="M 75.003326,373.85357 C 55.378234,326.69275 75.405384,272.37533 120.94823,249.24231 166.49108,226.10929 222.16665,241.97428 248.6753,285.63867"
id="OilQT1-scale"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<rect
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="OilQT1-needle"
width="111.1039"
height="5.1203089"
x="56.643387"
y="333.7749"
inkscape:label="#rect5105-2-6"
inkscape:transform-center-x="52.854691" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 69.728917,497.21218 c 8.476897,-39.06058 39.896823,-69.01503 79.317473,-75.61798 39.42065,-6.60295 78.88652,11.47814 99.62891,45.6445"
id="OilPSI1-scale"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="M 75.250808,556.04289 C 67.379761,537.47161 65.451175,516.91897 69.729912,497.2076"
id="OilPSI1-scale2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<text
inkscape:label="#text5149"
sodipodi:linespacing="125%"
id="OilQT2"
y="373.00482"
x="540.04126"
style="font-style:normal;font-weight:normal;font-size:32px;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"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00"
y="373.00482"
x="540.04126"
id="tspan4233"
sodipodi:role="line">00</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:35px;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="551.19415"
y="373.00482"
id="OilQT2-decimal"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
id="tspan4237"
x="551.19415"
y="373.00482"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;fill:#00ff00">0</tspan></text>
<rect
y="370.03125"
x="538.60559"
height="3.2"
width="3.2"
id="rect4239"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<text
inkscape:transform-center-y="14.4"
inkscape:transform-center-x="7.2"
inkscape:label="#text5149"
sodipodi:linespacing="125%"
id="OilPSI2"
y="554.70142"
x="539.93555"
style="font-style:normal;font-weight:normal;font-size:32px;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"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00"
y="554.70142"
x="539.93555"
id="tspan4243"
sodipodi:role="line">00</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4245"
y="473.83432"
x="559.4389"
style="font-style:normal;font-weight:normal;font-size:30px;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"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff"
y="473.83432"
x="559.4389"
id="tspan4247"
sodipodi:role="line">100</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4249"
y="553.26752"
x="439.12906"
style="font-style:normal;font-weight:normal;font-size:30px;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"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff"
y="553.26752"
x="439.12906"
id="tspan4251"
sodipodi:role="line">0</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4253"
y="363.98743"
x="437.09964"
style="font-style:normal;font-weight:normal;font-size:30px;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"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff"
y="363.98743"
x="437.09964"
id="tspan4255"
sodipodi:role="line">0</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:30px;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="569.35938"
y="295.06375"
id="text4257"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4259"
x="569.35938"
y="295.06375"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">25</tspan></text>
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 427.00456,373.85357 c -19.62509,-47.16082 0.40205,-101.47824 45.9449,-124.61126 45.54285,-23.13302 101.21843,-7.26804 127.72708,36.39636"
id="OilQT2-scale"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 421.73015,497.21218 c 8.4769,-39.06058 39.89683,-69.01503 79.31748,-75.61798 39.42065,-6.60295 78.88652,11.47814 99.62891,45.6445"
id="OilPSI2-scale"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="M 427.25204,556.04289 C 419.381,537.47161 417.45241,516.91897 421.73115,497.2076"
id="OilPSI2-scale2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<rect
inkscape:transform-center-x="52.854691"
inkscape:label="#rect5105-2-6"
y="333.7749"
x="408.63199"
height="5.1203089"
width="111.1039"
id="OilQT2-needle"
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
inkscape:transform-center-x="52.854691"
inkscape:label="#rect5105-2-6"
y="515.37488"
x="56.643387"
height="5.1203089"
width="111.1039"
id="OilPSI1-needle"
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="OilPSI2-needle"
width="111.1039"
height="5.1203089"
x="408.63199"
y="515.37488"
inkscape:label="#rect5105-2-6"
inkscape:transform-center-x="52.854691" />
</svg>

After

Width:  |  Height:  |  Size: 37 KiB

View file

@ -0,0 +1,582 @@
<?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="eng-eis2.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 />
</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="1920"
inkscape:window-height="1030"
id="namedview371"
showgrid="true"
inkscape:zoom="2"
inkscape:cx="697.88495"
inkscape:cy="1140.6074"
inkscape:window-x="1592"
inkscape:window-y="-8"
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:#16699a;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">°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:#16699a;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">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:#16699a;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">°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:#16699a;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">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="112.87798"
y="58.393024"
id="PageTitleENG"
sodipodi:linespacing="125%"
inkscape:label="#text3714"><tspan
sodipodi:role="line"
id="tspan3716"
x="112.87798"
y="58.393024"
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">ENGINE</tspan></text>
<rect
style="fill:#ffffff;fill-opacity:1"
id="PageTitleENG2"
width="194.29491"
height="4.677979"
x="16.57452"
y="65.461037"
inkscape:label="#rect3718" />
<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:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="511.37216"
y="102.61012"
id="text3720"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3722"
x="511.37216"
y="102.61012"
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:center;text-anchor:middle;fill:#ffffff">F.USED</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:36px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="511.77209"
y="138.27797"
id="text3732"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3734"
x="511.77209"
y="138.27797"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle">LBS</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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="486.43405"
y="505.88855"
id="text4945"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1-4-5-3-5"
x="486.43405"
y="505.88855"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;font-family:Arial;-inkscape-font-specification:Arial">°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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="514.36139"
y="597.08832"
id="text5432"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1-4-5-3-5-2"
x="514.36139"
y="597.08832"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;fill:#ffffff">VIB N1</tspan></text>
<path
inkscape:connector-curvature="0"
id="OilQT1-scale"
d="m 398.01774,308.93682 c 0,-52.42507 -42.45597,-97.80292 -94.88097,-97.88389 -52.425,-0.081 -95.01212,45.16551 -95.17407,97.59032"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
sodipodi:nodetypes="csc" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="OilQT1-scaletick"
width="4.0499997"
height="8.0535526"
x="301.01038"
y="212.34645"
ry="0.32649541"
inkscape:label="#rect4383" />
<path
inkscape:connector-curvature="0"
id="OilPSI1-scale"
d="m 398.01774,441.90607 c 0,-41.25118 -26.61376,-80.31611 -65.87593,-92.9708 -39.26217,-12.65469 -82.20461,1.4664 -106.29366,34.95337"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
inkscape:label="#path4413"
sodipodi:nodetypes="csc" />
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="OilPSI1-scaletick"
width="4.0499997"
height="8.0535526"
x="301.01038"
y="345.64694"
ry="0.32649541"
inkscape:label="#rect4415" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 225.85692,-383.87663 c -11.63484,-16.16866 -17.89456,-38.10973 -17.89456,-58.02945"
id="OilPSI1-scale2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
transform="scale(1,-1)" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:32px;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="546.27319"
y="654.32928"
id="text4425"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4427"
x="546.27319"
y="654.32928"
style="font-size:36px;text-align:center;text-anchor:middle;fill:#ffffff">N2</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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="480.07611"
y="414.57724"
id="text5112"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1-4-5-3-5-9"
x="480.07611"
y="414.57724"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;font-family:Arial;-inkscape-font-specification:Arial">PSI</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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="482.23218"
y="296.8558"
id="text4949"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1-4-5-3-5-9-4"
x="482.23218"
y="296.8558"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;font-family:Arial;-inkscape-font-specification:Arial">QT</tspan></text>
<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>
<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:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="480.57666"
y="252.97568"
id="text5116"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3726-1-4-5-3-5-9-4-4"
x="480.57666"
y="252.97568"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">OIL</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:32px;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="316.50934"
y="305.54309"
id="OilQT1"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
id="tspan5151-5"
x="316.50934"
y="305.54309"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text>
<text
inkscape:label="#text5149"
sodipodi:linespacing="125%"
id="OilQT1-decimal"
y="305.54309"
x="328.44028"
style="font-style:normal;font-weight:normal;font-size:35px;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"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;fill:#00ff00"
y="305.54309"
x="328.44028"
id="tspan4640"
sodipodi:role="line">0</tspan></text>
<rect
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="rect4642"
width="3.2"
height="3.2"
x="315.07367"
y="302.56952" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:32px;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="327.60934"
y="438.50732"
id="OilPSI1"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
id="tspan5151-5-8"
x="327.60934"
y="438.50732"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text>
<path
inkscape:connector-curvature="0"
id="OilQT2-scale"
d="m 816.06462,308.93682 c 0,-52.42507 -42.45597,-97.80292 -94.88097,-97.88389 -52.425,-0.081 -95.01212,45.16551 -95.17407,97.59032"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
inkscape:label="#path4775"
sodipodi:nodetypes="csc" />
<rect
ry="0.32649541"
y="212.34645"
x="719.05725"
height="8.0535526"
width="4.0499997"
id="OilQT2-scaletick"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="OilPSI2-scale"
d="m 816.06462,441.90607 c 0,-41.25118 -26.61376,-80.31611 -65.87593,-92.9708 -39.26217,-12.65469 -82.20461,1.4664 -106.29366,34.95337"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
inkscape:label="#path4787"
sodipodi:nodetypes="csc" />
<rect
ry="0.32649541"
y="345.64694"
x="719.05725"
height="8.0535526"
width="4.0499997"
id="OilPSI2-scaletick"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
inkscape:label="#rect4789" />
<path
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 643.90141,-383.87663 c -11.63484,-16.16866 -17.89455,-38.10973 -17.89455,-58.02945"
id="OilPSI2-scale2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
transform="scale(1,-1)" />
<text
inkscape:label="#text5149"
sodipodi:linespacing="125%"
id="OilQT2"
y="305.54309"
x="734.55359"
style="font-style:normal;font-weight:normal;font-size:32px;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"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00"
y="305.54309"
x="734.55359"
id="tspan4799"
sodipodi:role="line">00</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:35px;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="746.48431"
y="305.54309"
id="OilQT2-decimal"
sodipodi:linespacing="125%"
inkscape:label="#text5149"><tspan
sodipodi:role="line"
id="tspan4803"
x="746.48431"
y="305.54309"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;text-anchor:middle;fill:#00ff00">0</tspan></text>
<rect
y="302.56952"
x="733.11786"
height="3.2"
width="3.2"
id="rect4805"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<text
inkscape:label="#text5149"
sodipodi:linespacing="125%"
id="OilPSI2"
y="438.50732"
x="745.65338"
style="font-style:normal;font-weight:normal;font-size:32px;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"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44px;font-family:Arial;-inkscape-font-specification:Arial;text-align:end;text-anchor:end;fill:#00ff00"
y="438.50732"
x="745.65338"
id="tspan4809"
sodipodi:role="line">00</tspan></text>
<path
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 369.10974,139.29225 83.86287,-22.2931"
id="path4228"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path4230"
d="m 654.78089,139.29225 -83.86287,-22.2931"
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path4232"
d="m 353.10974,608.09225 83.86287,-22.2931"
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 670.78089,608.09225 -83.86287,-22.2931"
id="path4234"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 353.10974,664.09225 83.86287,-22.2931"
id="path4236"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path4238"
d="m 670.78089,664.09225 -83.86287,-22.2931"
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path4240"
d="m 353.10974,516.89225 83.86287,-22.2931"
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 670.78089,516.89225 -83.86287,-22.2931"
id="path4242"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<rect
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="OilQT1-needle"
width="36.684273"
height="5.1203089"
x="189.58479"
y="303.52841"
inkscape:label="#rect5105-2-6"
inkscape:transform-center-x="95.06433" />
<rect
inkscape:transform-center-x="95.06433"
inkscape:label="#rect5105-2-6"
y="303.52841"
x="607.63281"
height="5.1203089"
width="36.684273"
id="OilQT2-needle"
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
inkscape:transform-center-x="95.06433"
inkscape:label="#rect5105-2-6"
y="436.78018"
x="189.58479"
height="5.1203089"
width="36.684273"
id="OilPSI1-needle"
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="OilPSI2-needle"
width="36.684273"
height="5.1203089"
x="607.63281"
y="436.78018"
inkscape:label="#rect5105-2-6"
inkscape:transform-center-x="95.06433" />
</svg>

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

View file

@ -42,7 +42,7 @@ var initInputA = func(key) {
}
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
} else if (ci >= 0 and ci <= 120) {
} else if (ci >= 0 and ci <= 999) {
setprop("/FMGC/internal/cost-index", ci);
setprop("/FMGC/internal/cost-index-set", 1);
setprop("/MCDU[0]/scratchpad", "");

View file

@ -22,7 +22,7 @@ var perfCLBInput = func(key) {
}
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
} else if (ci >= 0 and ci <= 120) {
} else if (ci >= 0 and ci <= 999) {
setprop("/FMGC/internal/cost-index", ci);
setprop("/FMGC/internal/cost-index-set", 1);
setprop("/MCDU[0]/scratchpad", "");

View file

@ -5,60 +5,60 @@
#######################################
var initInputA = func(key) {
var scratchpad = getprop("/MCDU[1]/scratchpad");
var scratchpad = getprop("/MCDU[0]/scratchpad");
if (key == "L3") {
if (scratchpad == "CLR") {
setprop("/MCDUC/flight-num", "");
setprop("/MCDUC/flight-num-set", 0);
setprop("/MCDU[1]/scratchpad-msg", "0");
setprop("/MCDU[1]/scratchpad", "");
setprop("/MCDU[0]/scratchpad-msg", "0");
setprop("/MCDU[0]/scratchpad", "");
} else {
var flts = size(scratchpad);
if (flts >= 1 and flts <= 8) {
setprop("/MCDUC/flight-num", scratchpad);
setprop("/MCDUC/flight-num-set", 1);
setprop("/MCDU[1]/scratchpad", "");
setprop("/MCDU[0]/scratchpad", "");
} else {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
}
}
} else if (key == "L5") {
if (scratchpad == "CLR") {
setprop("/FMGC/internal/cost-index", 0);
setprop("/FMGC/internal/cost-index-set", 0);
setprop("/MCDU[1]/scratchpad-msg", "0");
setprop("/MCDU[1]/scratchpad", "");
setprop("/MCDU[0]/scratchpad-msg", "0");
setprop("/MCDU[0]/scratchpad", "");
} else {
var ci = int(scratchpad);
var cis = size(scratchpad);
if (cis >= 1 and cis <= 3) {
if (ci == nil) {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
} else if (ci >= 0 and ci <= 120) {
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
} else if (ci >= 0 and ci <= 999) {
setprop("/FMGC/internal/cost-index", ci);
setprop("/FMGC/internal/cost-index-set", 1);
setprop("/MCDU[1]/scratchpad", "");
setprop("/MCDU[0]/scratchpad", "");
} else {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
}
} else {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
}
}
} else if (key == "L6") {
@ -66,36 +66,36 @@ var initInputA = func(key) {
setprop("/FMGC/internal/cruise-ft", 10000);
setprop("/FMGC/internal/cruise-fl", 100);
setprop("/FMGC/internal/cruise-lvl-set", 0);
setprop("/MCDU[1]/scratchpad-msg", "0");
setprop("/MCDU[1]/scratchpad", "");
setprop("/MCDU[0]/scratchpad-msg", "0");
setprop("/MCDU[0]/scratchpad", "");
} else {
var crz = int(scratchpad);
var crzs = size(scratchpad);
if (crzs >= 1 and crzs <= 3) {
if (crz == nil) {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
} else if (crz > 0 and crz <= 430) {
setprop("/FMGC/internal/cruise-ft", crz * 100);
setprop("/FMGC/internal/cruise-fl", crz);
setprop("/FMGC/internal/cruise-lvl-set", 1);
setprop("/MCDU[1]/scratchpad", "");
setprop("/MCDU[0]/scratchpad", "");
} else {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
}
} else {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
}
}
} else if (key == "R1") {
@ -104,8 +104,8 @@ var initInputA = func(key) {
setprop("/FMGC/internal/arr-arpt", "");
setprop("/FMGC/internal/tofrom-set", 0);
fmgc.updateARPT();
setprop("/MCDU[1]/scratchpad-msg", "0");
setprop("/MCDU[1]/scratchpad", "");
setprop("/MCDU[0]/scratchpad-msg", "0");
setprop("/MCDU[0]/scratchpad", "");
} else {
var tfs = size(scratchpad);
if (tfs == 9) {
@ -116,21 +116,21 @@ var initInputA = func(key) {
setprop("/FMGC/internal/dep-arpt", fromto[0]);
setprop("/FMGC/internal/arr-arpt", fromto[1]);
setprop("/FMGC/internal/tofrom-set", 1);
setprop("/MCDU[1]/scratchpad", "");
setprop("/MCDU[0]/scratchpad", "");
fmgc.updateARPT();
} else {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
}
} else {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
}
}
} else if (key == "R3") {

View file

@ -5,45 +5,45 @@
#######################################
var perfCLBInput = func(key) {
var scratchpad = getprop("/MCDU[1]/scratchpad");
var scratchpad = getprop("/MCDU[0]/scratchpad");
if (key == "L5") {
if (scratchpad == "CLR") {
setprop("/FMGC/internal/cost-index", 0);
setprop("/FMGC/internal/cost-index-set", 0);
setprop("/MCDU[1]/scratchpad-msg", "0");
setprop("/MCDU[1]/scratchpad", "");
setprop("/MCDU[0]/scratchpad-msg", "0");
setprop("/MCDU[0]/scratchpad", "");
} else {
var ci = int(scratchpad);
var cis = size(scratchpad);
if (cis >= 1 and cis <= 3) {
if (ci == nil) {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
} else if (ci >= 0 and ci <= 120) {
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
} else if (ci >= 0 and ci <= 999) {
setprop("/FMGC/internal/cost-index", ci);
setprop("/FMGC/internal/cost-index-set", 1);
setprop("/MCDU[1]/scratchpad", "");
setprop("/MCDU[0]/scratchpad", "");
} else {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
}
} else {
if (getprop("/MCDU[1]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[1]/last-scratchpad", getprop("/MCDU[1]/scratchpad"));
if (getprop("/MCDU[0]/scratchpad") != "NOT ALLOWED") {
setprop("/MCDU[0]/last-scratchpad", getprop("/MCDU[0]/scratchpad"));
}
setprop("/MCDU[1]/scratchpad-msg", "1");
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
setprop("/MCDU[0]/scratchpad-msg", "1");
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
}
}
} else if (key == "L6") {
setprop("/MCDU[1]/page", "TO");
setprop("/MCDU[0]/page", "TO");
} else if (key == "R6") {
setprop("/MCDU[1]/page", "CRZ");
setprop("/MCDU[0]/page", "CRZ");
}
}

View file

@ -70,8 +70,8 @@
<expression>
<table>
<property>/engines/engine[0]/n2</property>
<entry><ind>34</ind><dep> 2</dep></entry>
<entry><ind>58</ind><dep>167</dep></entry>
<entry><ind>11</ind><dep> 2</dep></entry>
<entry><ind>58</ind><dep>48</dep></entry>
</table>
</expression>
</input>
@ -87,8 +87,8 @@
<expression>
<table>
<property>/engines/engine[1]/n2</property>
<entry><ind>34</ind><dep> 2</dep></entry>
<entry><ind>58</ind><dep>167</dep></entry>
<entry><ind>11</ind><dep> 2</dep></entry>
<entry><ind>58</ind><dep>48</dep></entry>
</table>
</expression>
</input>

174
Systems/lower-ecam.xml Normal file
View file

@ -0,0 +1,174 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
#######################################
# Copyright (c) A3XX Development Team #
#######################################
-->
<PropertyList>
<filter>
<name>APU N Output</name>
<type>gain</type>
<gain>1</gain>
<input>
<expression>
<table>
<property>/systems/apu/rpm</property>
<entry><ind> 0</ind><dep>-127</dep></entry>
<entry><ind>100</ind><dep> 53</dep></entry>
<entry><ind>110</ind><dep> 70</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/APU-N</output>
</filter>
<filter>
<name>APU EGT Output</name>
<type>gain</type>
<gain>1</gain>
<input>
<expression>
<table>
<property>/systems/apu/egt</property>
<entry><ind> 0</ind><dep>-115</dep></entry>
<entry><ind> 275</ind><dep>-115</dep></entry>
<entry><ind> 300</ind><dep>-108</dep></entry>
<entry><ind> 700</ind><dep> -19</dep></entry>
<entry><ind>1000</ind><dep> 67</dep></entry>
<entry><ind>1100</ind><dep> 86</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/APU-EGT</output>
</filter>
<filter>
<name>Oil QT Output 1</name>
<type>gain</type>
<gain>1</gain>
<input>
<condition>
<not><property>/options/EIS2</property></not>
</condition>
<expression>
<table>
<property>/engines/engine[0]/oil-qt-actual</property>
<entry><ind> 0</ind><dep>-102</dep></entry>
<entry><ind>25</ind><dep> 46</dep></entry>
</table>
</expression>
</input>
<input>
<condition>
<property>/options/EIS2</property>
</condition>
<expression>
<table>
<property>/engines/engine[0]/oil-qt-actual</property>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind>25</ind><dep> 90</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/Oil-QT[0]</output>
</filter>
<filter>
<name>Oil QT Output 2</name>
<type>gain</type>
<gain>1</gain>
<input>
<condition>
<not><property>/options/EIS2</property></not>
</condition>
<expression>
<table>
<property>/engines/engine[1]/oil-qt-actual</property>
<entry><ind> 0</ind><dep>-102</dep></entry>
<entry><ind>25</ind><dep> 46</dep></entry>
</table>
</expression>
</input>
<input>
<condition>
<property>/options/EIS2</property>
</condition>
<expression>
<table>
<property>/engines/engine[1]/oil-qt-actual</property>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind>25</ind><dep> 90</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/Oil-QT[1]</output>
</filter>
<filter>
<name>Oil PSI Output 1</name>
<type>gain</type>
<gain>1</gain>
<input>
<condition>
<not><property>/options/EIS2</property></not>
</condition>
<expression>
<table>
<property>/engines/engine[0]/oil-psi-actual</property>
<entry><ind> 0</ind><dep>-108</dep></entry>
<entry><ind>100</ind><dep> 38</dep></entry>
</table>
</expression>
</input>
<input>
<condition>
<property>/options/EIS2</property>
</condition>
<expression>
<table>
<property>/engines/engine[0]/oil-psi-actual</property>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind> 50</ind><dep> 0</dep></entry>
<entry><ind>100</ind><dep> 90</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/Oil-PSI[0]</output>
</filter>
<filter>
<name>Oil PSIOutput 2</name>
<type>gain</type>
<gain>1</gain>
<input>
<condition>
<not><property>/options/EIS2</property></not>
</condition>
<expression>
<table>
<property>/engines/engine[1]/oil-psi-actual</property>
<entry><ind> 0</ind><dep>-108</dep></entry>
<entry><ind>100</ind><dep> 38</dep></entry>
</table>
</expression>
</input>
<input>
<condition>
<property>/options/EIS2</property>
</condition>
<expression>
<table>
<property>/engines/engine[1]/oil-psi-actual</property>
<entry><ind> 0</ind><dep>-90</dep></entry>
<entry><ind> 50</ind><dep> 0</dep></entry>
<entry><ind>100</ind><dep> 90</dep></entry>
</table>
</expression>
</input>
<output>/ECAM/Lower/Oil-PSI[1]</output>
</filter>
</PropertyList>