> 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/fpas310-zhong-wen-v5/parameters/d-jing-bao-ji-tong-zhi-she-ding.md).

# D 警報及通知設定

### D 警報及通知 參數列表

| 序號  | 英文名稱                                            | 中文名稱   | 功能                                                                                       |
| --- | ----------------------------------------------- | ------ | ---------------------------------------------------------------------------------------- |
| D01 | Paddle Ala. (Paddle Alarm)                      | 蹼輪警報   | <p>Alarm - A</p><p>蹼輪異常警報。可關閉。預設勿擾。</p>                                                  |
| D04 | <p>FlowLIM Ala<br>(Flow Volume Limit Alarm)</p> | 流量範圍警報 | <p>Alarm - B</p><p>設定超出瞬間流量範圍時的的警報，可關閉。預設關閉</p>                                          |
| D05 | Up LIM (Upper Limit)                            | 流量上限   | 定義 D04 的流量正常範圍上限。                                                                        |
| D06 | Low LIM (Lower Limit)                           | 流量下限   | 定義 D04 的流量正常範圍下限。                                                                        |
| D07 | <p>Hysteresis%<br>(Hysteresis Percentage)</p>   | 流量遲滯%  | <p>設定流量上下限警報解除的的遲滯百分比</p><p>百分比的定義是上下限間距的百分比。</p><p>範圍是0-33%，預設值 3%。</p><p>本參數必需是正值。</p> |
| D08 | Total Ala. (Total Alarm)                        | 累計警報   | <p>Alarm - B</p><p>設定超出累計流量範圍時的警報，可關閉。預設關閉</p>                                           |
| D09 | Total Trig. (Total Alarm Trigger Condition)     | 累計條件   | <p>設定累計量目標值(D08)的通知條件，大於目標或小於目標。</p><p>預設大於目標。</p>                                       |
| D10 | Total Target                                    | 累計目標   | 設定累計目標值。                                                                                 |


---

# 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/fpas310-zhong-wen-v5/parameters/d-jing-bao-ji-tong-zhi-she-ding.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.
