Personal Data

Username:
u-meyer
Joined:
2021-01-20 15:56:08

Projects

Personal Tools

User Activity

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

    sure ;-)

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

    Hello kbus, sorry for the inconvinience, this slipped through all the testing :( There is an easy workaround: // Configure the MODBUS TCP server server(fcsSupported:=fcsSupported, dataModel:=exampleDataModel.tableDefs, xEnable:=FALSE, wsInterfaceName:="Ethernet 2", uiPort:=28502); // uiPort:=28502 doesnt work // Start the server, set internal variable uiPort prior xEnable := TRUE {implicit on} server.uiPort:=28502; {implicit off} server(xEnable:=TRUE); and all works as expected. The whole problem...

  • Committed [r1]

    Example project for application note CODESYS Control SL BACnet MS/TP

  • Committed [r2]

    CDS-75051 - Modbus Function Blocks: add examples to forge

  • Committed [r1]

    CDS-75051 - Modbus Function Blocks: add examples to forge

View All