> 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-as310-paddle-wheel-flowmeter-manual-en-v1/parameters/d-category-options-and-descriptions.md).

# D Category Options and Descriptions

## D01 Paddle Alarm

Alarm - A ,  Alarm of paddle wheel error. Default on, but can be turned off.

| Options        | RS-485 Numbers | Remarks |
| -------------- | -------------- | ------- |
| On             | 1              |         |
| Do Not Disturb | 2              | Default |

After selecting a command, confirm whether to **Save** or **Not Save**.

## D04 Flow Volume Limit Alarm&#x20;

Alarm - B,  Alarm when instantaneous flow is out of range. Default on, but can be turned off.

| Options        | RS-485 Numbers | Remarks |
| -------------- | -------------- | ------- |
| Off            | 0              | Default |
| On             | 1              |         |
| Do Not Disturb | 2              |         |

After selecting a command, confirm whether to **Save** or **Not Save**.

## D05 Upper Limit&#x20;

Define D04 upper limit of normal flow range.

| Parameter Input Range | Values |
| --------------------- | ------ |
| Default               | 100    |
| Minimum               | 0      |
| Maximum               | 100000 |

After selecting a command, confirm whether to **Save** or **Not Save**.

## D06 Lower Limit&#x20;

Define D04 lower limit of normal flow range.

| Parameter Input Range | Values |
| --------------------- | ------ |
| Default               | 0      |
| Minimum               | 0      |
| Maximum               | 99999  |

After selecting a command, confirm whether to **Save** or **Not Save**.

## D07 Hysteresis Percentage % &#x20;

For setting the hysteresis range of turning off alarm. The Percentage is the proportion of the range between upper and lower limit.

The range is 0-33%, default 3%.  This parameter needs to be positive value.

| Parameter Input Range | Values |
| --------------------- | ------ |
| Default               | 3      |
| Minimum               | 0      |
| Maximum               | 10     |

After selecting a command, confirm whether to **Save** or **Not Save**.

## D08 Total Alarm&#x20;

Alarm - B,  Alarm when cumulative flow is out of range. Default on, but can be turned off.

| Options        | RS-485 Numbers | Remarks |
| -------------- | -------------- | ------- |
| Off            | 0              | Default |
| On             | 1              |         |
| Do Not Disturb | 2              |         |

After selecting a command, confirm whether to **Save** or **Not Save**.

## D09  Total Alarm Trigger Condition

Set-up the target cumulative value alarm condition. Option "greater than" target or "less than" target . Default "greater than" target.

| Options            | RS-485 Numbers | Remarks |
| ------------------ | -------------- | ------- |
| Higher than target | 0              | Default |
| Lower than target  | 1              |         |

After selecting a command, confirm whether to **Save** or **Not Save**.

## D10 Total Target&#x20;

Set up alarm target value of cumulative flow speed.

| Parameter Input Range | Values      |
| --------------------- | ----------- |
| Default               | 100         |
| Minimum               | 0           |
| Maximum               | 999,999,999 |

After selecting a command, confirm whether to **Save** or **Not Save**.

## D11 Pulse Overlap&#x20;

Alarm B,  Alarm for Pulse Output signal overlaps caused by too long pulse width time parameter E03. Default on, but can be turned off. <mark style="color:orange;">(Applicable to FP-AS310A)</mark>

| Options        | RS-485 Numbers | Remarks |
| -------------- | -------------- | ------- |
| On             | 1              | Default |
| Do Not Disturb | 2              |         |

## D12 Iout Status Alarm

Set Iout status alarm mode. The options are ''on'', ''off'' and ''do not disturb.''&#x20;

The default setting is ''do not disturb''. It means that when an abnormality occurs, the color and LCD displayed on the screen will not change. The number can still be displayed in the communication part, and the bit will show an abnormality on the status page.<mark style="color:orange;">(Applicable to FP-AS310A)</mark>

| Options        | RS-485 Numbers | Remarks |
| -------------- | -------------- | ------- |
| On             | 1              |         |
| Do Not Disturb | 2              | Default |


---

# 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-as310-paddle-wheel-flowmeter-manual-en-v1/parameters/d-category-options-and-descriptions.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.
