Symbol:
Function: The dialog is used to configure the compiler options.
Call: “Project Project Settings” command, “Compile options” category
Requirement: A project is open.
“Fix Version” |
Defines the compiler version which CODESYS uses when compiling and when loading for compiling Example: “3.5.6.0” for Version 3.5 SP6 |
“Allow unicode characters for identifiers” |
Cleared by default because using Unicode characters in identifier names is not permitted in the IEC standard May be required for some foreign languages (for example, Asian languages) |
“Replace constants” |
|
“Enable logging in breakpoints” |
For breakpoints which are defined as execution points, you can create a message text in the “Execution Point Settings” dialog. CODESYS prints this text to the device log when the application halts at the execution point. |
“UTF8 Encoding for STRING” |
Index access to the UTF-8 literal is not advisable and will mostly lead to errors. TIP: If project-wide encoding to UTF-8 format is not desired, a single variable type can
be implicitly converted with a NOTE: |
“Maximum number of warnings” |
Refers to the warnings which CODESYS prints to the message view TIP: You define the selection of displayed compiler warnings in the ⮫ “Dialog: Project Settings: Compiler warnings ” category of the “Project Settings” dialog. |