CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines??

Posted by Tim Goldstein
on 2002-05-10 11:50:51 UTC
Time for a CAD/CAM program. I do it in Vector and it is called Contour
Tooling. Here is the code from Vector to cut .5" deep in .1" increments on a
1/4 circle and to make all the cuts in the same direction. Just a click of a
check box to have to tool paths alternate direction instead of lifting and
going to cut from the same end.

N10 G00 X0. Y1. Z0.5
N11 Z0.1
N12 G01 Z-0.1
N13 G02 X1. Y0. I0. J-1.
N14 G00 Z0.25
N15 X0. Y1.
N16 G41 Z0.1
N17 G40 G01 Z-0.2
N18 G02 X1. Y0. I0. J-1.
N19 G00 Z0.25
N20 X0. Y1.
N21 G41 Z0.1
N22 G40 G01 Z-0.3
N23 G02 X1. Y0. I0. J-1.
N24 G00 Z0.25
N25 X0. Y1.
N26 G41 Z0.1
N27 G40 G01 Z-0.4
N28 G02 X1. Y0. I0. J-1.
N29 G00 Z0.25
N30 X0. Y1.
N31 G41 Z0.1
N32 G40 G01 Z-0.5
N33 G02 X1. Y0. I0. J-1.
N34 G00 Z0.75


Tim
[Denver, CO]

----- Original Message -----

> To clarify: my objective is to have an AUTOMATIC routine.
>

Discussion Thread

ecurbmel 2002-05-10 10:50:17 UTC ?? Repeat cutting routines?? j.guenther 2002-05-10 11:00:12 UTC RE: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines?? Bruce Harper 2002-05-10 11:22:48 UTC RE: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines?? Tim Goldstein 2002-05-10 11:50:51 UTC Re: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines?? j.guenther 2002-05-10 11:55:40 UTC RE: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines?? Bruce Harper 2002-05-10 12:03:09 UTC RE: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines??