Which library do I need for my 750-899/… PLC if I want to listen different ports for Modbus TCP requests.
The point is internal modbus server process all requests on 502 port, while I need to discriminate requests from different ports and redirect them to different IEC104 devices.
I think you want to make a Modbus Server using a different port for each server ?
You will need the “ETHERNET_TERMINAL_MODBUSSLAVE” of the library “ModbusEthernet_04”
ModbusEthernet_04 provides only master, i.e. modbus tcp client, while I need the server part (listener). I’ve checked the repository here , but the closest relevant is the WagoLibEthernet_01.lib - with tcp server, now trying to use it.
Will be gratefull for solution on Modbus Server functional block or similar solution