CODESYS Development System
Compiler Error C0218 Message : 'CASE' label requires literal or symbolic integer constant Possible error cause : An attempt is made to use a variable as a CASE label. Error correction : Use only liter
CODESYS Development System
i OF 3..5: i := i+2; 1 [...] 5 :
CODESYS Development System
_VAR; xVar := %IX0 [...] correction: xVar := %IX0
CODESYS Development System
Compiler Error C0222 Message : Outputs can't be of type 'REFERENCE TO' Possible error cause : An attempt is made to define REFERENCE TO as an output parameter. Error correction : Do not use REFERENCE
CODESYS Development System
Compiler Error C0224 Message : Call Recursion: <recursion> Possible error cause : A function calls itself. Error correction : Make sure that functions are not recursive. Example of the error: Example
CODESYS Development System
Compiler Error C0225 Message : '<name>' is not an instance of '<name>' Possible error cause : A function block in a graphical programming language has been assigned with an explicitly specified type t
CODESYS Development System
Compiler Error C0227 Message : Initialisation of constant variable <constant name> not constant Possible error cause : A constant is initialized with a variable. Error correction : Initialize constant
CODESYS Development System
Command: Find Next Symbol: Keyboard shortcut: F3 Function : During the search for a specific string in the project, the command selects the next match at its position in the respective editor. Call :
CODESYS Development System
Command: Find Next (Selected) Keyboard shortcut: Ctrl + F Function : The command searches the project for the next string which matches the string which is currently selected or at the cursor position
CODESYS Development System
Command: Find Previous Symbol: Keyboard shortcut: Shift + F3 Function : During the search for a specific string in the project, the command selects the previous match at its position in the respective