parent
479b4a2db2
commit
2decc778d6
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
||||||
<alignment>center-center</alignment>
|
<alignment>center-center</alignment>
|
||||||
<axis-alignment>yz-plane</axis-alignment>
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
<type type="string">text-value</type>
|
<type type="string">text-value</type>
|
||||||
<format type="string">INIT <--></format>
|
<format type="string">INIT</format>
|
||||||
<truncate type="bool">false</truncate>
|
<truncate type="bool">false</truncate>
|
||||||
<font type="string">BoeingCDU-Large.ttf</font>
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
<property>autopilot/serviceable</property>
|
<property>autopilot/serviceable</property>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
<alignment>center-center</alignment>
|
<alignment>center-center</alignment>
|
||||||
<axis-alignment>yz-plane</axis-alignment>
|
<axis-alignment>yz-plane</axis-alignment>
|
||||||
<type type="string">text-value</type>
|
<type type="string">text-value</type>
|
||||||
<format type="string">INIT <--></format>
|
<format type="string">INIT</format>
|
||||||
<truncate type="bool">false</truncate>
|
<truncate type="bool">false</truncate>
|
||||||
<font type="string">BoeingCDU-Large.ttf</font>
|
<font type="string">BoeingCDU-Large.ttf</font>
|
||||||
<property>autopilot/serviceable</property>
|
<property>autopilot/serviceable</property>
|
||||||
|
|
|
@ -12,7 +12,7 @@ var FMGCinit = func {
|
||||||
setprop("/FMGC/status/phase", "0"); # 0 is preflight 1 takeoff 2 climb 3 cruise 4 descent 5 approach 6 go around 7 done
|
setprop("/FMGC/status/phase", "0"); # 0 is preflight 1 takeoff 2 climb 3 cruise 4 descent 5 approach 6 go around 7 done
|
||||||
setprop("/FMGC/internal/cruise-fl", 10000);
|
setprop("/FMGC/internal/cruise-fl", 10000);
|
||||||
setprop("/FMGC/internal/tropo", 36090);
|
setprop("/FMGC/internal/tropo", 36090);
|
||||||
setprop("/FMGC/internal/cost", "");
|
setprop("/FMGC/internal/cost", " ");
|
||||||
setprop("/FMGC/internal/greendot-kts", 0);
|
setprop("/FMGC/internal/greendot-kts", 0);
|
||||||
phasecheck.start();
|
phasecheck.start();
|
||||||
greendot.start();
|
greendot.start();
|
||||||
|
|
Reference in a new issue