3 program call (cycle 12), Cycle function, Please note while programming – HEIDENHAIN TNC 128 (77184x-02) User Manual
Page 466: Program call (cycle 12)

Cycles: Special Functions
19.3
PROGRAM CALL (Cycle 12)
19
466
TNC 128 | User's Manual HEIDENHAIN Conversational Programming | 5/2014
19.3
PROGRAM CALL (Cycle 12)
Cycle function
Routines that you have programmed (such as special drilling cycles
or geometrical modules) can be written as main programs. These
can then be called like fixed cycles.
Please note while programming:
The program you are calling must be stored in the
internal memory of your TNC.
If the program you are defining to be a cycle is
located in the same directory as the program you
are calling it from, you need only enter the program
name.
If the program you are defining to be a cycle is not
located in the same directory as the program you are
calling it from, you must enter the complete path, for
example
TNC:\KLAR35\FK1\50.H.
As a rule, Q parameters are globally effective when
called with Cycle 12. So please note that changes
to Q parameters in the called program can also
influence the calling program.