diff --git a/Nasal/FMGC.nas b/Nasal/FMGC.nas index c48bbcdd..93f6b529 100644 --- a/Nasal/FMGC.nas +++ b/Nasal/FMGC.nas @@ -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) { diff --git a/Nasal/pneumatics.nas b/Nasal/pneumatics.nas index ac5295d4..e28b6092 100644 --- a/Nasal/pneumatics.nas +++ b/Nasal/pneumatics.nas @@ -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) { diff --git a/Resources/eicasIAE.svg b/Resources/eicasIAE.svg new file mode 100644 index 00000000..5bda2ec3 --- /dev/null +++ b/Resources/eicasIAE.svg @@ -0,0 +1,821 @@ + + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + o + C + o + 999 + 9.999 + + + + + 9.999 + % + 999 + % + % + LBS + LBS/H + LBS/H + S + F + + + + + + + + 99.9 + 99.9 + o + + + N2 + + + FOB + + + FF + + + EPR + + + EGT + + + N1 + + + N2 + + + FF + + 1 + 1.2 + 1.4 + 1.6 + 1.4 + 1.6 + 1 + 1.2 + + + + + + + + + + 4 + 10 + 10 + 4 + + + + + + + + diff --git a/Resources/eicasIAE.txt b/Resources/eicasIAE.txt new file mode 100644 index 00000000..a02f04a4 --- /dev/null +++ b/Resources/eicasIAE.txt @@ -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 \ No newline at end of file