-

Semantic Error: Recursive method call found in method '...'

In a function block POU, an invalid recursive internal method call is programmed.

Error examples

Double-clicking the error message opens the affected code worksheet. Remove the invalid recursive internal method call.

Note
This error message is not reported for recursive external method calls. External method recursions are covered by the error "Semantic Error: Recursive dependency found in program organization unit '...'." (SEM1030).

Further Info
Refer to the topic "Methods" for detailed information.