Author |
Message |
yue_qi_qi
|
PostPosted: Fri Jan 11, 2013 2:03 am |
|
Joined: Mon Jul 16, 2012 9:11 am Posts: 75
|
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.
|
|
Top |
|
 |
M.Schaber
|
PostPosted: Wed Jan 23, 2013 8:30 am |
|
Offline |
Frequent User |
 |
 |
Joined: Fri Mar 18, 2011 4:12 pm Posts: 266
|
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...).
_________________ Check out the CODESYS store: http://store.codesys.com/CODESYS® a trademark of 3S-Smart Software Solutions GmbH Inspiring Automation Solutions
|
|
Top |
|
 |