Skip to content

Commit

Permalink
chore(ci): fix deploy ci for 2.8
Browse files Browse the repository at this point in the history
Signed-off-by: Swilder-M <[email protected]>
  • Loading branch information
Swilder-M committed Sep 2, 2024
1 parent 5941a37 commit dfd181b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion en_US/configuration/south-devices/file/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ File plugin is used to read or write files.

### Address Format

> FILE PATH</span>
> FILE PATH
### Address Example

Expand Down
2 changes: 1 addition & 1 deletion en_US/configuration/south-devices/modbus/modbus-tcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Modbus is a communication protocol commonly used to connect industrial automation equipment and control systems, and it can be implemented on various physical and transport layers, including serial and Ethernet. Modbus TCP and Modbus RTU are two commonly used implementation methods.

Modbus TCP uses Ethernet communication and is a protocol based on the TCP/IP protocol stack. In Neuron, the modbus-tcp and modbus-plus-tcp modules use the Modbus TCP protocol. When some devices that support Modbus RTU and other protocols need to be converted to Modbus TCP protocol for passthrough or similar functions, these two modules are also required.</br>
Modbus TCP uses Ethernet communication and is a protocol based on the TCP/IP protocol stack. In Neuron, the modbus-tcp and modbus-plus-tcp modules use the Modbus TCP protocol. When some devices that support Modbus RTU and other protocols need to be converted to Modbus TCP protocol for passthrough or similar functions, these two modules are also required.<br />
The difference between the two modules is that the modbus-tcp module is open source and does not require License authentication, while the modbus-plus-tcp module requires License authentication. The modbus-plus-tcp module supports configuring the Client/Server mode, as well as more data types, and also optimizes the read/write performance. Therefore, the functionality of the modbus-plus-tcp module is stronger than that of the modbus-tcp module. The modbus-tcp module is suitable for users who are familiar with the use of Neuron.

## Parameter Configuration
Expand Down
2 changes: 1 addition & 1 deletion zh_CN/configuration/south-devices/file/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ File 插件用于读写文件。

#### 地址格式

> FILE PATH</span>
> FILE PATH
#### 地址示例

Expand Down
2 changes: 1 addition & 1 deletion zh_CN/configuration/south-devices/opc-ua/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ OPC UA 服务端目前支持匿名方式、用户名/密码方式、证书/密

### 地址格式

> NS[x,y,z]!NODEID</span>
> NS[x,y,z]!NODEID
**NS** 名字空间索引。

Expand Down

0 comments on commit dfd181b

Please sign in to comment.