Calculating RTU Transmission
Calculating RTU Transmission
FAQ Question: How is the total time of a Modbus RTU transmission calculated?
Answer: Calculation of the time span of a Modbus RTU transmission
depends on the Modbus Function code being used. The following is one
example of how transmission time can be calculated:
1. Use the following formula to calculate the time required to transmit each
byte:
(Data Bits + Start Bits + Stop Bits + Parity Bits) Transmission Speed
For example, a typical transmission might consists of the following
elements:
Request Bytes
Slave ID 1
Function Code 1
Register Address 2
Register Value 2
CRC Code 2
Total Bytes 8
Response Bytes
Slave ID 1
Function Code 1
Register Address 2
Register Value 2
CRC Code 2
Total Bytes 8