Skip to content

Conversation

@lukecologne
Copy link
Member

Summary of Changes

Multiple additions to the Flight Envelope part of the FAC:

  • Improves Speed Trend computation by suppressing high frequency noise through a highpass filter instead of a derivative
  • Add the PITCH PITCH warning
  • Add the Low Energy (SPEED SPEED SPEED) warning

Screenshots (if necessary)

References

Additional context

Discord username (if different from GitHub):

Testing instructions

How to download the PR for QA

Every new commit to this PR will cause new A32NX and A380X artifacts to be created, built, and uploaded.

  1. Make sure you are signed in to GitHub
  2. Click on the Checks tab on the PR
  3. On the left side, find and click on the PR Build tab
  4. Click on either flybywire-aircraft-a320-neo, flybywire-aircraft-a380-842 (4K) or flybywire-aircraft-a380-842 (8K) download link at the bottom of the page

@lukecologne lukecologne changed the title Vctrend improvement feat(a32nx/fac): FE improvements and additions Jan 26, 2026
private arrowHeadRef = FSComponent.createRef<SVGPathElement>();
private vCTrendWord = Arinc429LocalVarConsumerSubject.create(
this.sub.on('vCTrend'),
Arinc429Register.empty().rawWord,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Arinc429Register.empty().rawWord,

You can omit this if you want an empty word.

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