mikakaraila / node-red-contrib-modbus

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

Flow halt on modbus error #7

Open presuntoufu opened 8 years ago

presuntoufu commented 8 years ago

Hi,

I'm having an issue with my modbus flow. I've made a network over RS485 with NR and a soft-starter. Everything is working great, except when i need to do a reset in the machine. The soft-starter do a full reset, and in this time, its communication will be unavailable. At this moment, my flow halts and throw an error timeout, and all other modbus nodes stop working. Only after a reset in node-red server i can restablish communications. Is there a way to make a error handling, or a node config reset, without a reset in my server?

Erick

biancode commented 8 years ago

OK, I'll test it in the next few days.

presuntoufu commented 7 years ago

Hi, biancode, Any news about the problem related below? I was looking for a way that this node works like mqtt node. When a mqtt server is down, mqtt node tries to restablish the connection indefinitely. Is there a way that your node works in the same way?

Erick