Replies: 2 comments 3 replies
-
Temporary WorkaroundAt the moment, I haven’t found a native solution in FUXA for this scenario. As a workaround, I introduced Node-RED into the architecture:
This approach works reliably so far and avoids the multi-connection concurrency issue. If anyone is interested, I can share the relevant Node-RED |
Beta Was this translation helpful? Give feedback.
-
|
@wsfyh666 this does not seem like a standard modbus TCP spec? TCP Network requires each device to have it's own IP and Port, how can you have multiple physical devices on a network sharing same IPs? This would cause IP conflict? Anyway to simplify your node-red approach Fuxa does have node-red built in with it's own nodes so you can directly connect to Fuxa tags without using MQTT as a bridge |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I would like to ask about the current status of Modbus TCP (telnet) multi-UnitId communication in FUXA, specifically regarding single-link (single socket) handling.
Background / Current Behavior
In my setup, I have multiple Modbus devices that share the same IP and PORT, but are distinguished by different Unit IDs.
my setup is Modbus TCP (Telnet)
Currently in FUXA:
Tried Solutions
reuseoption configurationsreuse:I also noticed that most available documentation and examples focus on Modbus RTU behavior.
However, my setup is Modbus TCP (Telnet), and I could not find clear guidance specific to this scenario.
My Understanding / Questions
From my understanding of Modbus TCP behavior:
So my questions are:
At the moment, I haven’t found an effective way to handle this scenario cleanly in FUXA, so any clarification would be greatly appreciated.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions