Cr-Co Strategy

greeny

greeny

Active Member
Sponsors
Full Member
Messages
231
Reaction score
95
Click on the weird looking pictures ;)
 
DMC

DMC

Banned
Messages
6,378
Reaction score
260
Is it possible that cutting alloy too slowly can be that bad for tools?

Like, how bad if so?
 
DMC

DMC

Banned
Messages
6,378
Reaction score
260
YES! Found my problem! (I still say Alloy may be too hard.....)

I am trying to use an advanced function on my Haas.

I am defining "tool groups" that consist of multiple identical tools.

When tool life expires, the CNC Controller goes to next tool in that tool-group.

So, in my post....I call for a "tool-group", and not a specific tool position in the tool carousel.
Like this.....
T1302 M6 (G-code for grabbing the current tool being used for group # 1302 (3mm with 0.2 radius corner)

I then, have post go to sub-program that uses the Renishaw tool sensor to measure the tool.
Like this....
G65 P9853 B1. T#3026 (go to program #9853, which is one of my Renishaw programs to measure tool, and B1. is for length measurement, t#3026 is whatever tool is in the spindle. Not a particular tool, or group....just whatever is in the spindle.)

After measurement, the post had the following wrong code.....
T1302 M6 H1302 D1302

This called for the measurements of Master tool in the group, and not necessarily the tool currently in the spindle. So it was correct for my first day of milling, but then after I swapped tools the value was now wrong.... H1302 was the length value of Master tool in group 1302 and D1302 is the diameter.

I had to change that line to....

T#3026 M6 H#3026 D#3026

Now, the program is going to run using the values of the current tool in the spindle.

Don;t know if you guys followed this or not, but now is correct! YEAH!!!!


Tool changes now go like this.....
%
O0001
G0 G40 G90
G17 G80 G49
G0 G54 Z175.0
G0 A0 B0
T1302 M6
G65 P9853 B1. T#3026
T#3026 M6 G43 H#3026 D#3026
(Rough part: )
(Scale: 1)
(DIAM. 3 R. 0.3 L. 15 HAAS MANDREL -- POCKETING -- OVERS. 0.08 -- INCR. 0.12)
(09.22.2012 09.20)
 
Last edited:

Similar threads

Top Bottom