17.04.2023, 11:03 (This post was last modified: 17.04.2023, 11:04 by khalil.)
Hello Dear,
I have a disconnected Modbus device, but when I try to read from Read Test its give a value.
the error log gives: read failed: operation time out.
please see attached image
(17.04.2023, 11:35)Daniel Wrote: Try increasing timeout, should help
Hello @ Daniel
unfortunately it didn't help.
could it be a grounding/wiring issue!
while all the Modbus devices shown in the previous attached image are in the same loop!
04.05.2023, 13:13 (This post was last modified: 04.05.2023, 13:17 by khalil.)
(04.05.2023, 13:09)admin Wrote: Entries without mapped objects are not polled.
thank you admin
another question
how the SL,LM poll mapped registers one by one or as a group.
if it pulled one by one, is it possible to make a group poll to decrease the traffic?
please advice regarding these errors,
two Modbus RTU devices keep connecting and disconnecting
04.05.2023, 13:20 (This post was last modified: 05.05.2023, 02:22 by khalil.)
Many thanks admin
Will try and see
Edit:
I added the read_delay to one profile and the device connection issue solved.
Should I add the read_delay to all devices, or only to those showing connection error?
Also, If you could describe how the read_delay work, and how it solve the connection issue?
LM is just waiting before sending new read request. Some slaves do struggle to answer quick requests. If you have same devices then I would add this to all of them.
(09.05.2023, 09:14)Daniel Wrote: LM is just waiting before sending new read request. Some slaves do struggle to answer quick requests. If you have same devices then I would add this to all of them.