CAD CAM EDM DRO - Yahoo Group Archive

RE: [CAD_CAM_EDM_DRO] Why won't this work in EMC?

Posted by Tim Goldstein
on 2002-03-31 18:59:16 UTC
Try breaking the circle into 2 half arcs. Cutting a full circle in one
command is a problem with a lot of controllers.

Tim
[Denver, CO]


> -----Original Message-----
> The following piece of code is just the beginning of a small
> file to round off a square area on a 50mm square block.
>
> G00 Z 0.2500
> G00 X 1.1718 Y 0.0000
> G01 Z -0.0150 F 1.000
> G03 X 1.1718 Y 0.0000 I-1.1718 J 0.0000 F 2.50
> G01 Z -0.0300 F 1.00
>
> There are many more lines that follow this which are all
> perform the same G03 command and increased depths of cut.
> When run in EMC, the G03 commands are skipped. This code
> works in DeskNC and TurboCNC bun not in EMC.
>
> The contoller is currently running EMC BDI 2.10.
>
> Thanks for your help.
>
> John Guenther
> Sterling, Virginia

Discussion Thread

John Guenther 2002-03-31 17:49:35 UTC Why won't this work in EMC? Tim Goldstein 2002-03-31 18:59:16 UTC RE: [CAD_CAM_EDM_DRO] Why won't this work in EMC? Paul 2002-04-01 02:18:28 UTC Re: [CAD_CAM_EDM_DRO] Why won't this work in EMC?