Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 06:10:11 PM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Calendar Links Login Register
+  Machsupport Forum
|-+  Mach Discussion
| |-+  General Mach Discussion
| | |-+  tool radius comp
Pages: 1   Go Down
Print
Author Topic: tool radius comp  (Read 259 times)
0 Members and 1 Guest are viewing this topic.
Riley
Active Member

Offline Offline

Posts: 43



View Profile
« on: March 14, 2011, 10:13:41 AM »

do I always have to use P*.* after a G42? Mach does not see to get radius from tool table. When I input radius into code program runs fine. Tool length comp is working right but not radius.
Logged
ger21
Global Moderator
*
Offline Offline

Posts: 2,619



View Profile WWW
« Reply #1 on: March 14, 2011, 10:43:25 AM »

You can use:
G42 (which uses the radius in the tool table of the current tool)
G42 Dx (which uses the radius in the tool table of tool x)
G42 Px.xx (which uses the specified radius)
Logged

Riley
Active Member

Offline Offline

Posts: 43



View Profile
« Reply #2 on: March 14, 2011, 11:43:30 AM »

just putting a G42 in the program does not seem to work. The tool length offset works good but not radius. So that at least tells me that my tool table is correct. I have had to use G42 Px.xx to get it to work. Have been reading quite a few other posts and maybe I have not had enough lead in. Just wanted to make sure there was not a check box somewhere that I had in the wrong state.
Logged
bill-the-cat
Active Member

Offline Offline

Posts: 64



View Profile
« Reply #3 on: March 14, 2011, 04:50:12 PM »

If you are just using the G41/42 (without the P?.?), I think you need to have a tool change (M06 T??) in your program prior to the G41/42.  Without that, the software doesn't know what tool table entry to use.

I just did some playing and found the following:

G41/42 without the P?.? parameter and no active tool (Tool 0) - It appears that the entry for Tool 1 in the tool table is used.

G41/42 without the P?.? parameter and preceded with a tool change (M06 Txx) - The tool table entry for Tool xx is used.
« Last Edit: March 14, 2011, 04:54:59 PM by bill-the-cat » Logged

Bill (the Cat) Shubert
Pages: 1   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!