> 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/a-measurement-setup/a08-pipe-material.md).

# A08 Pipe Material

### Definition

Set the pipe material. Default: custom.

<table data-full-width="false"><thead><tr><th width="105.8076171875"></th><th width="110.5244140625"></th><th width="115.1298828125"></th><th width="117.9658203125"></th><th width="132.369140625"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>DN25</td><td>DN32</td><td>DN40</td><td>DN50</td><td>DN60</td><td>DN75</td><td>尺寸</td></tr><tr><td>PVCU</td><td>PVC</td><td>PVC</td><td>PVC</td><td>PVC</td><td>PVC</td><td>預設值</td></tr></tbody></table>

### Notes

1. On certain models, a **“Pipe Material Confirmation”** screen will appear after adjusting **A04, A05, A06, or A07**. If the pipe material is modified on this screen, **A08** will be updated automatically.
2. <mark style="color:red;">Each time the pipe material is changed, please re-execute</mark> <mark style="color:red;"></mark><mark style="color:red;">**Z03 Auto Initialize**</mark> <mark style="color:red;"></mark><mark style="color:red;">and</mark> <mark style="color:red;"></mark><mark style="color:red;">**Z04 Auto Zero Offset**</mark> <mark style="color:red;"></mark><mark style="color:red;">to improve measurement accuracy and ensure stable product performance.</mark>

### Operation Procedure

<details>

<summary><strong>Button Functions</strong> <em>(Click to Expand)</em></summary>

When the main screen is displayed in **green backlight**, the four buttons function as follows:

* <img src="/files/bdd75120acea6361d128fd3deec06f1a8277e667" alt="" data-size="line"> **Blue Button (leftmost):** Return, exit, or save settings.
* Gray Direction Buttons:
  * <img src="/files/2e37e572251371c6020ab6d9e11c1fcdd5ef0369" alt="" data-size="line"> **Left Gray:** Previous Page, decrease value, or select item
  * <img src="/files/50a67ff5744401e217d5b9e838da3f7909be732f" alt="" data-size="line"> **Right Gray:** Next Page, increase value, or select item
* <img src="/files/uJJ6BEZ4sukIlwQaHrUB" alt="" data-size="line"> **Orange Button (rightmost):** Rightmost button: Enter settings, edit, or confirm selection

{% hint style="danger" %}
**Do not hold buttons for extended periods to avoid damage.**
{% endhint %}

{% hint style="info" %}
Button functions may change depending on the operation context to improve usability or prevent accidental presses.
{% endhint %}

</details>

```
A08 Pipe Material Setting Steps
• From the main screen (green backlight), 
  press Orange Button (Setup) to enter settings (orange backlight).
• Use Gray Arrow Buttons to select A. Measurement, press Orange Button (Enter).
• Use Gray Arrow Buttons to select A08 Pipe Material , press Orange Button (Enter).
• Use Gray Arrow Buttons to choose the options. 
• Press Orange Button (Set) to confirm.
• Press Blue Button (ESC) to return to the main screen (green backlight).
```

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

## A08 Options, RS485 Values, Read/Write Commands, and Formats

<table><thead><tr><th>Options</th><th>Description</th><th width="206">RS-485 Value</th></tr></thead><tbody><tr><td>Custom</td><td>Default</td><td>0</td></tr><tr><td>PVCU(預設值)</td><td></td><td>1</td></tr><tr><td>PVC</td><td></td><td>2</td></tr><tr><td>PP</td><td></td><td>3</td></tr><tr><td>PVDF</td><td></td><td>4</td></tr><tr><td>ABS</td><td></td><td>5</td></tr><tr><td>Steel</td><td>Steel</td><td>6</td></tr><tr><td>SUS 304</td><td>Stainless Steel 304</td><td>7</td></tr><tr><td>SUS  316</td><td>Stainless Steel 316</td><td>8</td></tr></tbody></table>

> Refer to the [Read/Write Memory List](/qr/fu-es-echosense-instruction-manual/communication/modbus-rtu-protocol/read-write-memory-ram/read-write-memory-read-list.md) for the Modbus command format. This parameter uses the Int16 data format.


---

# 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/a-measurement-setup/a08-pipe-material.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.
