Main program call from main program and subprogram
Function
If machining operations recur frequently, it is advisable to store them in a subprogram. The subprogram is called from a main program (number of passes ≤ 9999).
Eleven subprogram levels (including 3 levels for interrupt routines) are possible in a main program.
A main program can also be called from within another main program or subprogram.
Benefits
Freedom during programming of part programs
Programming of repeated processes in autonomous subprograms
全部关于 Main program call from main program and subprogram