g43 Path
05 May 2011 13:24 #9608
by piasdom
with g43, is the path.offset used thru the whole file ? below is a pic of what i'm asking.
the endmill is at x.125 y.125 z1.2 in pic. starting the program it jumps(g49 offsets cleared) on the yellow line.
beginning of file has g49. then "offset start" is g43 h4( tool table x.125 y.125 z1) it jumps to tool table offsets.
then move to x1 along that line. it makes the round. why doesn't it use the path that it took off from ?
Thanks
the endmill is at x.125 y.125 z1.2 in pic. starting the program it jumps(g49 offsets cleared) on the yellow line.
beginning of file has g49. then "offset start" is g43 h4( tool table x.125 y.125 z1) it jumps to tool table offsets.
then move to x1 along that line. it makes the round. why doesn't it use the path that it took off from ?
Thanks
Please Log in or Create an account to join the conversation.
05 May 2011 15:12 #9609
by cncbasher
Replied by cncbasher on topic Re:g43 Path
difficult to answer specificly without the drawing and gcode files and knowing which post processor was used etc
but bear in mind with all gcode , the file is read line by line and acted on , so all offsets are active unless specificly cancelled by using G49
post your gcode file and we can trace through , also let us know which post process you used , they may well be a problem there
also if you are not carefull , it is possible to add offsets to already active tools , if not cancelled and also to machine coords
i tend to set my machines to all zero , and have the cam program store all the tool offsets , so that all changes are in the cam program
but not everyone is lucky that way , it can become confusing tracking down gcode errors
but bear in mind with all gcode , the file is read line by line and acted on , so all offsets are active unless specificly cancelled by using G49
post your gcode file and we can trace through , also let us know which post process you used , they may well be a problem there
also if you are not carefull , it is possible to add offsets to already active tools , if not cancelled and also to machine coords
i tend to set my machines to all zero , and have the cam program store all the tool offsets , so that all changes are in the cam program
but not everyone is lucky that way , it can become confusing tracking down gcode errors
Please Log in or Create an account to join the conversation.
05 May 2011 17:01 - 09 May 2011 12:53 #9610
by piasdom
Replied by piasdom on topic Re:g43 Path
thanks...this is the file. i removed the z offset. and
what's the post processor ? the first line ?
g17 g20 g40 g49 g54 g80 g90 g94 g92.1
g1 f20 x0 y0
z0
m6 t4
g43 h4
x1
y1
x0
x-1 y1
y-1
x1
y0
x0
z.2
g49
m6 t0
m2
what's the post processor ? the first line ?
g17 g20 g40 g49 g54 g80 g90 g94 g92.1
g1 f20 x0 y0
z0
m6 t4
g43 h4
x1
y1
x0
x-1 y1
y-1
x1
y0
x0
z.2
g49
m6 t0
m2
Last edit: 09 May 2011 12:53 by piasdom.
Please Log in or Create an account to join the conversation.
Time to create page: 0.069 seconds