-
Notifications
You must be signed in to change notification settings - Fork 101
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
base: master
Are you sure you want to change the base?
EICAS improvements #135
Conversation
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
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
There was a problem hiding this 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)
This time, I think it should be okay for review |
i'm afraid there are still quite a bit of formatting errors |
case B747_8_EngineState.AUTOSTART: | ||
if (this.getFuelValveOpen(i + 1)) { | ||
if (N2Value >= this.getN2IdleValue()) { |
There was a problem hiding this comment.
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
Idle N2 calculation based on air density:
Basic AUTORELIGHT implementation:
EGT gauge rework: