Message: Unexpected end-of-file found: '<token>' expected
Possible error cause: Syntax error
Error correction: Use the correct syntax.
Example of the error:
PROGRAM PLC_PRG VAR i: INT; END_VAR FOR i := 0 TO 2 DO ; --> C0010: Unexpected end-of-file 'END_FOR' found