> 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/1.0-1/usage/screens/main_menu/viewer/pal_viewer.md).

# PAL/CUE/ARIA ビューア

`Windows` `macOS` `Linux` `M5Stack` `RasPi`&#x20;

[TWELITE PAL](https://mono-wireless.com/jp/products/twelite-pal/)の[通知メッセージ](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_pal)を解釈します。

{% hint style="info" %}
PALビューア はv1.0.9から PAL/CUE/ARIAビューア に名称を変更しTWELITE ARIAの表示にも対応します。
{% endhint %}

![](/files/-MJBFY06RyYgQ9UTIXz9)

TWELITE無線マイコンにはApp\_Wingsを書き込んでおき、通信相手のTWELITE PALからのシリアルメッセージが表示されていることを確認してから使用します。事前にApp\_WingsのアプリケーションIDやチャネルを設定しておく必要があります。

通信相手はTWELITE PALです。

| 操作         |                                     |
| ---------- | ----------------------------------- |
| \[ A ]     | リストの前ページに移動する。                      |
| \[ A ] 長押し | この画面を抜け、前メニューに戻る                    |
| \[ B ]     | フォントを変更します。                         |
| \[ B ] 長押し | テスト用のダミーデータによる画面表示を行います。            |
| \[ C ]     | リストの次ページに移動する。                      |
| \[ C ] 長押し | TWELITE 無線モジュールのリセットピンを制御し、リセットします。 |
| ESC        | ESCキーを入力することで、この画面を抜けます。            |

App\_Wings経由で無線パケット由来のシリアルメッセージが得られたときに、PAL子機のID (1..32まで) に対応するリスト項目に、PALの種別とセンサー情報などを簡易表示します。

現在表示されるリスト画面中に新しく受信した情報が表示されたときは、そのエントリ行にカーソルが移動します。


---

# 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/1.0-1/usage/screens/main_menu/viewer/pal_viewer.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.
