# E16 Bit Order

### 定義

設定 Modbus RTU 傳輸時，一個位元組 (Byte) 內的 8 個位元 (bits) 按照什麼順序發送，可選最低有效位元優先或最高有效位元優先，預設 LSB first 最低有效位元優先。

本參數可用來調整單個 byte 封包中資料位元的傳輸順序。

LSB 代表 第0位元先傳，MSB 代表第7位元先傳。其中 LSB 是最常使用的格式。以下封包圖示以 N.8.1 舉例：(下圖每個菱形圖示是一個 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%252FXoEcxDBu6IAPiUPt1ZTE%252FLSBMSB.png%3Falt%3Dmedia%26token%3D95c52e94-fbd3-4bc4-9791-7540c711dfde&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=b80ce0d9&#x26;sv=2" alt=""><figcaption></figcaption></figure></div>

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

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

### 注意事項

1. 本參數不支援使用 RS485 修改。
2. 細節請見[RS485 與 Modbus RTU 設定](https://docs.lorric.com/fues-echosense-yi-ti-shi-chao-yin-bo-liu-liang-ji-v1.0/communication/rs485-setup)

### 操作流程

<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>

```
E16 Bit Order  設定流程：
• 主畫面（綠燈）→ 按右下角橘鍵 Setup，進入設定頁（橘燈）
• 方向鍵選 E. Commute 通訊 → 按橘鍵 Enter
• 方向鍵選 E16 Bit Order → 按橘鍵 Enter
• 方向鍵選擇 Bit 順序 選項 → 按橘鍵 Set 確認
• 按左下角藍鍵ESC返回至主畫面（綠燈）
```

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

### E16 選項及說明

<table><thead><tr><th>選項</th><th>說明</th><th>RS-485 對應數字</th><th data-hidden>RS-485 對應數字</th></tr></thead><tbody><tr><td>LSB first (預設值)</td><td>最低有效位元優先</td><td>-</td><td>0</td></tr><tr><td>MSB first</td><td>最高有效位元優先</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/e16-bit-order.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.
