BiancoRoyal / node-red-contrib-modbus

maintained by PLUS for Node-RED - https://plus4nodered.com
https://www.npmjs.com/package/node-red-contrib-modbus
BSD 3-Clause "New" or "Revised" License
278 stars 107 forks source link

Modbus server hang if link down #447

Open vnvasireddy opened 4 months ago

vnvasireddy commented 4 months ago

Describe the requested feature

As we are writing some values to modbus server which external device reads that data through TCP/IP. External device connects to it keeps on changing the port. In that particular time when external device changes its port modbus server hangs and device lost communication "ECONNREFUSED error"

Any solution to make server stable if once connection/link down

Motivation

communication loss

biancode commented 3 months ago

Hi, which of the server do you mean here?

vnvasireddy commented 3 months ago

modbus flex server in node-red node-red-contrib-modbus package