frangoteam / FUXA

Web-based Process Visualization (SCADA/HMI/Dashboard) software

Home Page:https://frangoteam.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Slave on single IP Modbus TCP can connect only one slave

Safe2024 opened this issue · comments

When a Modbus Gateway is used for connecting multiple slaves on single IP only one slave data is recieved.

I used a mgate as a gateway to connect multiple energy meters on single IP
I created multiple modbusTCP devices and connected all it showed connected with different slave IDs.
But when I click on link and add register no data is recieved.
I also tried fragmented and also buffered port but faced same issue.

As it must scan every slave using I'd one after the another .

Environment

  • FUXA version: 1.1.18-1445
  • Node.js version: 16.20.2
  • npm version:8.19.4

I have test some things found that for multiple IDs it creates different connections even if it has same IP.
The grouping must be done under same IP in which scaning can be better.

I suppose that is the feature added from @rikugun (#1312) is now available in master branch