-

Semantic Error (SEM1094): The function block '...' does not contain a method '...' with the name.

In an ST 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);

The error can also be reported for a transition in SFC code for which no condition is specified. In this case, it is reported together with the error SEM1173. Refer to the SEM1173 description for information how to define the transition condition.