Compiler Error C0190
Message: ';' expected instead of end of POU
Possible error cause: Syntax error in the POU
Error correction: Make sure that the syntax is correct.
Example of the error:
PROGRAM MAIN
VAR
i : INT;
END_VAR
i := 5Message:
C0190: ';' expected instead of end of POU