-

Semantic Error: The function block '...' does not contain a method '...' with the specified signature.

In a textual code worksheet, a method contained in a firmware block is called which does not exist in this block.

Examples in ST:
temp := MyFwBlock.Mymethod();
MyFwBlock.Mymethod(param1, param2);