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

[Feature]: Inital list of INOP systems #1026

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 126 additions & 2 deletions docs/aircraft/a380x/inop.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,131 @@
# INOP System

## Description
The FlyByWire A380X is work in progress. This page describes the systems and features that are currently inoperative or
The FlyByWire A380X is an open alpha work in progress. This page describes the systems and features that are currently inoperative or
not implemented yet.

It might not be complete and is subject to change as the aircraft is developed further.
# A380X INOP systems
These systems are currently not operational / these features are missing and shall thus not lead to bug reports.

### ATA 20 Aircraft General / Exterior 3D Model

### ATA 21 Air Con / Pressurization / Ventilation

### ATA 22 Flight Envelope
- PRIM FE part (FMS taking over atm)

### ATA 22 Autoflight / FCU
- AP tuning for A380X
- FLS
- THR NOISE, DCLB

### ATA 22 Flight Management System (FMS)
- Incomplete pages see: fbw-a380x/src/systems/instruments/src/MFD/pages
- Separation into three synchronized FMCs and two FMSs (currently one FMC serving one FMS)
- EO modes / EO SID
- Accurate CI, OPT and REC MAX FL computation
- NADP (see THR NOISE above)
- Fuel planning on FMS/FUEL&LOAD page
- ATC / datalink
- FCU BKUP

### ATA 23 Communication
- RMP: HF, TEL, MENU, SATCOM, DATALINK pages
CIDS: CALLS buttons

### ATA 24 Electrical

### ATA 25 Equipment / Cockpit 3D Model

### ATA 26 Fire and Smoke Protection

### ATA 27 Flight Controls
- Complete SLAT/FLAP CTL implementation (adapted A32NX computers atm)
- Automatic pitch trim setting

### ATA 28 Fuel

- Refuel Driver/Refuel Application placeholder pseudo-FQMS implementation (pre-cursor for realistic FQMS implementation while supporting instant load)
CPIOM etc. not implemented yet.
- Automatic fuel transfer system - Not fully implemented yet i.e. AGT off when 2 engines on
- Manual refueling - Not supported yet
- Integrated Refuel Panel - Simulated in the systems but not modeled in the plane model, or fully connected to ELEC
- MFD entry - Not supported yet (ZFW/ZFWCG entry - Possible via EFB currently for testing)

### ATA 29 Hydraulic System
- No accumulators / LEHGS systems
- Brakes: Only rudimentary + carryover from A32NX
- Gear system: Only rudimentary + carryover from A32NX
- Flap/Slat not implemented (copy from 32NX)
- Hydraulics Cooling

### ATA 30 Ice and Rain Protection

### ATA 31 Indicating / Recording / ECAM / EFIS / Displays
- CDS / displays (automatic) reconfiguration
- PFD backup scales
- Interactive ND
- Vertical Display: Only fixed vertical range (until FL240) w/o FMS trajectory
- Independent QNH
- KCCU soft keyboard
- ECAM: Only basic abnormal sensed procedures, only sensed items are complete
- ECAM abnormal sensed: No navigation up/down, only CLEAR selectable for manual completion
- ECAM: Abnormal non-sensed procedures
- ECAM Deferred procedures
- ECAM ABN secondary failures
- ECAM: Complete STS page implementation
- ECAM: AUTO RCL
- ECAM: Correct behavior of RCL / RCL LAST
- Video: ETACS due to sim limitation
- Latest FMA indications for landing modes (e.g. LAND3 instead of CAT3)
- SD VIDEO page

### ATA 32 Landing Gear / Braking / BTV
- Gear system not implemented (copy from 32NX)
- Wrong door sequence
- Wrong hydraulic behavior
- Brake system not implemented (copy from 32NX)
- Wrong hydraulic behavior
- BTV simplified logic only
- Basic braking distance calculations
- No glide slope adaptation
- No handling of brakes/OANS errors

### ATA 33 Lights

### ATA 34 Navigation
- MMR implementation including GPIRS position
- GLS

### ATA 34 Surveillance / TCAS / TAWS / WXR / XPDR
- Weather radar / WXR
- TAWS obstacles

### ATA 34 ROW/ROP
- Automatic detection of landing runway (needs FMS to have landing runway selected)
- Shift of touchdown point according to position on glide slope

### ATA 35 Oxygen
- Oxygen masks test P/B

### ATA 36 Bleed Air

### ATA 42 Avionics Network
- Communication between systems using AFDX (ARINC protocol used mostly)

### ATA 49 APU

### ATA 52 Doors
- CKPT DOOR functions
- All cargo and passenger doors animated

### ATA 70 Engines
- Custom engine model (current model is modified LEAP-1A)
- ACUTE
- METOTS
- Reverser
- Electrical system for triple lock safety system

### Misc / Sim specifics

Copy link
Member

Choose a reason for hiding this comment

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

I would put this in a warning admon at the top of the page.

This page is subject to change pending further development to the aircraft, and thus may be out of date. For the most up to date list of INOPs and system progress, please see our github page, found [here.](https://github.com/flybywiresim/aircraft/tree/master/fbw-a380x)
Loading