Heian metric post

This forum is for requests and queries about machine tool support for Vectric Products
Post Reply
CNCWoodGuy
Posts: 12
Joined: Thu Dec 11, 2008 8:30 pm

Heian metric post

Post by CNCWoodGuy »

I see there is a Heian (inch) post processor, does anyone have a Heian (mm) post?

CNCWoodGuy
Posts: 12
Joined: Thu Dec 11, 2008 8:30 pm

Re: Heian metric post

Post by CNCWoodGuy »

Looking at this a little more.....
Could it possibly be as easy as changing the text for the units from "INCHES" to "MM"?? Seems too easy :D

POST_NAME = "Fanuc16 ATC Arcs (inch)(*.tap)"

FILE_EXTENSION = "tap"

UNITS = "INCHES"

*******************
POST_NAME = "Fanuc16 ATC Arcs (mm)(*.tap)"

FILE_EXTENSION = "tap"

UNITS = "MM"

User avatar
BrianM
Vectric Staff
Posts: 1964
Joined: Mon May 16, 2005 10:15 am
Model of CNC Machine: A few ...
Location: Alcester U.K
Contact:

Re: Heian metric post

Post by BrianM »

Hi CNCWoodGuy,

You will also need to change the G20 (inches) to G21 (mm) or possibly remove it.

Otherwise changing UNITS="INCHES" to units="MM" will change all the move units and feedrates from inches to mm.

There may be some other changes needed, although G-Code is supposed to be a standard there are a huge number of minor variations in each manufacturers implementation.

If you do change a post I would recommend you do a dry run without a tool in the chuck and with the z value set a safe distance above the table.

Brian

CNCWoodGuy
Posts: 12
Joined: Thu Dec 11, 2008 8:30 pm

Re: Heian metric post

Post by CNCWoodGuy »

Thanks for the info. :)

Post Reply