Error message

PLC: excessive nesting

Cause of error

PLC runtime error:
- You attempted to nest more than 32 module calls within each other.
- You programmed a recursive module call that exceeds the limit of 32 levels.

Error correction

Edit PLC program.