# 人機介面簡介

## LCD 畫面分成三行

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

## 按鍵功能

主機提供四個按鍵，LCD 最下方一行會提供按鍵定義。一般而言，最左方的按鍵代表退出或回到上一頁功能。中間兩個按鍵能讓使用者瀏覽不同的頁面、更改數據或更換選項。最右邊的按鍵一般代表設定或是確認。以上描述僅代表一般使用情景下的定義。在某些時刻，會刻意更改按鍵定義以達到易用或是不易誤操作的目的。

{% hint style="danger" %}
長時間按壓按鍵將導致按鍵損壞，請避免為之。
{% endhint %}

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

## LCD 三色背光功能

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

LCD 提供三色背光，定義如下：

* 綠色：主機顯示即時資訊，且數據處於正常範圍中。
* 閃爍紅色：主機有重大異常Alarm-A。請看[警告說明頁](/qr/fp-as310-paddle-wheel-flowmeter-manual-chinese-v1/alarm-priority-and-display-method.md#alarm-a-zhong-da-yi-chang-failed)&#x20;
* 持續紅色：Alarm B 主機滿足使用者指定的條件，需注意。Alarm C 日期電池需更換。
* 橘色：主機正常，顯示畫面處於歷史資料查詢及設定頁面。

## 數據更新速度

由於流量等即時數據資料速度極快，主機會持續更新 LCD 數據。但兩者數據會有約 0.1 秒的時間差。


---

# Agent Instructions: 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:

```
GET https://docs.lorric.com/qr/fp-as310-paddle-wheel-flowmeter-manual-chinese-v1/user-interface/user-interface-explanation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
