mikakaraila / node-red-contrib-modbus

A Node-RED node to communicate MODBUS TCP.
Other
13 stars 7 forks source link

All nodes reconnect on a single node error #8

Open mridah opened 2 years ago

mridah commented 2 years ago

Suppose I have multiple Modbus Read nodes reading from the same modbus TCP/IP device. If one of the nodes fails (due to slave device not online), all the nodes reading from the same modbus TCP device break their connection and start re-establishing the connection.

image

Is there a fix for this? So just the error node reestablishes connection and all others keep working? @mikakaraila