原来modbus 传感器都是有对应的指令码的,不同功能的指令码也不一样,比如测温度和湿度的指令码也是不一样的;
硬件连接如下图
(温湿度传感器,板载SHT20)
编辑切换为居中
添加图片注释,不超过 140 字(可选)
将 RS232 RS485 TO ETH 配置为Modus TCP 模式:
编辑切换为居中
添加图片注释,不超过 140 字(可选)
在串口助手发送对应的RTU Modbus功能码,返回对应的TCP Modbus 功能码
RTU Modbus
00 03 00 00 00 01 85 DB
00 03 00 01 00 01 D4 1B
00 03 00 00 00 02 85 DB
TCP Modbus
01 07 00 00 00 06 00 03 00 00 00 01
01 07 00 00 00 06 00 03 00 01 00 01
01 07 00 00 00 06 00 03 00 00
如图所示:
编辑切换为居中
添加图片注释,不超过 140 字(可选)
根据传感器的指导书,将返回的数据转换为对应的温湿度数据,测试成功
编辑切换为居中
添加图片注释,不超过 140 字(可选)
编辑切换为居中
添加图片注释,不超过 140 字(可选)
- Open the software and set RS232/485 TO ETH to TCP Server or TCP Client mode
- Select Modbus TCP for Modbus TCP
- Click Set Save parameters
编辑切换为居中
添加图片注释,不超过 140 字(可选)
- Run Modbus Poll and Modbus Slave to query and verify the conversion from Modbus TCP to Modbus RTU
- Set the Modbus software as shown in the figure
编辑切换为居中
添加图片注释,不超过 140 字(可选)
- After the setting is complete, click OK to update the data of Modbus Slave, and the data of Modbus is also updated
编辑切换为居中
添加图片注释,不超过 140 字(可选)
Refer to the user manual of RS232 RS485 TO ETH to configure it to Modbus mode
Configure RS232 RS485 TO ETH to TCP Modbus mode
编辑切换为居中
添加图片注释,不超过 140 字(可选)
Take RTU Relay Take an example to illustrate the practical application
Connect RS232 RS485 and Modbus RTU Relay via RS485
编辑切换为居中
添加图片注释,不超过 140 字(可选)
For detailed control instructions, please see the modbus tutorial: