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

What code does the CoDeSys IDE generate?

yue-qi-qi
2013-01-11
2013-01-23
  • yue-qi-qi - 2013-01-11

    This morning, some workmates discussed "what code the CoDeSys IDE generate",
    Some said that the CoDeSys IDE generates machine code that can be executed by hardware,some said that the CoDeSys IDE generates interpretative code that can not be executed by hardware directly but by the CoDeSys runtime.

     
  • TimvH

    TimvH - 2013-01-11

    As it was explained to me, the IDE first generates intermediate code from every editor.
    This intermediate code looks a bit like structured text, but with some additional information.
    From this code, the application is specifically compiles for the selected device (OS and CPU dependent).
    This compiled code will be executed by the CODESYS runtime which must be available and running on the device.
    This runtime also takes care of the communication with the IDE and I/O handling (and others).

    If you want to create your own "CODESYS device" and implement the runtime on your own hardware you should contact 3S-Smart Software Solutions. They can explain you all the details.

     
  • Anonymous - 2013-01-23

    Originally created by: M.Schaber

    The CODESYS compilers directly generate machine code for the specific CPU of the target device.

    However, that machine code needs the CODESYS Runtime as an "environment" to execute, as the runtime provides functionality needed by the IEC code (application scheduling, task handling, I/O drivers, basic system functionality, etc...).

     

Log in to post a comment.