0
MODBUS - Error Handling
I'm looking for a description to understand in deep the difference between Reconnect and Resume.
Can you help ?
Customer support service by UserEcho
I'm looking for a description to understand in deep the difference between Reconnect and Resume.
Can you help ?
Customer support service by UserEcho
Reconnect will restart the modbus connection when an error occurs. So it will start again from the beginning reg 1.
Resume will ignore the error and move on.
WriteToLog will show you in log what register(s) has a problem.
ok thanks
if i use "WriteToLog" the connection stop working after the Writing to Log ?