CODESYS Development System
Compiler Error C0081 Message : Unexpected Pragma: '<pragma name>' found without matching 'if' Possible error cause : The IF condition is missing when using the pragma. Error correction : Complete the
CODESYS Development System
Compiler Error C0082 Message : '<invalid pragma>' is no valid condition for pragma Possible error cause : When using a pragma, an invalid expression is used in the IF condition. Error correction : Use
CODESYS Development System
Compiler Error C0085 Message : Define value expected instead of '<value>‘. Possible error cause : A string is expected instead of the current value at the displayed location of the pragma. Error corre
CODESYS Development System
Compiler Error C0086 Message : No definition found for interface '<interface name>' Possible error cause : An undefined interface is used. Error correction : Define the interface. Example 345 . Exampl
CODESYS Development System
Compiler Error C0087 Message : There is no implementation for method '<method name>' defined in interface '<interface name>'. Possible error cause : One of the methods specified by the interface has n
CODESYS Development System
Compiler Error C0090 Message : No definition found for base class '<function name>' Possible error cause : The function block specified as the base does not exist or is not a function block. Error cor
CODESYS Development System
Compiler Error C0091 Message : Recursion in base function block list: <function name> Possible error cause : A base function block is extended by itself. Error correction : Recursion in base function
CODESYS Development System
Compiler Error C0094 Message : Interface of overridden method '<method name>' of interface '<function block name>' doesn't match declaration Possible error cause : The signature of the method of the f
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