CODESYS Development System
Compiler Error C0162 Message : Number <number of array values> of array initialisation is no constant value Possible error cause : The initialization [Wert1,AnzahlWert2(Wert2)] works only with a const
CODESYS Development System
Compiler Error C0164 Message : POU <name> writes to output <name> and is called in several tasks. Possible error cause : The device setting codegenerator\check-multiple-task-output-write is set and mu
CODESYS Development System
Compiler Error C0165 Message : Variable '<variable name>‘, which is mapped on address '<address>‘ is written in different tasks. Possible error cause : The device setting codegenerator\check-multiple-
CODESYS Development System
Compiler Error C0168 Message : 'VAR_CONFIG' declaration only allowed in VAR_CONFIG list Possible error cause : 'VAR_CONFIG' is used outside of a VAR_CONFIG list. Error correction : Use 'VAR_CONFIG' on
CODESYS Development System
Compiler Error C0169 Message : 'VAR_GLOBAL' declaration only allowed in global variable list Possible error cause : 'VAR_GLOBAL' is used outside of global variable lists. Error correction : Use 'VAR_G
CODESYS Development System
Compiler Error C0173 Message : '<keyword>' not allowed in this place Possible error cause : A declaration keyword (example: VAR_INPUT , VAR_OUTPUT , or VAR ) is not allowed at this location. Error cor
CODESYS Development System
Compiler Error C0174 Message : 'VAR_TEMP' declaration not allowed in this place Possible error cause : 'VAR_TEMP' is used outside of a program or function block. Error correction : Use 'VAR_TEMP' insi
CODESYS Development System
Compiler Error C0096 Message : Only one base function block may be defined in EXTENDS-list. Possible error cause : Two or more base function blocks are defined in the EXTENDS list. Error correction :
CODESYS Development System
Compiler Error C0097 Message : Duplicate definition of variable '<variable name>' in function block '<function block name>' and in base '<base function block name>' Possible error cause : A variable i
CODESYS Development System
Compiler Error C0098 Message : The keyword "FUNCTIONBLOCK" is no longer supported. Use "FUNCTION_BLOCK" instead. Possible error cause : Syntax error Error correction : Use the keyword "FUNCTION_BLOCK"