0

MODBUS - Error Handling

Ernesto Fantuzzi 3 weeks ago in Devices / Modbus updated 2 weeks ago 2

I'm looking for a description to understand in deep the difference between Reconnect and Resume.

Can you help ?

Image 5082

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 ?