Node-red-contrib-modbus-tcp-ip ERROR

node --version
v16.17.1

npm --version
8.15.0
I am using "node-red-contrib-modbus-tcp-ip" node package for a modbus communication to IO box.
Its being connected but it keeps getting disconnected with an error as shown below and reconnecting automatically.

socket error: Error: read ECONNRESET

"ECONNRESET" means the other side of the TCP conversation abruptly closed its end of the connection. This is most probably due to one or more application protocol errors.

Maybe you are trying to read or write invalid registers.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.