Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: gregan on August 24, 2014, 06:41:02 PM

Title: ATC three pneumatic head router
Post by: gregan on August 24, 2014, 06:41:02 PM
Hi,

I'm building a 3 head cnc router, and I have read many posts about ATC, but I just can't find the script for automatic tool change for this kind of machine. Does anyone have it, or can give me an advice where can I find it or how can i make it? Here are 2 videos, of the same machine, so you can see what am I talking about.

https://www.youtube.com/watch?v=o2k9pz0UVU0 (https://www.youtube.com/watch?v=o2k9pz0UVU0)
https://www.youtube.com/watch?v=Su5FzulwMC0 (https://www.youtube.com/watch?v=Su5FzulwMC0)

Thank you very much!

Grega
Title: Re: ATC three pneumatic head router
Post by: gregan on August 26, 2014, 04:47:28 PM
Anyone? :)
Title: Re: ATC three pneumatic head router
Post by: Hood on August 27, 2014, 05:34:01 AM
It will all depend on how exactly the spindles are lowered but I would presume they are just air solenoids and just require one output each to lower and spring return.

So you would have to alter the m6start.m1s macro to operate the required output for the tool being called and also turn off the ouput for the current tool.
In addition your macro would also have to alter the X ? axis offset depending on which tool. How you do the offset would depend on how your code is produced, but likely a G52 temporary offset would work.

Hood