Skip to content

Networking

W-Modbus is based on MiraMesh 2.8.1. For information on how the networking stack works, see the documentation about MiraMesh networks.

Practical considerations

MiraMesh is designed for robustness and power efficiency in interference-ridden radio environments. These environments can come with a cost to throughput and latency; and while throughput limitations usually are negligible when using Modbus, latency requirements, can potentially pose an issue.

As a general rule, allow 50 ms of latency per network jump from the root node in Round Trip Time (RTT). For example, a node that is 3 jumps away may introduce a latency of 150 ms, compared to a cabled solution. This may have to be considered when configuring timeout parameters on a Modbus Master.

Our recommendation is to set communication timeout parameters of any Modbus Master to at least 1000 ms.

Back to top