Installing Automatic Tool Changer tool rack

Looking for ideas on automating the deployment of an Automatic Tool Changer tool rack for a CNC Router. Here is a video of what I have so far. https://www.youtube.com/watch?v=8BxtwxtyMRc

1 Like

You could use a “single acting” pneumatic cylinder like this:

https://www.amazon.com/SMC-NCMB075-0100S-Stainless-Cylinder-Mounting/dp/B005JGQYFA/ref=sr_1_4?crid=D93L3ZYEBXVE&keywords=single+acting+pneumatic+cylinder&qid=1704722106&sprefix=single+acting+pnu%2Caps%2C96&sr=8-4

To push out and draw back in the tool rack. That one I linked only has a short stroke, but they do make longer ones.

The ones on our laser deployment are “single acting” with a spring. This means they extend when you apply air, and retract when you take the air away.

1 Like

Can you provide any info about how one would go about wiring this/programming this? My main holdup about upgrading to an ATC is losing more work area and this could be awesome.

I’m still working out my setup, but Corbin has a whole series on this, here is a link to the tool setup video. https://www.youtube.com/watch?v=4q5K2tRYKoE

Yeah, like Brian said, it is an extension of the code I worked on. I’d need to hook up another signal to power another relay, which then would open a solenoid, which would then air-power the pneumatic cylinder like Eric listed.

Code-wise, I would add the code to this file:

At the start of the function _TryDoToolChangeFromTo it would power the relay, and at the end it would un power the relay.

For the signal hookup, I’d probably steal another one of motor 6’s outputs…like I talk about here: How to Setup an Automatic Tool Changer (ATC) on an Avid CNC – Corbin's Treehouse

1 Like

Perfect–thanks @corbin !

1 Like