-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat(brakes): Brake To Vacate first simple implementation #8560
feat(brakes): Brake To Vacate first simple implementation #8560
Conversation
…to feat_380_autobrakes
…to feat_380_autobrakes
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.
Maybe adding some comments which values should be transfered via AFDX instead of Arinc429 makes sense.
fbw-a380x/src/wasm/systems/a380_systems/src/hydraulic/autobrakes.rs
Outdated
Show resolved
Hide resolved
fbw-a380x/src/wasm/systems/a380_systems/src/hydraulic/autobrakes.rs
Outdated
Show resolved
Hide resolved
fbw-a380x/src/wasm/systems/a380_systems/src/hydraulic/autobrakes.rs
Outdated
Show resolved
Hide resolved
fbw-a380x/src/wasm/systems/a380_systems/src/hydraulic/autobrakes.rs
Outdated
Show resolved
Hide resolved
fbw-a380x/src/wasm/systems/a380_systems/src/hydraulic/autobrakes.rs
Outdated
Show resolved
Hide resolved
fbw-a380x/src/wasm/systems/a380_systems/src/hydraulic/autobrakes.rs
Outdated
Show resolved
Hide resolved
fbw-a380x/src/wasm/systems/a380_systems/src/hydraulic/autobrakes.rs
Outdated
Show resolved
Hide resolved
fbw-a380x/src/wasm/systems/a380_systems/src/hydraulic/autobrakes.rs
Outdated
Show resolved
Hide resolved
fbw-a380x/src/wasm/systems/a380_systems/src/hydraulic/autobrakes.rs
Outdated
Show resolved
Hide resolved
fbw-a380x/src/wasm/systems/a380_systems/src/hydraulic/autobrakes.rs
Outdated
Show resolved
Hide resolved
I have absolutely no clue about this :D Maybe @flogross89 have a better idea from BTV docs? |
I also don't have any references, my gut feeling says that any novel data (between OANS and BTV) is exchanged via AFDX. So the different braking distances, predicted stop distances, and distances to runway end and exit. |
I think the OANC between the 320 and 380 is the same part, therefore it's probably A429. |
Do you think it has the same architecture on the a320, and just doesn't offer/display rwy/exit selection and DRY/WET distance input? |
The A320 ROW/ROP does not have anything to do with the OANC. It also doesn’t have BTV. Regarding wet/dry, the 2nd iteration adds the selector switch in the cockpit. |
Fixes #[issue_no]
Summary of Changes
This is a first simple implementation that is by no mean "study level", but which should work relatively close to a nominal BTV scenario.
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.