CODESYS Development System
Compiler Error C0208 Message : 'MOD' is not defined for 'REAL' Possible error cause : An attempt is made to perform a modulo operation with a variable of type REAL . Error correction : Modulo operatio
CODESYS Development System
Compiler Error C0209 Message : You have defined '<number>' applications for device '<device name>'. The maximum number is '<number>'. So you will not be able to download all applications. Possible err
CODESYS Development System
Compiler Error C0211 Message : Variable declaration expected instead of <expression> Possible error cause : Syntax error Error correction : Make sure that the syntax is correct. Example 409 . Example
CODESYS Development System
Compiler Error C0212 Message : VAR, VAR_INPUT, VAR_OUTPUT or VAR_INOUT expected instead of <expression> Possible error cause : Syntax error Error correction : Make sure that the syntax is correct. Exa
CODESYS Development System
Compiler Error C0215 Message : Direct address declaration is not possible in persistent list Possible error cause : Persistent variables are not allowed to have a direct address. Error correction : Re
CODESYS Development System
Compiler Error C0216 Message : Case label duplicate Possible error cause : A CASE label is used multiple times. Error correction : Use each CASE label only one time. Example 412 . Example of the error
CODESYS Development System
Compiler Error C0217 Message : Case label <case label> also contained in range <case range begin> .. <case range end> Possible error cause : A CASE label is part of the range of another CASE label. Er
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
Compiler Error C0219 Message : Case contains overlapping range <case range 1 begin> .. <case range 1 end> and <case range 2 begin> .. <case range 2 end> Possible error cause : Two branches of CASE mar
CODESYS Development System
Compiler Error C0235 Message : Second Operand of __QueryInterface must be an interface reference Possible error cause : Incorrect operands are passed to the operator __QueryInterface . Error correctio