Hi everyone, I'm trying to design a system that requires to communicate with some modbus clients, so I used the modbus server node, but, if I define an IP distinct from 0.0.0.0, I get the next error:
Error: listen EADDRNOTAVAIL: address not available 192.168.1.150:502
And with the IP 0.0.0.0 I cannot connect any client.
Do you know how to avoid this error and set a custom IP?
Thanks you very much.