Avid CNC ATC Post Processor Setup – Vectric VCarve / Vectric Aspire

Woodworking

If you are using an Automatic Tool Changer (ATC) with Mach 4 and an Avid CNC, then you need to customize the post processor for the most popular CAM programs to properly generate a tool change command. I’ve already modified the files for you, and here is how to download and install them. I’ll also describe the change I did below, in case you want to modify your own custom Post Processor. This is based on the one from Avid: Vectric Avid CNC Post Processor, which is included with VCarve 11+.

Campion video, in case you want to see how to do it: Avid CNC Post Processor Setup.

I also recommend reading these from Vectric’s website:

ATC Post Processor Install for Vectric VCarve & Aspire

  1. Visit Avid CNC Post Processor for VCarve and hit the Download button highlighted below:

Alternatively, if you are git savvy, you can clone the repository.

2. In VCarve 11.5 (in 10 it is slightly different), click the menu item Machine -> Post-Processor Management…

3. Click the bottom button and select the file you downloaded:

4. Click the menu item Machine -> Machine Configuration…which brings up this dialog. Add a configuration for your machine if you haven’t already done so, such as what I have shown below. You can hit the plus button and select the new post processor that you just added.

5. At this point, when you go to save a tool path, you can select your Machine Configuration and this post processor, and it will be used. It is also important to select “Visible toolpaths to one file”, otherwise it kind of defeats the purpose of having an ATC.

Manually Editing the Post Processor

The changes I made:

  • Set the file extension to “.tap”, because “.txt” is stupid to use for a GCode file.
  • At the start of the file in the HEADER, I added:
"T[T]M6"
"G43 H[T]"

The first line with M6 is the tool change line. The second line with G43 is to activate the tool height.

  • The TOOLCHANGE area was changed similarly:

begin TOOLCHANGE

"M5"
"(Change to Tool: [TOOLNAME])"
"T[T]M6"
"G43 H[T]"

That’s it!

Tags: ,


Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments

Subscribe to new posts:

You'll get an email whenever a I publish a new post to my blog and nothing more. -- Corbin

As an Amazon Associate I earn from qualifying purchases.

(c) 2008-2024 Corbin Dunn

Privacy Policy

Subscribe to RSS feeds for entries.

75 queries. 0.495 seconds.

Log in