Releases: ThingsPanel/modbus-protocol-plugin
Releases · ThingsPanel/modbus-protocol-plugin
v1.0.6.1
Compare
Sorry, something went wrong.
No results found
fix: 增强Modbus响应验证逻辑,确保功能码匹配并处理响应长度不匹配的情况,优化RTU和TCP命令的循环处理机制
v1.0.6
Compare
Sorry, something went wrong.
No results found
Full Changelog : v1.0.5...v1.0.6
v1.0.5
Compare
Sorry, something went wrong.
No results found
新增 BADC 和 CDAB 字节序格式支持,优化字节/字交换逻辑
增加认证失败限流机制
优化 Modbus 异常响应流程,支持排空和重试
修复 RTU 模式下的数据错位问题(增加缓冲区清除)
修复连接错误时的循环退出逻辑,提升错误分类准确性
v1.0.4
Compare
Sorry, something went wrong.
No results found
v1.0.3
Compare
Sorry, something went wrong.
No results found
字节序类型
常用简称
寄存器顺序
字节顺序
说明
Big Endian
ABCD
[寄存器1][寄存器2]
[Byte1 Byte2][Byte3 Byte4]
标准大端,高字节在前
Little Endian
DCBA
[寄存器2][寄存器1]
[Byte4 Byte3][Byte2 Byte1]
标准小端,低字节在前
Byte Swap(新增)
BADC
[寄存器1][寄存器2]
[Byte2 Byte1][Byte4 Byte3]
寄存器顺序不变,每个寄存器内字节交换
Word Swap + Byte Swap(新增)
CDAB
[寄存器2][寄存器1]
[Byte3 Byte4][Byte1 Byte2]
寄存器顺序和字节都交换
v1.0.2
Compare
Sorry, something went wrong.
No results found
v1.0.1
Compare
Sorry, something went wrong.
No results found
zjhong
released this
24 Dec 08:52
兼容了网关的心跳
修复了Modbus RTU不稳定的bug
v1.0.0
Compare
Sorry, something went wrong.
No results found
fix
Old Code
Compare
Sorry, something went wrong.
No results found
modbus-protocol-plugin 0.5.2
Compare
Sorry, something went wrong.
No results found