> 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/fpas310-zhong-wen-v5/parameters/e-tong-xun-xiang-guan-she-ding/tong-xun-xiang-guan-she-ding-fpas310r.md).

# 通訊相關設定 - FP-AS310R

## E04 Modbus ID 應用傳輸協定

設定Modbus ID應用的傳輸協定，預設 1。<mark style="color:purple;">(適用在FP-AS310R)</mark>

| 本參數輸入範圍 | 相應數值 |
| ------- | ---- |
| 資料類型    | Int  |
| 預設值     | 1    |
| 最小值     | 1    |
| 最大值     | 255  |

## E05 Baud 鮑率

設定 Modbus 通訊 baud 速度，9600、19200、38400。預設關閉。<mark style="color:purple;">(適用在FP-AS310R)</mark>

<table><thead><tr><th>選項</th><th width="262">RS-485 對應數字</th><th>備註</th></tr></thead><tbody><tr><td>9600</td><td>0</td><td></td></tr><tr><td>19200</td><td>1</td><td></td></tr><tr><td>38400</td><td>2</td><td></td></tr><tr><td>OFF</td><td>4</td><td>預設值</td></tr></tbody></table>

<mark style="color:orange;">鮑率不能使用 RS485 修改。</mark>

指令選擇後，請確認是否進行 Save(存檔) or Not(放棄) 。

## E15 Byte Format&#x20;

細節請見[RS485 與 Modbus RTU 設定](/qr/fpas310-zhong-wen-v5/communication/rs485-setup.md)

<mark style="color:orange;">**本項目不能使用 RS485 修改。**</mark> <mark style="color:purple;">(適用在FP-AS310R)</mark>

<table><thead><tr><th>選項</th><th>備註</th><th data-hidden>RS-485 對應數字</th></tr></thead><tbody><tr><td>N81</td><td>預設值</td><td>0</td></tr><tr><td>N81</td><td></td><td>1</td></tr><tr><td>O81</td><td></td><td>2</td></tr><tr><td>E81</td><td></td><td>3</td></tr></tbody></table>

指令選擇後，請確認是否進行 Save(存檔) or Not(放棄) 。

## E16 Bit Order&#x20;

細節請見[RS485 與 Modbus RTU 設定](/qr/fpas310-zhong-wen-v5/communication/rs485-setup.md)

<mark style="color:orange;">**本項目不能使用 RS485 修改。**</mark><mark style="color:purple;">(適用在FP-AS310R)</mark>

<table><thead><tr><th>選項</th><th>備註</th><th data-hidden>RS-485 對應數字</th></tr></thead><tbody><tr><td>LSB first</td><td>預設值</td><td>0</td></tr><tr><td>MSB first</td><td></td><td>1</td></tr></tbody></table>

指令選擇後，請確認是否進行 Save(存檔) or Not(放棄) 。

## E17 Endianness

細節請見[RS485 與 Modbus RTU 設定](/qr/fpas310-zhong-wen-v5/communication/rs485-setup.md)  <mark style="color:purple;">(適用在FP-AS310R)</mark>

| 選項                | RS-485 對應數字 | 備註  |
| ----------------- | ----------- | --- |
| Big Endian        | 0           | 預設值 |
| Little Endian     | 1           |     |
| Mid Big Endian    | 2           |     |
| Mid Little Endian | 3           |     |

指令選擇後，請確認是否進行 Save(存檔) or Not(放棄)


---

# 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/fpas310-zhong-wen-v5/parameters/e-tong-xun-xiang-guan-she-ding/tong-xun-xiang-guan-she-ding-fpas310r.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.
