# 人機介面簡介

## LCD 畫面分成三行

![](/files/-Lxei_IEJoFgEka2mR21)

## 按鍵功能

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

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

![](/files/-LxeioknltWeOVHTAoHp)

## LCD 三色背光功能

![](/files/-M_KE22UZUQZ_Shw4FNZ)

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

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

## 數據更新速度

由於流量等即時數據資料更新速度極快，主機會優先更新 LED 數據後再更新 LCD 數據。所以兩者數據會有約 0.1 秒的時間差。若數據位數不多，讀錶時，請以 LED 數據為主。

## LED 有效位數

LED 提供最多五位有效位數，當數據超過5位時，會顯示 FFFFF (如下圖) ，這時可以通過更改單位或是直接看 LCD 第二行的數據來了解流量。

![](/files/-M80iBhAzL2w5lCu6mYx)

當流向為反向，數據為負數時，第一位會顯示負號，故有效位數變為四位。


---

# 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-as510-paddle-wheel-flowmeter-manual-chinese-v2/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.
