# E15 Byte Format

### 定義

此功能用於設定 Modbus RTU 通訊協定中，數據傳輸的格式化規則，預設 N.8.1 (無校驗、8 數據位、1 停止位)。

本參數提供4種 byte 封包格式：

| 選項名稱  | 全名                              |
| ----- | ------------------------------- |
| N.8.1 | No parity bit with 1 stop bit   |
| N.8.2 | No parity bit with 2 stop bits  |
| O.8.1 | Odd parity bit with 1 stop bit. |
| E.8.1 | Even parity bit with 1 stop bit |

下圖是各選項的封包圖示，其中 ST 代表 start bit，D0 \~ D7 是資料位元，SP 是 stop bit，

OP 是Odd-parity， EP stands 是 Even-parity。(每個菱形圖示是一個 bit)

<div align="left"><figure><img src="https://docs.lorric.com/qr/~gitbook/image?url=https%3A%2F%2F598628291-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FYbqXsfQyaXKmr6mxssGy%252Fuploads%252FLsx1JRjVa9908XZc3c1a%252Fuart_byte_format.png%3Falt%3Dmedia%26token%3D05c4ddf7-0fbe-4487-85f4-3cde6a2c2147&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=674c2433&#x26;sv=2" alt=""><figcaption></figcaption></figure></div>

#### Modbus 不同格式間的轉換器

{% embed url="<https://codepen.io/philo_lorric/pen/BagqoRj>" %}

### 注意事項

1. 本參數不支援使用 RS485 修改。
2. 細節請見[RS485 與 Modbus RTU 設定](/qr/fu-lt-ultrasonic-flowmeter-manual-chinese-v1/communication/rs485-setup.md)。

### 操作流程

<details>

<summary><strong>按鍵名稱及說明</strong>（點擊展開）</summary>

主機共有4個按鍵。LCD 最下方(第 3 行)會顯示目前所有按鍵各自的功能。一般情況下，按鍵定義如下：

* <img src="/files/lDfiuH2Ibq1AeX1QpL2f" alt="" data-size="line"> 藍鍵：最左邊的按鍵，返回上一頁、離開目前操作或存檔

&#x20;方向鍵-灰鍵：

* <img src="/files/MfCyTiq7YBh2TxBAQDYB" alt="" data-size="line"> 左灰鍵 - 用於翻頁、增大數值、選擇不同項目
* <img src="/files/UxXNkrDuXahe3CWQtczE" alt="" data-size="line"> 右灰鍵 - 用於翻頁、減小數值、選擇不同項目
* <img src="/files/VJOWgDbmy0d4napPWBEP" alt="" data-size="line"> 橘鍵：最右邊的按鍵，進入設定、編輯或確認目前選擇

{% hint style="danger" %}
警告：請勿長時間持續按住按鍵，以免造成按鍵損壞。
{% endhint %}

{% hint style="info" %}
註：按鍵定義會根據操作情境調整。為了提升使用便利性，或避免誤觸，在某些畫面中按鍵功能可能會被刻意變更。
{% endhint %}

</details>

```
E15 Byte Format 設定流程：
• 主畫面（綠燈）→ 按右下角橘鍵 Setup，進入設定頁（橘燈）
• 方向鍵選 E. Commute 通訊 → 按橘鍵 Enter
• 方向鍵選 E15 Byte → 按橘鍵 Enter
• 方向鍵選擇 Byte 格式化規則 選項 → 按橘鍵 Set 確認
• 按左下角藍鍵ESC返回至主畫面（綠燈）
```

<figure><img src="/files/2vIHeBL4zMCxC8djOBu3" alt="" width="375"><figcaption></figcaption></figure>

### E15 選項及說明

<table><thead><tr><th width="196.08984375">選項</th><th>說明</th><th>RS-485 對應數字</th><th data-hidden>RS-485 對應數字</th></tr></thead><tbody><tr><td>N.8.1 (預設值)</td><td>無校驗、8 數據位、1 停止位</td><td>-</td><td>0</td></tr><tr><td>N.8.2</td><td>無校驗、8 數據位、2 停止位</td><td>-</td><td>3</td></tr><tr><td>O.8.1</td><td>奇校驗、8 數據位、1 停止位</td><td>-</td><td>2</td></tr><tr><td>E.8.1</td><td>偶校驗、8 數據位、1 停止位</td><td>-</td><td>1</td></tr></tbody></table>

> 本參數不支援使用 RS485 修改。


---

# 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/parameters/e-tong-xun-xiang-guan-she-ding/e15-byte-format.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.
