Question on master tool mode
Posted: Fri Sep 27, 2013 1:35 pm
Have a problem with getting master tool mode to work. This is not a MSM issue, I'm sure its an operator doesn't know what he's doing issue.
Working on my first program. I issue a T1 M06 to load the probe tool. I load it, and using the msm probing screen to find the corner of the piece
in my vise and set x,y,z to 0. This works great.
Then I issue a T2 M06 to load my face mill. MSM says TL0 is on. I load it, and issue the coordinates where I want to start milling. The Z depth is correct for the probe tool, instead of
the face mill.
Most obvious problem would be what I entered in the tool table. I measured all the tools offline. T1 is the master tool and is set that way in MSM and Master tool mode shows on.
But what TLO should I have entered in the tool table? The probe is set to -4.017. The face mill is set to -3.257.
When I single step the code - the WC offset page indicates first -4.017, then it changes to -3.257 so I would think the height is fine, but the Z height of the spindle is too high, and matches
where I would want to be if the face mill was the same height as the probe tool.
The first couple of test lines of code are below. Where am I screwing up?
G90 G20 G94 G43
T1 M06 (change to probe tool and find 0,0,0)
T2 M06 (change to cutting tool)
S3000 M3 (start spindle)
G90 G43 G54 G00 X0 Y0 Z1
Y-0.5 Z-0.0078 (Move down for the first cut)
G91 G01 F15.0 X5.0
Thanks, Bruce
Working on my first program. I issue a T1 M06 to load the probe tool. I load it, and using the msm probing screen to find the corner of the piece
in my vise and set x,y,z to 0. This works great.
Then I issue a T2 M06 to load my face mill. MSM says TL0 is on. I load it, and issue the coordinates where I want to start milling. The Z depth is correct for the probe tool, instead of
the face mill.
Most obvious problem would be what I entered in the tool table. I measured all the tools offline. T1 is the master tool and is set that way in MSM and Master tool mode shows on.
But what TLO should I have entered in the tool table? The probe is set to -4.017. The face mill is set to -3.257.
When I single step the code - the WC offset page indicates first -4.017, then it changes to -3.257 so I would think the height is fine, but the Z height of the spindle is too high, and matches
where I would want to be if the face mill was the same height as the probe tool.
The first couple of test lines of code are below. Where am I screwing up?
G90 G20 G94 G43
T1 M06 (change to probe tool and find 0,0,0)
T2 M06 (change to cutting tool)
S3000 M3 (start spindle)
G90 G43 G54 G00 X0 Y0 Z1
Y-0.5 Z-0.0078 (Move down for the first cut)
G91 G01 F15.0 X5.0
Thanks, Bruce