ID 20361
| Stack overflow for local sub-routines. | ||||
| Description | The system resource for the management of subroutines is exceeded. This can occur, for example, if several local subroutines are defined and then nested global subroutines are also called. | |||
| Response | Class | 2 | Abort NC program processing. | |
| Solution | Class | 3 | Check and modify NC program. All in all, reduce the number of subroutines or the nesting depth of global subroutines, or change the program flow. Avoid recursions. | |
| Parameter | %1: | Limit value [-] | ||
| Maximum size of the system resource. | ||||
| Error type | 1, Error message from NC program. | |||
| 
 | ||||