Basic structure of all ModBus protocols

2023-01-30 09:18:50 +08:00
 poppyyuny

Regardless of the variant, all standard ModBus communications follow the same messaging structure. Everything revolves around storing values in registers and then reading them. There are several data types at play here.

For example, discrete inputs can be stored as individual bits. More broadly, input registers store values collected by ModBus-based devices. Multiple discrete devices are stored as a single bit, while analog values or even ASCII characters may be stored in 8-bit registers (least significant bit is 0, most significant bit is 64 bits).

The different types of registers are categorized by the function code used to poll them. A "1" in the function code field is for "read coil" (checks the state of the control relay). "2" means "read discrete input" (check the state of the discrete input). "3" is "Read Holding Registers" (collect data from multipurpose read/write registers). There are many more in the ModBus specification. Registers are requested by their "start address", which is a 16-bit value that uniquely identifies each register in the device. Master requests to the RTU or other device will always refer to the desired registers to report on.

524 次点击
所在节点    分享发现
0 条回复

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/911503

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX