Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Sweep on October 14, 2012, 11:50:29 AM

Title: Mach3 or CAM tool offsets?
Post by: Sweep on October 14, 2012, 11:50:29 AM
I like the method that Mach3 provides for setting various tool offsets into a tool table as it's very easy. I just change datum all axis, choose a tool, lower it onto my DTI gauge block, and click Set Tool Offset. Simple.
I have now just started using a CAM program which has its own tool library but which also suggests that the 'Machine' tool library, Mach3 in my case, can be imported into the CAM.
I have tried to find the Mach3 tool folder but can't. I could hand type all the offset lengths but this could lead to errors. I am also worried about compounding offsets if they are applied by both the CAM and Mach3 at the same time e.g. an offset of 214.402mm becomes 428.804mm etc.
Any guidance would be appreciated.

...Sweep
Title: Re: Mach3 or CAM tool offsets?
Post by: BR549 on October 14, 2012, 01:20:12 PM
The tool table file is a DATA file and not readily readable to use as an import file.

What File format does the CAM program expect to see when doing an import?

(;-) TP

Title: Re: Mach3 or CAM tool offsets?
Post by: HimyKabibble on October 14, 2012, 11:04:19 PM
If you're applying the offsets in CAM, you don't need to enter them in Mach3, and vice-versa.  Unless you're doing very high precision work, I doubt you really need to worry about tool diameter errors from nominal, so you can just apply the offsets in CAM - it's much simpler that way.

Regards,
Ray L.
Title: Re: Mach3 or CAM tool offsets?
Post by: Sweep on October 15, 2012, 02:37:49 AM
Thanks TP & Ray,

I will try and find out what file format the CAM uses or is looking for but I guess it will be whatever type is used within a Fanuc equipped machine.
I think I need to run a few sample programs and compare the axis movements between both. I noticed that within the first couple of dozen of G code that G43 is programmed so I'm not even sure yet if the CAM has taken length offsets into account or its just used in the simulation.
If it has and is also calling a G43 then Mach will also act on this during the M6 command and add its own offset.
I am working away for three days so it may be the weekend before I can run any trials.

Thanks ...Sweep
Title: Re: Mach3 or CAM tool offsets?
Post by: BR549 on October 15, 2012, 11:05:49 AM
I would let the CAM run the Tool Radius offsets(toolDiam) and Mach3 run the toollength offsets(length)

It is the best of both worlds.  (;-) TP
Title: Re: Mach3 or CAM tool offsets?
Post by: Sweep on October 15, 2012, 12:22:12 PM
I would let the CAM run the Tool Radius offsets(toolDiam) and Mach3 run the toollength offsets(length)

It is the best of both worlds.  (;-) TP

That would be the ideal scenario. I completely agree.

...Sweep