> For the complete documentation index, see [llms.txt](https://docs.lorric.com/qr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lorric.com/qr/fp-as510-paddle-wheel-flowmeter-manual-chinese-v1/user-interface/monitor-page-explanation.md).

# 主畫面

## 主畫面功能表

| 畫面編號    | Page English Name | 畫面中文名稱  | LED      | LCD 背光                   | 第一行內容        | 第二行內容           | 第三行內容         |
| ------- | ----------------- | ------- | -------- | ------------------------ | ------------ | --------------- | ------------- |
| 監控1     | FLOWRATE          | 瞬時流量    | 數據(最多五位) | <p>平時綠色。</p><p>異常紅色。</p> | 畫面名稱及單位      | 10位流量數據         | 鍵盤功能+模擬提示     |
| 監控2     | FLOW SPEED        | 瞬時流速    | 數據(最多五位) | <p>平時綠色。</p><p>異常紅色。</p> | 畫面名稱及單位      | 10位流速數據         | 鍵盤功能+模擬提示     |
| 監控3     | TOTAL             | 累積流量    | 數據(最多五位) | <p>平時綠色。</p><p>異常紅色。</p> | 畫面名稱及單位      | 累積方法 + 10位 累計數據 | 鍵盤功能+模擬提示     |
| 監控4     | Status Page       | 狀態頁     | 流量數據     | <p>平時綠色。</p><p>異常紅色。</p> | Alarm A      | Alarm B         | System Status |
| 歷史0     | Date & Time       | 日期時間    | 無        | 橘色                       | Current Time | 日期 + 時間         | 鍵盤功能          |
| 歷史1\~14 | Last 14 Days      | 過去14日累計 | 無        | 橘色                       | 日期及單位        | 累積方法 + 10位 累計數據 | 鍵盤功能          |

## 監視畫面1-3說明

{% hint style="info" %}
若開啟 F02 模擬功能，主畫面的數據都只會顯示模擬數據。
{% endhint %}

主畫面由兩部分組成，前 4 個畫面為即時資訊監控，後 15 個畫面為當前日期時間，及過去 14 日歷史資料查詢，使用中央的左右方向鍵可以循環顯示。以下是這19個畫面的資料定義：

![](/files/-Lp6h2sbzcftqd3TdJHL)

## 監視畫面 4 說明

監視畫面主要是用來確認流量計狀態用。如果要確認流量上下限是否正常，或是有紅燈出現要排除問題時，請先看監視畫面 4。進一步的定義請看[ ](/qr/fp-as510-paddle-wheel-flowmeter-manual-chinese-v1/alarm-priority-and-display-method.md#alarm-a-zhong-da-yi-chang-failed)[Alarm 及系統狀態說明](/qr/fp-as510-paddle-wheel-flowmeter-manual-chinese-v1/alarm-priority-and-display-method.md#alarm-a-zhong-da-yi-chang-failed)。

![](/files/-Lt8G-ismvy4D8ApTnk2)

Alarm A 說明

![](/files/-Lt8GGsy21vQ1PHgfmxx)

Alarm B 說明

![](/files/-Lt8GK8ZDQLr7QVhgIgG)

Alarm C 說明

![](/files/-Lt8GMeSbAGpGonHrXhg)

System Status 說明

![](/files/-Lt8GT2QUT_ge-KmMfDO)


---

# 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://docs.lorric.com/qr/fp-as510-paddle-wheel-flowmeter-manual-chinese-v1/user-interface/monitor-page-explanation.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.
