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

docs: update hoppie.md with latest features #586

Merged
merged 3 commits into from
Jun 26, 2022
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 53 additions & 24 deletions docs/fbw-a32nx/feature-guides/hoppie.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,46 @@

!!! warning "Requires credentials with Hoppie service"

!!! warning "Development in progress"
The Hoppie ACARS system is a complex system and we have decided to develop and release it step-by-step. So please be aware that not all features are available in the early releases and that we will add additional functionality over time.
The Hoppie ACARS system is a complex system and we have decided to develop and release it step-by-step. So please be aware that not all features are available in the early
releases and there may be differences between the **Stable Version** and **Development Version** as outlined below. We will add additional functionality over time.

???+ tip "Development Version - Features (Click to Open)"
Our development version has the following features:

- Automatic D-ATIS
- Automatic position reports
- Controller report-requests and automatic preparation of pilot replies
- Controller to pilot: All Instructions including requests, confirmations, etc.
- Datalink status
- Departure Clearance (DCL)
- Flight Monitoring for conditional reports
- Handover
- Logon/Logoff
- Oceanic Clearance (OCL)
- Pilot requests: All kinds, incl. emergency
- Realistic datalink communication simulation (VHF+VDL3)
- Simulation of FANS-A+ and FANS-B+ with automatic mode selection based on logon-code of ATC
- Station identifier

??? tip "Stable Version - Features (Click to Open)"
!!! danger ""
This page will be current for Stable version 0.8.0. Any changes to our development branch will be noted with the appropriate flag or indicator. Please be aware of any
This section will be current for Stable version 0.8.0. Any changes to our development branch will be noted with the appropriate flag or indicator. Please be aware of any
differences when using our CPDLC implementation.

The current version has the following features:

- Logon/Logoff
- Handover
- Station identifier
- Controller to pilot: All Instructions
- Automatic D-ATIS
- Controller to pilot: All Instructions
- Departure Clearance (DCL)
- Handover
- Logon/Logoff
- Oceanic Clearance (OCL)
- Realistic datalink communication simulation (VHF+VDL3)
- Pilot requests: Vert & Lat requests, Text
- Realistic datalink communication simulation (VHF+VDL3)
- Station identifier

The currently planned future releases are adding these features:

- Datalink Status
- Other pilot requests: E.g. "When can we expect..."
- Emergency
- Controller report-requests and automatic preparation of pilot replies
??? warning "In Progress Features (Click to Open)"
- FPL changes for Lat requests
- Flight Monitoring for conditional reports

This plan might change at any time.

Expand Down Expand Up @@ -108,12 +121,21 @@ The CPDLC system is only a convenience to relax the voice frequency. Time critic

After preparation of the aircraft an IFR clearance is required which can be requested via DCL (Departure Clearance).

The request page can be found in the MCDU ATC COMM menu page 2:
???+ info "Development Version"
The request page can be found by selecting `GROUND REQ` then `DEPARTURE` through the ATC COMM page on the MCDU.

!!! note "MCDU ATC COMM Menu"
!!! block ""
![atc-menu-p1](../assets/feature-guides/hoppie/atc-menu-p1.png){align=center width=48% loading=lazy}
![atc-menu-p2](../assets/feature-guides/hoppie/atc-menu-p2-dcl.png){align=center width=48% loading=lazy}
!!! note "MCDU ATC COMM MENU"
!!! block ""
![hoppie1](../assets/feature-guides/hoppie/hoppie1.png){align=center width=48% loading=lazy}
![hoppie2](../assets/feature-guides/hoppie/hoppie2.png){align=center width=48% loading=lazy}

??? info "Stable Version"
The request page can be found in the MCDU ATC COMM menu page 2:

!!! note "MCDU ATC COMM Menu"
!!! block ""
![atc-menu-p1](../assets/feature-guides/hoppie/atc-menu-p1.png){align=center width=48% loading=lazy}
![atc-menu-p2](../assets/feature-guides/hoppie/atc-menu-p2-dcl.png){align=center width=48% loading=lazy}

The DEPART REQ page requires the current ATC station code and the current ATIS. Providing a gate and freetext is optional.

Expand Down Expand Up @@ -219,10 +241,17 @@ You can logoff from the current station if the next station does not provide CPD

It is also possible to request an Oceanic Clearance (OCL) from ATC.

!!! note "MCDU ATC COMM Menu"
!!! block ""
![atc-menu-p1](../assets/feature-guides/hoppie/atc-menu-p1.png){align=center width=48% loading=lazy}
![atc-menu-p2-ocl](../assets/feature-guides/hoppie/atc-menu-p2-ocl.png){align=center width=48% loading=lazy}
???+ info "Development Version"
!!! note "MCDU ATC COMM Menu"
!!! block ""
![hoppie-oceanic-1](../assets/feature-guides/hoppie/hoppieoc.png){align=center width=48% loading=lazy}
![hoppie-oceanic-2](../assets/feature-guides/hoppie/hoppieoc2.png){align=center width=48% loading=lazy}

??? info "Stable Version"
!!! note "MCDU ATC COMM Menu"
!!! block ""
![atc-menu-p1](../assets/feature-guides/hoppie/atc-menu-p1.png){align=center width=48% loading=lazy}
![atc-menu-p2-ocl](../assets/feature-guides/hoppie/atc-menu-p2-ocl.png){align=center width=48% loading=lazy}

The OCEANIC REQ page requires you to be on the last station before an oceanic route. You need to enter your planned entry point, time at entry point, speed and flight level.

Expand Down