A3XX: Add missing %

This commit is contained in:
Joshua Davidson 2017-08-01 10:43:52 -04:00
parent fd1c38a18c
commit c02cb8a60a
5 changed files with 21 additions and 75 deletions

View file

@ -250,7 +250,7 @@ var canvas_upperECAM_cfm_eis2 = {
return ["N11-needle","N11-thr","N11-ylim","N11","N11-decpnt","N11-decimal","N11-box","N11-scale","N11-scale2","N11-scalenum","N11-XX","N11-XX2","N11-XX-box","EGT1-needle","EGT1","EGT1-scale","EGT1-box","EGT1-scale2","EGT1-scaletick","EGT1-XX","N21",
"N21-decpnt","N21-decimal","N21-XX","FF1","FF1-XX","N12-needle","N12-thr","N12-ylim","N12","N12-decpnt","N12-decimal","N12-box","N12-scale","N12-scale2","N12-scalenum","N12-XX","N12-XX2","N12-XX-box","EGT2-needle","EGT2","EGT2-scale","EGT2-box",
"EGT2-scale2","EGT2-scaletick","EGT2-XX","N22","N22-decpnt","N22-decimal","N22-XX","FF2","FF2-XX",
"FOB-LBS","ECAML1","ECAML2","ECAML3","ECAML4","ECAML5","ECAML6","ECAML7","ECAML8","FlapTxt","FlapDots","N1Lim-mode","N1Lim","N1Lim-decpnt","N1Lim-decimal","N1Lim-XX","N1Lim-XX2","REV1","REV1-box","REV2","REV2-box"];
"FOB-LBS","ECAML1","ECAML2","ECAML3","ECAML4","ECAML5","ECAML6","ECAML7","ECAML8","FlapTxt","FlapDots","N1Lim-mode","N1Lim","N1Lim-decpnt","N1Lim-decimal","N1Lim-percent","N1Lim-XX","N1Lim-XX2","REV1","REV1-box","REV2","REV2-box"];
},
update: func() {
# N1
@ -439,6 +439,7 @@ var canvas_upperECAM_cfm_eis2 = {
me["N1Lim"].show();
me["N1Lim-decpnt"].show();
me["N1Lim-decimal"].show();
me["N1Lim-percent"].show();
me["N1Lim-XX"].hide();
me["N1Lim-XX2"].hide();
} else {
@ -446,6 +447,7 @@ var canvas_upperECAM_cfm_eis2 = {
me["N1Lim"].hide();
me["N1Lim-decpnt"].hide();
me["N1Lim-decimal"].hide();
me["N1Lim-percent"].hide();
me["N1Lim-XX"].show();
me["N1Lim-XX2"].show();
}

View file

@ -41,9 +41,9 @@
inkscape:window-height="1030"
id="namedview371"
showgrid="true"
inkscape:zoom="0.70710678"
inkscape:cx="549.20828"
inkscape:cy="1150.6695"
inkscape:zoom="4"
inkscape:cx="1171.8695"
inkscape:cy="1166.2036"
inkscape:window-x="1592"
inkscape:window-y="-8"
inkscape:window-maximized="1"
@ -1200,4 +1200,18 @@
height="171.5"
x="837.5"
y="516.5" /></flowRegion><flowPara
id="flowPara4394"></flowPara></flowRoot></svg>
id="flowPara4394" /></flowRoot>
<text
sodipodi:linespacing="125%"
id="N1Lim-percent"
y="106.11967"
x="974.1026"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:125%;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"
inkscape:label="#text4318"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1"
y="106.11967"
x="974.1026"
id="tspan4320"
sodipodi:role="line">%</tspan></text>
</svg>

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View file

@ -144,76 +144,6 @@
<max-dist>100.0</max-dist>
</callout>
<callout>
<name>VR</name>
<mode>once</mode>
<path>vr.wav</path>
<condition>
<and>
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
</equals>
<greater-than>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
<property>/FMGC/internal/vr</property>
</greater-than>
<equals>
<property>/FMGC/internal/vr-set</property>
<value>1</value>
</equals>
<equals>
<property>/FMGC/status/to-state</property>
<value>1</value>
</equals>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</callout>
<callout>
<name>V2</name>
<mode>once</mode>
<path>v2.wav</path>
<condition>
<and>
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
</equals>
<greater-than>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
<property>/FMGC/internal/v2</property>
</greater-than>
<equals>
<property>/FMGC/internal/v2-set</property>
<value>1</value>
</equals>
<equals>
<property>/FMGC/status/to-state</property>
<value>1</value>
</equals>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</callout>
<!-- Custom GPWS -->
<gpws>
<name>2500O</name>

Binary file not shown.

Binary file not shown.