Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Real time codesys runtime on raspberry pi

autojay
2021-09-12
2021-09-12
  • eschwellinger

    eschwellinger - 2021-09-12

    you just need to apply on your Linux Kernel a realtime rt_preemt patch. (google for it - there are so many advices how to do this in the net)
    for testing purpose you could try:
    https://www.raspberrypi.org/forums/viewtopic.php?t=250927

    That's it basically. If you want to have more control what of your iec code (whoch task) is running on which cpu core then additional using Raspberry PI MC (multicore) will improve it.

     

    Last edit: eschwellinger 2021-09-12

Log in to post a comment.