Personal Data

Username:
husarz17
Joined:
2026-03-31 14:47:45.276000

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Runtime 🇬🇧 on CODESYS Forge

    My codesys is 3.5.21.30. I am using function ModbusServer from library ModbusTCP_Slave. The reason is that I need share 9000 Holding registers. By standard configuration it is only 4096. fbMbTcpDevice: ModbusTCP_Slave.ModbusServer; fbMbTcpDevice( wPort := 502, pInputData := ADR(awInputReg), pOutputData := ADR(awHoldingReg), uiInputDataSize := 10, uiOutputDataSize := 9000, xEnable := TRUE, tTimeout := 10000, InterfaceName := "eth0", xBusy => xBusy, xError => xError, byClientConnections => byConnections...

  • Posted a comment on discussion Runtime 🇬🇧 on CODESYS Forge

    I need the same issue. In my application TCP server on raspberry (codesys) should have UnitID 1. But it only works when I am requesting with UnitID 255. And my application can't work with this parameters...

View All