235
HEIDENHAIN TNC 426 B, TNC 430
8.8 Special Cycles
DWELL TIME (Cycle 9)
This cycle causes the execution of the next block within a running
program to be delayed by the programmed dwell time. A dwell
time can be used for such purposes as chip breaking.
Effect
Cycle 9 becomes effective as soon as it is defined in the program.
Modal conditions such as spindle rotation are not affected.
ú
Dwell time in seconds: Enter the dwell time in
seconds
Input range 0 to 3600 s (1 hour) in 0.001 s steps
Example NC blocks
89 CYCL DEF 9.0 DWELL TIME
90 CYCL DEF 9.1 DWELL 1.5
PROGRAM CALL (Cycle 12)
Routines that you have programmed (such as special drilling cycles
or geometrical modules) can be written as main programs and then
called like fixed cycles.
Before programming, note the following:
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 to 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 \CONV35\FK1\50.H).
If you want to define an ISO program to be a cycle, enter
the file type .I behind the program name.
ú
Program name: Enter the name of the program you
want to call and, if necessary, the directory it is located
in.
The program is called with
■
CYCL CALL (separate block) or
■
M99 (blockwise) or
■
M89 (modally)
8.8 Special Cycles
0 BEGIN PGM
LOT31 MM
7 CYCL DEF 12.0
PGM CALL
8 CYCL DEF 12.1
LOT31
9 ... M99
END PGM LOT31
Example: Program call
A callable program 50 is to be called into a program
via a cycle call.
Example NC blocks
55 CYCL DEF 12.0 PGM CALL
56 CYCL DEF 12.1 PGM \KLAR35\FK1\50.H
57 L X+20 Y+50 FMAX M99
kkap8.pm6
30.06.2006, 07:04
235
www.EngineeringBooksPdf.com
Summary of Contents for TNC 426 B
Page 3: ...BAUSKLA PM6 30 06 2006 07 03 2 www EngineeringBooksPdf com ...
Page 4: ...BAUSKLA PM6 30 06 2006 07 03 3 www EngineeringBooksPdf com ...
Page 6: ...CINHALT PM6 30 06 2006 07 03 2 www EngineeringBooksPdf com ...
Page 16: ...CINHALT PM6 30 06 2006 07 03 12 www EngineeringBooksPdf com ...
Page 17: ...Introduction 1 Dkap1 pm6 30 06 2006 07 03 1 www EngineeringBooksPdf com ...
Page 29: ...Manual Operation and Setup 2 Dkap2_3 pm6 30 06 2006 07 03 13 www EngineeringBooksPdf com ...
Page 83: ...Programming Tools 5 Fkap5 pm6 30 06 2006 07 03 67 www EngineeringBooksPdf com ...
Page 106: ...Fkap5 pm6 30 06 2006 07 03 90 www EngineeringBooksPdf com ...
Page 107: ...Programming Programming Contours 6 Gkap6 pm6 30 06 2006 07 04 91 www EngineeringBooksPdf com ...
Page 165: ...Hkap7 pm6 30 06 2006 07 03 150 www EngineeringBooksPdf com ...
Page 166: ...Programming Cycles 8 kkap8 pm6 30 06 2006 07 03 151 www EngineeringBooksPdf com ...
Page 253: ...kkap8 pm6 30 06 2006 07 04 238 www EngineeringBooksPdf com ...
Page 265: ...LKAP9 PM6 30 06 2006 07 04 250 www EngineeringBooksPdf com ...
Page 266: ...Programming Q Parameters 10 MKAP10 PM6 30 06 2006 07 04 251 www EngineeringBooksPdf com ...
Page 297: ...MKAP10 PM6 30 06 2006 07 04 282 www EngineeringBooksPdf com ...
Page 298: ...Test Run and Program Run 11 NKAP11 PM6 30 06 2006 07 04 283 www EngineeringBooksPdf com ...
Page 312: ...MOD Functions 12 Okap12 pm6 30 06 2006 07 04 297 www EngineeringBooksPdf com ...
Page 332: ...Tables and Overviews 13 Pkap13 pm6 30 06 2006 07 04 317 www EngineeringBooksPdf com ...