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

Add-on's for CoDeSys

ZRomik
2012-09-25
2012-09-26
  • ZRomik - 2012-09-25

    Can I write add-on for CoDeSys IDE? I want to automate the writing often-repeated pieces of code.

     
  • TimvH

    TimvH - 2012-09-25

    Probably for you the best option is to use the python scripting.
    There is a section on this forum especially dedicated to this.
    You can write scripts which not only generate code, but also your hardware configuration for example.

     
  • singleton - 2012-09-25

    Beside the option to use Python:
    If you have code that is frequently reused, encapsulate it in a library. This is the better way, especially in cases of maintenance.

     
  • ZRomik - 2012-09-26

    I want to write wizard, which help to write initialize section of code (for example).
    And another question: may I execute the Python scripts inside program on PLC?

     

Log in to post a comment.