Message: Unexpected end-of-file found: '<operator 1>', '<operator 2>', or '<operator 3>' expected
Possible error cause: Syntax error
Error correction: Use the correct syntax.
Example of the error:
PROGRAM PLC_PRG VAR x: INT; bTest : BOOL; END_VAR IF bTest THEN x := 9; --> C0008: Unexpected end-of-file found: 'ELSIF', 'ELSE' or 'END_IF' expected