Dynamic IP address and port transmission
Stale
### Describe the requested feature
How can I read multiple Modbus TCP messages in the same note?
Since my project has a dynamic IP array where the IP address can change, I want to pass messages like this:
msg.payload = { "unitid":5, "functioncode":3, "address":0, "quantity":100, "modbus_ip":"192.168.10.31", "modbus_port": 502}
### Motivation
How can I read multiple Modbus TCP messages in the same note?
Since my project has a dynamic IP array where the IP address can change, I want to pass messages like this:
msg.payload = { "unitid":5, "functioncode":3, "address":0, "quantity":100, "modbus_ip":"192.168.10.31", "modbus_port": 502}
1 条评论