# 人機介面簡介

## 主機功能說明

本主機採用 3 行、每行最多 16 字元的 LCD 顯示器。不同位置會顯示不同資訊：

* 第一行：顯示目前的頁面內容名稱與單位
* 第二行：顯示實際數據
* 第三行：顯示當前可操作的按鍵功能

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

## 按鍵功能

<details>

<summary><strong>按鍵名稱及說明</strong>（點擊展開）</summary>

主機共有4個按鍵。LCD 最下方(第 3 行)會顯示目前所有按鍵各自的功能。一般情況下，按鍵定義如下：

* <img src="/files/lDfiuH2Ibq1AeX1QpL2f" alt="" data-size="line"> 藍鍵：最左邊的按鍵，返回上一頁、離開目前操作或存檔

&#x20;方向鍵-灰鍵：

* <img src="/files/MfCyTiq7YBh2TxBAQDYB" alt="" data-size="line"> 左灰鍵 - 用於翻頁、增大數值、選擇不同項目
* <img src="/files/UxXNkrDuXahe3CWQtczE" alt="" data-size="line"> 右灰鍵 - 用於翻頁、減小數值、選擇不同項目
* <img src="/files/VJOWgDbmy0d4napPWBEP" alt="" data-size="line"> 橘鍵：最右邊的按鍵，進入設定、編輯或確認目前選擇

{% hint style="danger" %}
警告：請勿長時間持續按住按鍵，以免造成按鍵損壞。
{% endhint %}

{% hint style="info" %}
註：按鍵定義會根據操作情境調整。為了提升使用便利性，或避免誤觸，在某些畫面中按鍵功能可能會被刻意變更。
{% endhint %}

</details>

<figure><img src="/files/aX0dqbXYFxmo4wH7W1wH" alt="" width="563"><figcaption></figcaption></figure>

## LCD 三色背光功能

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

主機提供三色背光顯示功能。紅色背光燈號僅於警示設定為「On」時啟用；當設定為「DND（勿擾模式）」或「Off」時，背光顯示將不會亮起。以下說明各顏色的意義：

1. <mark style="background-color:green;">綠色背光</mark>
   * 主機運作正常
   * 正在顯示即時資訊
   * 數據皆在正常範圍
2. <mark style="color:$danger;background-color:red;">紅色背光閃爍</mark>
   * 發生重大異常 Alarm A
   * 請前往「[警告說明頁](/qr/fu-lt-ultrasonic-flowmeter-manual-chinese-v1/user-interface/alarm-priority-and-display-method.md#alarm-a-zhong-da-yi-chang-failed)」查看詳細內容
3. <mark style="background-color:red;">紅色背光持續亮</mark>
   * Alarm B：主機觸發使用者自訂的警戒條件
   * Alarm C：到達維護提醒條件
   * 請前往「[警告說明頁](/qr/fu-lt-ultrasonic-flowmeter-manual-chinese-v1/user-interface/alarm-priority-and-display-method.md#alarm-a-zhong-da-yi-chang-failed)」查看詳細原因
4. <mark style="background-color:orange;">橘色背光</mark>
   * 主機正常
   * 畫面目前處於「設定頁」，並非即時資訊頁

{% hint style="info" %}

#### **DND（Do Not Disturb，勿擾模式）說明**

當啟用 DND 模式 時：

* 主機雖能偵測異常，但不會亮起紅色背光警示
* 例如：若在 dnd 模式下出現 Alarm-A 「4 Off Pipe」 異常，背光不會亮起
* 不過異常內容仍會在「異常頁面」顯示
* 若主機有連接 RS485，監控系統仍可接收到異常訊號
* 若有設定 OCT 警報輸出，OCT 也會持續輸出警示訊號
  {% endhint %}


---

# 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/fu-lt-ultrasonic-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.
