Subprogram Define - Heidenhain i530
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I have a request. If I would like the post processor not to generate in LBL but under M3, see post
and so that during drilling it does not generate an unnecessary approach (20 L X+65.254 Y-2.893 FMAX) and departures to a safe distance.
Actually, so that they are the same coordinates in LBL
Is it possible to do it?
Many thanks friends
"
1 BLK FORM 0.1 Z X-162.826 Y-50.983 Z-10
2 BLK FORM 0.2 X+162.826 Y+50.983 Z+0
3;
4 ;;;Coordinates
5 ;X0-
6 ;Y0-
7 ;Z0-
8 ;B0-
9;
10 ;------------------------------------------------
11 ;Tools
12; #1 D=0.794 TAPER=118deg - ZMIN=-10 - ZMAX=+15 - drill bit 1/32
13 ; #2 D=50 - ZMIN=+0 - ZMAX=+15 - face mill
14 ;------------------------------------------------
15;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16 * - Wreck3
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
17 TOOL CALL 1 FROM S10000
18 M3
!!!"Cycle here"!!!
19 CALL LBL 1
25 M19
26 L Z+333 R0 FMAX M91
27 L Y+222 R0 FMAX M91
28 M0
29;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
30 * - Forehead1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
31 TOOL CALL 2 FROM S5000
32 M3
33 CALL LBL 2
49 M0
50 M19
51 L Z+333 R0 FMAX M91
52 L X+111 Y+222 R0 FMAX M91
53 M30
LBL 1 ;Wreck3
20 L X+65.254 Y-2.893 FMAX
21 CYCL DEF 200 DRILLING ~
Q200=+5 ;SET-UP CLEARANCE ~
Q201=+0 ;DEPTH ~
Q206=114 ;FEED RATE FOR PLUNGING ~
Q202=+0 ;INFEED DEPTH ~
Q210=0 ;DWELL AT TOP ~
Q203=-10 ;SURFACE COORDINATE ~
Q204=+15 ;2ND SET-UP CLEARANCE ~
Q211=0 ;DWELL AT BOTTOM
22 L Z-10 FMAX
23 L X+65.254 Y+65.254 FMAX M99
24 L Z+15 FMAX
LBL 0
LBL 2 ;Forehead1
34 L X+195.326 Y-41.419 FMAX
35 L Z+5 FMAX
36 CC X+190.326 Z+5
37 CP IPA+90 DR+ F1000
38 L X+162.826 Z+0
39 L X-162.826
40 CC X-162.826 Y-24.375
41 CP IPA-180 DR-
42 L X+162.826 Y-7.331
43 CC X+162,826 Y+9,714
44 CP IPA+180 DR+
45 L X-162.826 Y+26.758
46 CC X-162.826 Z+5
47 CP IPA+90 DR+
48 L X-167.826 Z+15 FMAX
LBL 0
"