All Neighborhoods

CODESYS Talk

    CODESYS Forge

  • paulpotat paulpotat posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hello, I have a problem when opening the license manager for my raspberry pi (CM4 model) with runtime 4.13.0.0. I select "Device" --> "Soft Container" and click on my device in the scan window but I get this error message : Licensing info not available. There is no dongle attached to this device. I can't install licenses anymore, and I don't understand why is CodeSys looking for a dongle when I specified I wanted to use a Soft Container. Can somebody help me please ? Best regards

  • Artur Wiebe posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    Hi, I wrote a howto setup shared memory between CODESYS and Python. Working example code is linked. Fast variable exchange between CODESYS and PYTHON via shared memory: https://gist.github.com/arwie/ff56783d9a2fff52940de82ae1bc1a22

  • Artur Wiebe posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, I wrote a tutorial how to do this. Fast variable exchange between CODESYS and PYTHON via shared memory: https://gist.github.com/arwie/ff56783d9a2fff52940de82ae1bc1a22

  • jari-koivuluoma posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Solved. Just in case that someone else is now to this also. It seems that the xDone of the TCP_Connection FB goes true once client disconnects and then you need to reset the FB by setting the xEnable to false.

  • vstrom posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    I'd like to know if it is possible to have the "Name" field, in the recipe definition, language dependent. Something like to have the possibility to put there a string ID that will be add to the GlobalTextList. In this way it can be translated and when showed in a Visualization screen its value depend on the current language. Thanks.