> 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/fu-es-echosense-instruction-manual/parameters/z-easy-setup/z05-scale-factor.md).

# Z05 Scale Factor

### Definition

This function calibrates the flow meter’s accuracy. If the displayed flow differs systematically from a reference value, the user can set a scale factor to automatically correct the output.

**Usage:**

* The measured flow is multiplied by a fixed factor KKK.
* Range: **+0.001 to +1000**, default **+1.0**.
* Execution automatically updates **K03 (Scale Factor)**.

**Example:**

Final Flow=Measured Flow×K\text{Final Flow} = \text{Measured Flow} \times KFinal Flow=Measured Flow×K

If actual flow = 101.5 L but meter shows 100 L, set K=1.015K = 1.015K=1.015.

{% hint style="info" %}
Z-series parameters currently **do not support Modbus read/write**.
{% endhint %}

### Notes

1. Z05 cannot accept negative values.
2. To measure reverse flow, enable **A17 Neg Flow (Reverse Flow)**.
3. **K03** serves the same function as **Z05**; users may choose either. Executing this function will automatically update the **Z05 Scale Factor** setting.
4. (Z-series parameters are for quick setup, consolidating multiple essential settings to simplify installation.)

### Operation Procedure

```
Z05 Scale Factor Setting Steps
• From the main screen(green backlight),
press Orange Button(Setup) to enter settings (orange backlight).
• Use Gray Arrow Buttons to select Z. Easy Setup , press Orange Button(Enter).
• Use Gray Arrow Buttons to select Z05 Scale Factor, press Orange Button(Enter).
• Use Gray Arrow Buttons to choose the digit to adjust(highlighted in dark gray).
• Press Orange Button(Edit) to enter adjustment mode.
• Adjust digits: Left Gray Button to increase, Right Gray Button to decrease.
• Press Orange Button(Set) to confirm each digit; repeat for other digits as needed.
• After all digits are set, press Blue Button(Save).
• Confirm by pressing Orange Button(Save) (or Blue Button(NOT) to cancel).
• Press Blue Button(ESC) to return to the main screen(green backlight).
```

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


---

# 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/fu-es-echosense-instruction-manual/parameters/z-easy-setup/z05-scale-factor.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.
