> 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/b-unit.md).

# B Unit

<table data-header-hidden><thead><tr><th width="120.33333333333331">No.</th><th>Name</th><th width="448.66666666666674">Function</th></tr></thead><tbody><tr><td>No.</td><td>Name</td><td>Description</td></tr><tr><td>B01</td><td>Vol. Unit (Volume Unit)</td><td><p>Unit of instantaneous flow speed, default liter.</p><p>Metric: L, m3</p><p>Imperial: U.gal (US Gallon)、I.gal (Imperial Gallon), ft3 </p></td></tr><tr><td>B02</td><td>Time Unit</td><td>Unit of flow time seconds, minutes, hours, days. Default minutes. </td></tr><tr><td>B03</td><td>Total Unit (Total Volume Unit)</td><td><p>Unit of cumulative and history flow volume, default litre.</p><p>Metric: L, m3</p><p>Imperial: U.gal (US Gallon)、I.gal (Imperial Gallon), ft3 </p></td></tr><tr><td>B04</td><td>VelocityUnit</td><td><p>Unit of flow speed, default m/s.</p><p>Metric: m/s</p><p>Imperial: ft/s</p></td></tr><tr><td>B05</td><td>Dec. Place<br>(Decimal Place)</td><td><p>For setting digits displayed after the decimal point on LCD and LED by using the round down method. The maximum number of digits is 4 digits.</p><p>The default display shows 4 digits after the decimal. Cumulative flow volume is still calculated by using the original value. </p></td></tr><tr><td>B06</td><td>Pipe Geo. Unit</td><td>Pipe gauge unit, synchronized with A03 </td></tr></tbody></table>


---

# 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/b-unit.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.
