Merge pull request #49 from legoboyvdlp/master
pneu update, FMGC fix, eicasIAE svg display
This commit is contained in:
commit
0ad47d28d1
4 changed files with 837 additions and 3 deletions
|
@ -115,7 +115,6 @@ var phasecheck = maketimer(0.2, func {
|
|||
|
||||
if ((((n1_left >= 85) and (n1_right >= 85)) or (gs > 90 )) and flaps < 4 and (mode == "SRS")) {
|
||||
setprop("/FMGC/status/phase", "1");
|
||||
setprop("/systems/pressurization/mode", "TO");
|
||||
}
|
||||
|
||||
if ((aglalt >= reduc_agl_ft) and (alt <= cruiseft) and (phase == "1") and (phase != "4") and (mode != "SRS")) {
|
||||
|
@ -129,7 +128,6 @@ var phasecheck = maketimer(0.2, func {
|
|||
|
||||
if (alt <= cruiseft and (mode == "DES" or mode == "OP DES") and phase == "3") {
|
||||
setprop("/FMGC/status/phase", "4");
|
||||
setprop("/systems/pressurization/mode", "DE");
|
||||
}
|
||||
|
||||
if (getprop("/FMGC/status/to-state") == 0 and flaps >= 3 and ((phase == "3") or (phase == "4")) and alt < 7200) {
|
||||
|
|
|
@ -183,7 +183,7 @@ var master_pneu = func {
|
|||
}
|
||||
|
||||
if (cabinalt != targetalt and !wowl and !wowr and !pause) {
|
||||
setprop("/systems/pressurization/cabinalt", cabinalt + vs);
|
||||
setprop("/systems/pressurization/cabinalt", cabinalt + ((vs / 60) / 10));
|
||||
}
|
||||
|
||||
if (ditch and auto) {
|
||||
|
|
821
Resources/eicasIAE.svg
Normal file
821
Resources/eicasIAE.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 106 KiB |
15
Resources/eicasIAE.txt
Normal file
15
Resources/eicasIAE.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
no1eprarc
|
||||
no2eprarc
|
||||
no1n1arc
|
||||
no2n1arc
|
||||
no1egtarc
|
||||
no2egtarc
|
||||
n12egtarcred
|
||||
no2egtarcred
|
||||
|
||||
egt-1-text
|
||||
egt-2-text
|
||||
n1-1-text
|
||||
n1-2-text
|
||||
no1-epr
|
||||
no2-epr
|
Reference in a new issue