> For the complete documentation index, see [llms.txt](https://manuals.syride.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.syride.com/xl-ri-ben-yu-ban-qu-xi-yue-ming-shu/vi-furaito.md).

# VI.       フライト画面

1. 画面1〜4では表示したい飛行情報を表示できます。                                                          GPS信号が十分でない場合、NO GPSと表示されます。

<figure><img src="/files/b38071e464f9fed3602bb71c90794d2becbef9e4" alt=""><figcaption></figcaption></figure>

2. メインボタンを押すとバリオの音をOFFおよびONに切り替えます。これはトランジションや着陸に集中する必要があるときに便利です。

<figure><img src="/files/c1835e089b4e58fde9bf22cf84b461f4d610d98a" alt=""><figcaption></figcaption></figure>

メインボタンを押すと位置を記録しGPS座標を取得できます（回収に便利です！）、距離、上昇量、その地点を指示してから経過した時間、およびそこに戻るためのルートの指示が得られます。                                                       これはPPGが離陸位置を素早く保存するためにもしばしば使用されます。

<figure><img src="/files/e99fde21d5131e293746160b3820b3ea12ba4a84" alt=""><figcaption></figcaption></figure>

4. 画面#5（地図画面）はLCD全体に表示されます。以下が表示されます：

* 画面中央の現在位置と進行方向
* グレースケールで表示された地形
* 空域（事前に機器へアップロードされている場合）
* 過去10分間のGPSトラック
* ウェイポイントと最適化されたナビゲーションルート（ルートが読み込まれている場合）

&#x20;中央ボタンを押すとズームレベルが切り替わります。&#x20;

<figure><img src="/files/a5b18d8a024f180e26469d9c8a533f8cc13962bb" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manuals.syride.com/xl-ri-ben-yu-ban-qu-xi-yue-ming-shu/vi-furaito.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
