Modbus TCP server #1858
|
Hello, colleagues. Could you tell me if it's possible to implement a Modbus emulator server using PLC4J? |
Replies: 2 comments
|
Well technically all the datatypes are there with which you could do that, but you would still need to implement the server logic, because that doesn't exist. |
|
Hi, Currently in the tools section we are implementing a tool that includes the Modbus server, here is the link. https://github.com/apache/plc4x-extras/tree/feature/merlot Some features, . Multiple devices. Points for improvement If you are interested in trying it, I will support you with any questions. Kind regards. |
Well technically all the datatypes are there with which you could do that, but you would still need to implement the server logic, because that doesn't exist.