> For the complete documentation index, see [llms.txt](https://stage.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stage.twelite.info/usage/screens/main_menu/viewer/smpl_mon/glancer.md).

# グランサー

`Windows` `macOS` `Linux` `RasPi`

Glancerは、[受信メッセージ中の情報](https://wings.twelite.info/how-to-use/parent-mode/receive-message)を簡易的に表示します。接続する TWELITE には App\_Wings を書き込んでおき、通信相手のTWELITE (App\_Twelite, TWELITE PAL, ... アプリケーションIDとチャネルを一致させれば混在も可) からの情報を表示します。

{% hint style="info" %}
Glancer は、glance（＝ちらりと見る、一瞥）する人という意味の英単語です。
{% endhint %}

画面は以下の２種類の構成になっています。

####

#### 一覧表示

![](/files/zXejDBVdoXlEOIvyDn8Z)

通信相手からの情報を列挙します。表示内容は（メッセージの種別、論理ID、シリアルID、LQI(Lq)、電源電圧(情報に含まれていれば)、受信時間）です。

| 操作         |                                      |
| ---------- | ------------------------------------ |
| \[ A ]     | リストの前項目に移動します。                       |
| \[ A ] 長押し | この画面を抜け、前メニューに戻ります。                  |
| \[ B ]     | 選択表示に移行します。                          |
| \[ B ] 長押し | 項目をソートします。ソートを実行するたびに、ソートキーは順に変わります。 |
| \[ C ]     | リストの次項目に移動します。                       |
| \[ C ] 長押し | TWELITE のリセットピンを制御し、リセットします。         |
| ESC        | ESCキーを入力することで、この画面を抜けます。             |

#### 選択表示

![](/files/Bn7oYn6L4YdKuWxA2tDE)

一覧表示で項目を移動し反転表示になったところで選択操作を行うことで、この画面に遷移します。特定の通信相手に関する情報を到着順に表示します。

選択されてからの受信パケット数と LQI の平均値が表示されます。

| 操作         |                              |
| ---------- | ---------------------------- |
| \[ A ]     | 割当なし                         |
| \[ A ] 長押し | この画面を抜け、選択画面に戻る。             |
| \[ B ]     | 割当なし                         |
| \[ B ] 長押し | 割当なし                         |
| \[ C ]     | 割当なし                         |
| \[ C ] 長押し | TWELITE のリセットピンを制御し、リセットします。 |
| ESC        | この画面を抜け、選択画面に戻る。             |


---

# 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://stage.twelite.info/usage/screens/main_menu/viewer/smpl_mon/glancer.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.
