Programming: Subprograms and program section repeats
8.6
Programming examples
8
266
TNC 320 | User's Manual
HEIDENHAIN Conversational Programming | 3/2014
14 CYCL DEF 201 REAMING
Cycle definition: REAMING
Q200=2
;SET-UP CLEARANCE
Q201=-15
;DEPTH
Q206=250
;FEED RATE FOR PLNGNG
Q211=0.5
;DWELL TIME AT DEPTH
Q208=400
;RETRACTION FEED RATE
Q203=+0
;SURFACE COORDINATE
Q204=10
;2ND SET-UP CLEARANCE
15 CALL LBL 1
Call subprogram 1 for the entire hole pattern
16 L Z+250 R0 FMAX M2
End of main program
17 LBL 1
Beginning of subprogram 1: Entire hole pattern
18 L X+15 Y+10 R0 FMAX M3
Move to starting point for group 1
19 CALL LBL 2
Call subprogram 2 for the group
20 L X+45 Y+60 R0 FMAX
Move to starting point for group 2
21 CALL LBL 2
Call subprogram 2 for the group
22 L X+75 Y+10 R0 FMAX
Move to starting point for group 3
23 CALL LBL 2
Call subprogram 2 for the group
24 LBL 0
End of subprogram 1
25 LBL 2
Beginning of subprogram 2: Group of holes
26 CYCL CALL
1st hole with active fixed cycle
27 L IX+20 R0 FMAX M99
Move to 2nd hole, call cycle
28 L IY+20 R0 FMAX M99
Move to 3rd hole, call cycle
29 L IX-20 R0 FMAX M99
Move to 4th hole, call cycle
30 LBL 0
End of subprogram 2
31 END PGM UP2 MM
Содержание TNC 320
Страница 4: ...Controls of the TNC 4 TNC 320 User s Manual HEIDENHAIN Conversational Programming 3 2014 ...
Страница 5: ...Fundamentals ...
Страница 16: ...Contents 16 TNC 320 User s Manual HEIDENHAIN Conversational Programming 3 2014 ...
Страница 43: ...1 First Steps with the TNC 320 ...
Страница 63: ...2 Introduction ...
Страница 81: ...3 Programming Fundamentals file management ...
Страница 124: ......
Страница 125: ...4 Programming Programming aids ...
Страница 152: ......
Страница 153: ...5 Programming Tools ...
Страница 180: ......
Страница 181: ...6 Programming Programming contours ...
Страница 232: ......
Страница 233: ...7 Programming Data transfer from DXF files or plain language contours ...
Страница 251: ...8 Programming Subprograms and program section repeats ...
Страница 267: ...9 Programming Q Parameters ...
Страница 337: ...10 Programming Miscellaneous functions ...
Страница 357: ...11 Programming Special functions ...
Страница 379: ...12 Programming Multiple Axis Machining ...
Страница 406: ......
Страница 407: ...13 Manual operation and setup ...
Страница 462: ......
Страница 463: ...14 Positioning with Manual Data Input ...
Страница 468: ......
Страница 469: ...15 Test run and program run ...
Страница 497: ...16 MOD functions ...
Страница 525: ...17 Tables and overviews ...