Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EICAS improvements #135

Draft
wants to merge 36 commits into
base: master
Choose a base branch
from

Conversation

boufogre
Copy link
Contributor

@boufogre boufogre commented Jan 26, 2021

Idle N2 calculation based on air density:

  • Idle N2 will now vary according to ambient air density

Basic AUTORELIGHT implementation:

  • if N2 gets below idle value, AUTORELIGHT indication will appear

EGT gauge rework:

  • Correct values for ground start limit or inflight start limit will be displayed
  • Correct maximum continuous and take-off limits
  • Maximum value indicated by the gauge no longer limited to 1000°C

Basic AUTORELIGHT implementation:
if N2 gets below idle value, AUTORELIGHT indication will appear

Idle N2 calculation based on air density:
Idle N2 will now vary according to ambient air density
@boufogre boufogre changed the title AUTORELIGHT and Idle N2 EICAS improvements Jan 26, 2021
@boufogre boufogre marked this pull request as draft January 26, 2021 20:25
EGT gauge now display correct values
Better approximation
Many changes
Thrust Mode Annunciator should now display the correct thrust mode, when selected in the FMC thrust limit page
@boufogre boufogre marked this pull request as ready for review February 22, 2021 09:56
Copy link
Contributor

@ninjomcs ninjomcs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatting needs to be fixed (applies to all of the code)

@boufogre boufogre marked this pull request as draft March 1, 2021 19:18
@boufogre boufogre marked this pull request as ready for review March 4, 2021 15:58
@boufogre boufogre requested a review from ninjomcs March 4, 2021 15:59
@boufogre
Copy link
Contributor Author

boufogre commented Mar 4, 2021

This time, I think it should be okay for review

@ninjomcs
Copy link
Contributor

ninjomcs commented Mar 6, 2021

i'm afraid there are still quite a bit of formatting errors

Comment on lines 138 to 140
case B747_8_EngineState.AUTOSTART:
if (this.getFuelValveOpen(i + 1)) {
if (N2Value >= this.getN2IdleValue()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are still formatting errors here and there unfortunately, this for example is not indented correctly

@boufogre boufogre marked this pull request as draft April 19, 2021 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants