CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Gcode MM to Inch conversion program

Posted by Jon Elson
on 2000-12-08 11:19:12 UTC
cncrouterusa@... wrote:

> Has anyone seen or written this type of stand alone program. I have
> tried doing it in Excel but the import is wrong. I have started a
> Qbasic program but, it is not working out very quickly.
> Robert

Most proper G-code interpreters (CNC controls) will accept either
mm or inch user units, with the G70 word selecting inch programming
units, and the G71 word selecting mm.

So, if you have a program using mm coordinates, you should be
able to put a G71 at the beginning and have a CNC control that
normally accepts inches do it right.

I have written a few programs that read various forms of G-code to
convert them to do something else, but they really wouldn't be of
any use unless you program in Turbo Pascal.

Jon

Discussion Thread

cncrouterusa@n... 2000-12-07 23:14:21 UTC Gcode MM to Inch conversion program Jon Elson 2000-12-08 11:19:12 UTC Re: [CAD_CAM_EDM_DRO] Gcode MM to Inch conversion program cnc002@a... 2000-12-09 17:40:25 UTC Re: [CAD_CAM_EDM_DRO] Gcode MM to Inch conversion program ballendo@y... 2000-12-09 18:31:01 UTC Re: Gcode MM to Inch conversion program Robert 2000-12-10 07:40:11 UTC Re: Gcode MM to Inch conversion program