Re: arc or curve fitting program
Posted by
jcc3inc
on 2002-02-21 09:23:31 UTC
--- In CAD_CAM_EDM_DRO@y..., "karl_l_townsend" <karl@c...> wrote:
I have a BASIC program which I wrote earlier which does what you want.
It is accurate to about .001" and needs BASIC to run it. You list
the X1, Y1 and X2, Y2, and X3, Y3 points, and it gives you the G Code
for these points.
Jack C.
> I'm taking some careful measurements on a part I'm reversebest
> engineering.
>
> Given three, or more, points on a curve. How do I calculate the
> G02/G03 parameters to cut that curve? I'm hoping for a simplewindows
> app. that lets you put in points and gives the center and radius ofable
> the circle fitting those points the best. Also, I'll need to be
> to calculate x,y points on that curve (you need endpoints in G02and
> I'll not be able to measure right at the endpoint). Is the formulaonly
> r**2 = (y - a)**2 + (x - b)**2 ?
>
> I remember covering this in calculus class 30 years ago, but the
> reason I got through calculus was due to a very smart girl that letDear Karl:
> me sit right next to her, very near her paper, during quizes.
> Fortunately my eyes had great distance vision at that time <G>
>
>
> Karl
I have a BASIC program which I wrote earlier which does what you want.
It is accurate to about .001" and needs BASIC to run it. You list
the X1, Y1 and X2, Y2, and X3, Y3 points, and it gives you the G Code
for these points.
Jack C.
Discussion Thread
karl_l_townsend
2002-02-20 07:03:10 UTC
arc or curve fitting program
Smoke
2002-02-20 07:16:00 UTC
Re: [CAD_CAM_EDM_DRO] arc or curve fitting program
Carol & Jerry Jankura
2002-02-20 07:19:19 UTC
RE: [CAD_CAM_EDM_DRO] arc or curve fitting program
Alan Marconett KM6VV
2002-02-20 11:07:32 UTC
Re: [CAD_CAM_EDM_DRO] arc or curve fitting program
follicely_challenged
2002-02-20 11:28:39 UTC
Re: arc or curve fitting program
John Branlund
2002-02-20 12:27:50 UTC
Re: [CAD_CAM_EDM_DRO] arc or curve fitting program
Smoke
2002-02-20 14:33:44 UTC
Re: [CAD_CAM_EDM_DRO] arc or curve fitting program
Smoke
2002-02-20 14:42:10 UTC
Re: [CAD_CAM_EDM_DRO] arc or curve fitting program
ballendo
2002-02-20 15:01:54 UTC
Re: arc or curve fitting program
ballendo
2002-02-20 15:29:49 UTC
Re: arc or curve fitting program
doug98105
2002-02-20 16:13:11 UTC
Re: arc or curve fitting program
karl_l_townsend
2002-02-20 19:02:30 UTC
Re: arc or curve fitting program
jcc3inc
2002-02-21 09:23:31 UTC
Re: arc or curve fitting program