Hey all,
I need a little help with a post problem. I program a few parts where I have to rotate the tombstone with an incremental rotation.
I add a user command of M28 or M29 plus B rotation depending on the part. The problem is where the user command outputs in the program, it outputs in the wrong place. Is there a way to get the rotation to output where I want? I can get it to work if I rotate 30, machine the hole then rotate back to 0 on every tool. Doing it this way I can rotate at the beginning, run all the tools for the specified holes then rotate back to 0.
See the sample below. I'm rotating my part 30 degrees on the 270 side of the pallet in the beginning of the program and want to rotate
back to 270 before the 5/8" ball mill runs.
Thanks in advance for any help on this.
 
Jeff Pieper
EATON Fluid Power
 
 
 
N20 G55 B300
N25 T108
N35 M106 (1/4" CARBIDE END MILL TOOL 108 / @30 DEGREE)
N40 T62 M08
N45 G00 X-1.158 Y0.906 S6112 M03
N50 G43 Z4.0 H108
N55 G98 G83 Z1.216 R1.666 Q0.08 F8.0
/N60 Y-3.344
N90 M107
N95
N100 M106 (1/4" CARBIDE O.H. V DRILL TOOL 62 / @30 DEGREE)
N105 T109 M50
N110 G00 X-1.158 Y0.906 S7639 M03
N115 G43 Z4.0 H62
N120 G98 G83 Z-0.461 R1.566 Q2.5 F40.0
/N125 Y-3.344
N155 M107
N160
N165 M106 (5/8" CARBIDE BALL MILL TOOL 109)
N170 T02 M08
-----------------------------------------------------------(I want the M29 B30 here)
N175 G00 X1.1 Y0.906 S3056 M03
N180 G43 Z0.0 H109
N185 M29 B30 ------------------------------------(it outputs here in the program)
N190 G98 G83 Z-2.0 R-0.9 Q0.1 F20.0
/N195 Y-3.344
N225 M107
N230
N235 M106 (C-10-2 CARBIDE O.H. ROUGHER TOOL 2)
N240 T62 M50
N245 G00 X1.1 Y0.906 S4390 M03
N250 G43 Z0.0 H02
N255 G98 G73 Z-2.525 R-0.9 Q0.1 F125.0
/N260 Y-3.344
N290 M107
N295
N365 M106 (C-10-2 FINISHER TOOL 47)
N370 T53
N375 M00 (BLOW OUT & CHECK TOOL)
N380 G00 X1.1 Y0.906 S600 M03
N385 G43 Z3.0 H47 M08
N390 G98 G82 Z-2.343 R-1.25 P100 F5.0
/N395 Y-3.344
N425 M107
N430
N435 M106 (1/2 X 14 PITCH CARBIDE THREAD MILL TOOL 53 / D53)
N440 T122 M08
N445 G00 X1.1 Y0.906 S7639 M03
N450 G43 Z0.0 H53 D53
N455 Z-0.7
N460 G01 Z-1.6739 F200.0
N465 G41
N470 X1.2 Y0.8185 F40.0
N475 G03 X1.2875 Y0.906 Z-1.656 I0.0 J0.0875
N480 G03 X1.2875 Y0.906 Z-1.5846 I-0.1875 J0.0
N485 G01 X1.1
N490 G00 Z-0.7
N495 G40
/N500 Y-3.344
/N505 G01 Z-1.6739 F200.0
/N510 G41
/N515 X1.2 Y-3.4315 F40.0
/N520 G03 X1.2875 Y-3.344 Z-1.656 I0.0 J0.0875
/N525 G03 X1.2875 Y-3.344 Z-1.5846 I-0.1875 J0.0
/N530 G01 X1.1
/N535 G00 Z-0.7
/N540 G40

Reply via email to