Message: '<name>' is not an instance of '<name>'
Possible error cause: A function block in a graphical programming language has been assigned with an explicitly specified type that does not match the declared type.
Error correction: Replace the explicit type with the one used in the declaration part, or remove the specification of the explicit type from the POU.
Example of the error:

PROGRAM PLC_PRG VAR fbVar : MyFB; END_VAR --> C0225: 'fbVar‘ is not an instance of 'MyFB2‘
Error correction:

or
