ID 20373
Local subroutine not found. | |||
Description | The local subroutine called does not exist. Example: %main N10 G00 X0 Y0 Z0 N20 LL sub1 : N1000 M30 | ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Check and modify NC program. Define the local subroutine before the main program (%L subroutine name...). Only local subroutines may be called by "LL". Global sub-routines only call by "L"! |
Error type | 1, Error message from NC program. | ||
|