9 Programming: Subprograms and Program Section Repeats
9.6 Pr
ogr
amming Examples
7 L X+15 Y+10 R0 F MAX M3
Move to starting point for group 1
8 CALL LBL 1
Call the subprogram for the group
9 L X+45 Y+60 R0 F MAX
Move to starting point for group 2
10 CALL LBL 1
Call the subprogram for the group
11 L X+75 Y+10 R0 F MAX
Move to starting point for group 3
12 CALL LBL 1
Call the subprogram for the group
13 L Z+250 R0 F MAX M2
End of main program
14 LBL 1
Beginning of subprogram 1: Group of holes
15 CYCL CALL
Hole 1
16 L IX+20 R0 F MAX M99
Move to 2nd hole, call cycle
17 L IY+20 R0 F MAX M99
Move to 3rd hole, call cycle
18 L IX-20 R0 F MAX M99
Move to 4th hole, call cycle
19 LBL 0
End of subprogram 1
20 END PGM UP1 MM
Summary of Contents for TNC 426
Page 3: ......
Page 4: ......
Page 8: ...IV...
Page 10: ...VI...
Page 26: ......
Page 27: ...1 Introduction...
Page 41: ...2 Manual Operation and Setup...
Page 54: ......
Page 55: ...3 Positioning with Manual Data Input MDI...
Page 59: ...4 Programming Fundamentals of NC File Management Programming Aids Pallet Management...
Page 122: ......
Page 123: ...5 Programming Tools...
Page 153: ...6 Programming Programming Contours...
Page 201: ...7 Programming Miscellaneous functions...
Page 226: ......
Page 227: ...8 Programming Cycles...
Page 366: ......
Page 367: ...9 Programming Subprograms and Program Section Repeats...
Page 381: ...10 Programming Q Parameters...
Page 424: ......
Page 425: ...11 Test run and Program Run...
Page 443: ...12 MOD Functions...
Page 472: ......
Page 473: ...13 Tables and Overviews...
Page 496: ......