HappyHapgood
Plastic
- Joined
- Nov 28, 2020
I've run into a problem and I can't figure it out. And of course I am under the gun on a deadline.
Using Fusion360 I have a CAM file to drill some holes in a part. The part is tall, and the drill is long.
On the Haas I have my tool loaded (T3) and it is ABOVE my part and to the left (+x). G54 is set correctly at the TOP of the part.
But as soon as I Cycle Start it lowers the drill and start moving X positive... and it's going to crash. I've caught it and stared at my code, but I can't see why it is lowering the tool below the clearance/retract/feed heights.
Here's my .nc file:
And pasted is a screen shot of the heights tab.
Any ideas?
I can upload a video if that helps, but it's fairly straight forward. First thing the Haas does is lower the Z. Then start moving left.
O62302 (Drill Final)
(Using high feed G1 F500. instead of G0.)
(T3 D=0.4375 CR=0. TAPER=118deg - ZMIN=-1.2314 - drill)
N10 G90 G94 G17
N15 G20
N20 G53 G0 Z0.
(Drill29 2)
N25 T3 M6
N30 S900 M3
N35 G54
N40 M8
N45 G0 X4.25 Y3.969
N50 G43 Z1.25 H3
N55 G0 Z0.6
N60 G98 G83 X4.25 Y3.969 Z-1.2314 R0.6 Q0.1 F4.
N65 Y0.469
N70 Y-0.469
N75 Y-3.969
N80 X-4.25
N85 Y-0.469
N90 Y0.469
N95 Y3.969
N100 G80
N105 G0 Z1.25
N110 M5
N115 M9
N120 G53 G0 Z0.
N125 X0.
N130 G53 G0 Y0.
N135 M30
%
Using Fusion360 I have a CAM file to drill some holes in a part. The part is tall, and the drill is long.
On the Haas I have my tool loaded (T3) and it is ABOVE my part and to the left (+x). G54 is set correctly at the TOP of the part.
But as soon as I Cycle Start it lowers the drill and start moving X positive... and it's going to crash. I've caught it and stared at my code, but I can't see why it is lowering the tool below the clearance/retract/feed heights.
Here's my .nc file:
And pasted is a screen shot of the heights tab.
Any ideas?
I can upload a video if that helps, but it's fairly straight forward. First thing the Haas does is lower the Z. Then start moving left.
O62302 (Drill Final)
(Using high feed G1 F500. instead of G0.)
(T3 D=0.4375 CR=0. TAPER=118deg - ZMIN=-1.2314 - drill)
N10 G90 G94 G17
N15 G20
N20 G53 G0 Z0.
(Drill29 2)
N25 T3 M6
N30 S900 M3
N35 G54
N40 M8
N45 G0 X4.25 Y3.969
N50 G43 Z1.25 H3
N55 G0 Z0.6
N60 G98 G83 X4.25 Y3.969 Z-1.2314 R0.6 Q0.1 F4.
N65 Y0.469
N70 Y-0.469
N75 Y-3.969
N80 X-4.25
N85 Y-0.469
N90 Y0.469
N95 Y3.969
N100 G80
N105 G0 Z1.25
N110 M5
N115 M9
N120 G53 G0 Z0.
N125 X0.
N130 G53 G0 Y0.
N135 M30
%