Skip to content

Broadcast behavior #30

Answered by serhmarch
hacst asked this question in Q&A
Mar 11, 2025 · 2 comments · 9 replies
Discussion options

You must be logged in to vote

Broadcast request is not intended for any response. It is indended for write/set some parameters/bits/registers (not for read, not for any response).

Modbus network is build on RS-485 physical interface (only 2 wires) in most cases.

Master/client initiate request and set unit/address for Modbus parcel and put it into the network. Many slaves/servers are listening the network and when one of them recognize that unit/address is indended for itself it parses the parcel and respond, other devices is simply ignoring the parcel.

So if all devices in the network are recognized broadcast address and will try to respond simultaneously it would be a disaster because they interfere each other and cl…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
8 replies
@serhmarch
Comment options

@serhmarch
Comment options

@hacst
Comment options

@serhmarch
Comment options

Answer selected by hacst
@serhmarch
Comment options

@hacst
Comment options

@serhmarch
Comment options

Comment options

You must be logged in to vote
1 reply
@hacst
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants