ID 21479

Call of local subroutine 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. Linearise the program flow or design it in so that no local subroutines are required. Replace any local subroutines with global subroutines (L...).

Error type

1, Error message from NC program.