ID 21479

Call of local sub program during streaming not allowed.

Description

In streaming mode, a local subroutine (LL...) is to be called in the NC program. This is not allowed.

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Linearize the program flow or design it in such a way that no local subroutines are required. Replace any local subroutines with global subroutines (L...).

Error type

1, Error message from NC program.