Re: Gcode MM to Inch conversion program
Posted by
ballendo@y...
on 2000-12-09 18:31:01 UTC
Jon wrote:
Many modern CNC Gcode dialects use G20 and G21 for inch and mm,
respectively.
As to the question, both stepster (basic) and EMC (C++) include Gcode
interpreters which could be a starting point for such a program. It
may be that a 'full' interpreter is not needed, since you really just
need the coordinate parameters to change.
I'd sure look for the control units option first!
In some older controls, it is a setup parameter, and can be changed
only IN the setup, and NOT 'on the fly'. And on some machines the
display will be incorrect, BUT the file WILL process properly!
Hope this helps.
Ballendo
>Most proper G-code interpreters (CNC controls) will accept eitherList,
>mm or inch user units, with the G70 word selecting inch programming
>units, and the G71 word selecting mm.
Many modern CNC Gcode dialects use G20 and G21 for inch and mm,
respectively.
As to the question, both stepster (basic) and EMC (C++) include Gcode
interpreters which could be a starting point for such a program. It
may be that a 'full' interpreter is not needed, since you really just
need the coordinate parameters to change.
I'd sure look for the control units option first!
In some older controls, it is a setup parameter, and can be changed
only IN the setup, and NOT 'on the fly'. And on some machines the
display will be incorrect, BUT the file WILL process properly!
Hope this helps.
Ballendo
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