The right sequence for tool offset correction.
07 Jun 2011 12:33 #10350
by aike
The right sequence for tool offset correction. was created by aike
Hi!
I concerned the problem:
1. I have 3 tools. Each tools changed by TnM6 command, then G43 command. But compensation not worked.
To switch in compensation on the command Hn has to be added. Th code G43Hn worked.
2. I have the lathe with one tool. I use only G43 command and it works (compensation).
What I did not right?
I concerned the problem:
1. I have 3 tools. Each tools changed by TnM6 command, then G43 command. But compensation not worked.
To switch in compensation on the command Hn has to be added. Th code G43Hn worked.
2. I have the lathe with one tool. I use only G43 command and it works (compensation).
What I did not right?
Please Log in or Create an account to join the conversation.
08 Jun 2011 10:38 #10370
by piasdom
Replied by piasdom on topic Re:The right sequence for tool offset correction.
you'll have to give 'em a better description. example of gcode ?
Please Log in or Create an account to join the conversation.
09 Jun 2011 08:35 #10385
by ArcEye
Replied by ArcEye on topic Re:The right sequence for tool offset correction.
Hi
You probably need to attach your tool.tbl file for a start.
It is possible to have a valid file which does nothing on 1 or more lines
eg
T1 P1;
T2 P2; etc
G43 Hn is only to allow you use another set of offsets, aside from the ones assigned to the tool selected.
So it might work if you do M6 T2 ( where T2 line in tool.tbl is truncated by a comma ) followed by G43 H3
and actually select tool 3's offsets.
What does Axis show in the bottom left, tool selection bar, when you do M6 Tn?
Are they the correct offsets you expected?
regards
You probably need to attach your tool.tbl file for a start.
It is possible to have a valid file which does nothing on 1 or more lines
eg
T1 P1;
T2 P2; etc
G43 Hn is only to allow you use another set of offsets, aside from the ones assigned to the tool selected.
So it might work if you do M6 T2 ( where T2 line in tool.tbl is truncated by a comma ) followed by G43 H3
and actually select tool 3's offsets.
What does Axis show in the bottom left, tool selection bar, when you do M6 Tn?
Are they the correct offsets you expected?
regards
Please Log in or Create an account to join the conversation.
11 Jun 2011 22:30 #10435
by andypugh
Replied by andypugh on topic Re:The right sequence for tool offset correction.
aike wrote:
[quote[2. I have the lathe with one tool. I use only G43 command and it works (compensation).
What I did not right?[/quote]
G43 without a H-word will apply the offset of the currently installed tool.
I always use M6 TN G43.1. I have 3 tools. Each tools changed by TnM6 command, then G43 command. But compensation not worked.
To switch in compensation on the command Hn has to be added. Th code G43Hn worked.
[quote[2. I have the lathe with one tool. I use only G43 command and it works (compensation).
What I did not right?[/quote]
G43 without a H-word will apply the offset of the currently installed tool.
Please Log in or Create an account to join the conversation.
12 Jun 2011 04:34 #10439
by aike
Replied by aike on topic Re:The right sequence for tool offset correction.
Thank all for answers!
It helped me.
The problem solved.
It helped me.
The problem solved.
Please Log in or Create an account to join the conversation.
14 Jun 2011 09:54 #10481
by andypugh
Replied by andypugh on topic Re:The right sequence for tool offset correction.
Out of interest, in my G-code last night I was having terrible problems with M6 T4 G43, I had to put the G43 on a separate line.
Please Log in or Create an account to join the conversation.
Time to create page: 0.076 seconds