Performance of Modbus RTU server #942
-
I am developing a Modbus server using pymodbus v2.5.3 synchronous server and RTU framer. The client is sending requests @600ms. I have set the serial socket with timeout of 1s because below this, framer does not send proper responses. Can the framer work at below 1s limit because it loses half of the requests sent by client? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
The framer does not have demands on timing, apart from the 3.5character wait between messages. The framer depends on the driver to do the read timeout. |
Beta Was this translation helpful? Give feedback.
-
How is your development progressing ? |
Beta Was this translation helpful? Give feedback.
The framer does not have demands on timing, apart from the 3.5character wait between messages. The framer depends on the driver to do the read timeout.