# 唯讀型記憶體-列表

## 記憶體位置及定義

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

<table data-header-hidden><thead><tr><th width="338">欄位名稱</th><th>功能</th></tr></thead><tbody><tr><td><strong>欄位名稱</strong></td><td><strong>功能</strong></td></tr><tr><td>Register 位置</td><td>讀寫記憶體位置與唯讀記憶體不共用。</td></tr><tr><td>Register 長度</td><td>這個變數的數據長度。以 Register(2Byte)為單位。</td></tr><tr><td>記憶體內容</td><td>說明記憶體內容功能。</td></tr><tr><td>位元組</td><td>標明該變數所佔用的位元組 (Byte) 總數。</td></tr><tr><td>資料型式</td><td>標明收發數據的格式。</td></tr><tr><td>備註</td><td>數據的補充說明</td></tr></tbody></table>

### 唯讀區記憶體列表

<table><thead><tr><th width="109.666748046875">Register 位置</th><th width="102.4688720703125">Register 長度</th><th>記憶體內容</th><th width="90.859375">位元組</th><th width="104.2239990234375">資料型式</th><th>備註</th></tr></thead><tbody><tr><td>0000</td><td>2</td><td>Flowrate</td><td>4</td><td>float</td><td></td></tr><tr><td>0004</td><td>2</td><td>Total</td><td>4</td><td>float</td><td></td></tr><tr><td>0006</td><td>2</td><td>Flowrate*100</td><td>4</td><td>int 32</td><td>數值是瞬時流量 ×100 取整數</td></tr><tr><td>000A</td><td>2</td><td>Total*100</td><td>4</td><td>int 32</td><td>數值是瞬時流量 ×100 取整數</td></tr><tr><td>000E</td><td>1</td><td>error code a</td><td>2</td><td>int</td><td></td></tr><tr><td>000F</td><td>1</td><td>error code b</td><td>2</td><td>int</td><td></td></tr><tr><td>0010</td><td>1</td><td>error code c</td><td>2</td><td>int</td><td></td></tr><tr><td>0011</td><td>1</td><td>error code d</td><td>2</td><td>int</td><td></td></tr><tr><td>0012</td><td>1</td><td>System Status</td><td>2</td><td>int</td><td></td></tr><tr><td>0013</td><td>4</td><td>Total(64)</td><td>8</td><td>int 64</td><td>數值是累積流量 ×100,000 取整數</td></tr><tr><td>0017</td><td>2</td><td>Dosing(float)</td><td>4</td><td>float</td><td></td></tr><tr><td>0019</td><td>2</td><td>Dosing100(32)</td><td>4</td><td>int 32</td><td>數值是計量值 ×100 取整數</td></tr><tr><td>001B</td><td>4</td><td>Dosing(64)</td><td>8</td><td>int 64</td><td>數值是計量值 ×100,000 取整數</td></tr><tr><td>0053</td><td>1</td><td>M</td><td>2</td><td>int</td><td></td></tr><tr><td>0054</td><td>1</td><td>m</td><td>2</td><td>int</td><td></td></tr><tr><td>0055</td><td>2</td><td>flow*100_2</td><td>4</td><td>int 32</td><td></td></tr><tr><td>0057</td><td>2</td><td>na</td><td>4</td><td>-</td><td></td></tr><tr><td>0059</td><td>2</td><td>total*100_2</td><td>4</td><td>int 32</td><td></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/fp-as310-paddle-wheel-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.
