Skip to main content

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 422. Example of the error:
PROGRAM PLC_PRG
VAR
    i : INT;
END_VAR
i := 5

Message:

C0190: ';' expected instead of end of POU