CIL Compiler Errors and Warnings
The messages listed here can be reported by the CIL Compiler.
The CIL (Common Intermediate Language) compiler is responsible for the creation (translation) of target-specific machine code.
- CIL code which was created by the CIL Generator (out of IEC code programmed in PLCnext Engineer).
- Externally developed C# code which is included as library.
The image generated by the CIL compiler can then be sent to and executed by the runtime.
Note
Most of the errors detected by the CIL compiler are located in C# libraries as the CIL generator and the various parsers in PLCnext Engineer have detected errors in the IEC code already in the preceding code generation stages. |
Background: CIL compiler is an AOT compiler
For a list of all possible errors belonging to this category, please refer to the table of content.