# 唯讀型記憶體-列表

## 記憶體位置及定義

### 本頁面的表格使用方法：

| 欄位名稱                     | 功能                             |
| ------------------------ | ------------------------------ |
| Register位置               | 讀寫記憶體位置與唯讀記憶體不共用。              |
| <p>Register</p><p>長度</p> | 這個變數的數據長度。以 Register(2Byte)為單位 |
| 記憶體內容                    | 用來說明功能。                        |
| 資料型式                     | 標明收發數據的格式。                     |

### 唯讀區記憶體列表

<table data-header-hidden><thead><tr><th width="98.9189453125">Register 位置</th><th width="99.25">Register 長度</th><th width="138.98046875">記憶體內容</th><th width="138.712890625">資料型式</th><th>註</th></tr></thead><tbody><tr><td><p>Register </p><p>位置</p></td><td><p>Register </p><p>長度</p></td><td>記憶體內容</td><td>資料型式</td><td>註</td></tr><tr><td>0000</td><td>2</td><td>瞬時流量</td><td>float 32</td><td></td></tr><tr><td>0002</td><td>2</td><td>瞬時流速</td><td>float 32</td><td></td></tr><tr><td>0004</td><td>2</td><td>累積流量</td><td>float 32</td><td></td></tr><tr><td>0006</td><td>2</td><td>瞬時流量</td><td>int 32</td><td><p>數值是瞬時流量</p><p>X100取整數</p></td></tr><tr><td>0008</td><td>2</td><td>瞬時流速</td><td>int 32</td><td><p>數值是瞬時流速</p><p>X100取整數</p></td></tr><tr><td>000A</td><td>2</td><td>累積流量</td><td>int 32</td><td><p>數值是累積流量</p><p>X100取整數</p></td></tr><tr><td>000C</td><td>2</td><td>Iout 電流值 uA</td><td>unsigned int 32</td><td></td></tr><tr><td>000E</td><td>1</td><td><a href="/pages/-LxsW1nT36ZZ4ZeSHIwI#alarm-a-zhong-da-yi-chang-failed">error code a</a></td><td>unsigned int 16</td><td><p>第一個 byte 未定義</p><p>補0</p></td></tr><tr><td>000F</td><td>1</td><td><a href="/pages/-LxsW1nT36ZZ4ZeSHIwI#alarm-b-chao-chu-gong-zuo-fan-wei-out-of-specification">error code b</a></td><td>unsigned int 16</td><td><p>第一個 byte 未定義</p><p>補0</p></td></tr><tr><td>0010</td><td>1</td><td><a href="/pages/-LxsW1nT36ZZ4ZeSHIwI#alarm-c-xu-yao-wei-hu-maintenance-required">error code c</a></td><td>unsigned int 16</td><td><p>第一個 byte 未定義</p><p>補0</p></td></tr><tr><td>0011</td><td>1</td><td><a href="/pages/-LxsW1nT36ZZ4ZeSHIwI#alarm-d-she-bei-que-ren-zhong-function-check">error code d</a></td><td>unsigned int 16</td><td><p>第一個 byte 未定義</p><p>補0</p></td></tr><tr><td>0012</td><td>1</td><td><a href="/pages/-LxsW1nT36ZZ4ZeSHIwI#system-status-xi-tong-zhuang-tai">System Status</a></td><td>unsigned int 16</td><td><p>第一個 byte 未定義</p><p>補0</p></td></tr><tr><td>0013</td><td>4</td><td>累積流量</td><td>int 64</td><td><p>數值是累積流量</p><p>X100,000取整數</p></td></tr><tr><td>0017</td><td>2</td><td>計量 Dosing</td><td>float32</td><td></td></tr><tr><td>0019</td><td>2</td><td>計量 Dosing</td><td>int32</td><td><p>數值是累積流量</p><p>X100取整數</p></td></tr><tr><td>001B</td><td>4</td><td>計量 Dosing</td><td>int64</td><td><p>數值是累積流量</p><p>X100,000取整數</p></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.lorric.com/qr/fu-lt-ultrasonic-flowmeter-manual-chinese-v1/communication/modbus-rtu-protocol/wei-du-xing-ji-yi-ti/wei-du-xing-ji-yi-ti-lie-biao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
