Subroutine call
L <subroutine>
It is possible to invoke a global subroutine from the incremental program sequence.
- Subroutine call
- Administration of nesting
- Return to streaming (M17, M29)
- Management of cache elements (streaming, program)
Programing Example
Streaming instructions with subroutine invocation
N10 G01 X200 F1000
N20 X240 Y100
N30 X200 Y0
N40 L subprogram.nc