Re: [CAD_CAM_EDM_DRO] Polar Coordinate based CNC
Posted by
Dan Statman
on 2002-11-02 12:40:41 UTC
Since Y=rsin(theta) and X=rcos(theta) it is a very simple conversion. If
you want to go the other way it becomes: r=sqrt(x^2+y^2) and
theta=arctan(y/x).
Should be a simple conversion. The problem is how do you do a linearly
interpolated move from one point to another? Do you even want to do linear
moves in polar coordinate space?
Daniel J. Statman, Statman Designs
www.statmandesigns.com
dan.statman@...
you want to go the other way it becomes: r=sqrt(x^2+y^2) and
theta=arctan(y/x).
Should be a simple conversion. The problem is how do you do a linearly
interpolated move from one point to another? Do you even want to do linear
moves in polar coordinate space?
Daniel J. Statman, Statman Designs
www.statmandesigns.com
dan.statman@...
----- Original Message -----
From: "Alan Marconett KM6VV" <KM6VV@...>
To: <CAD_CAM_EDM_DRO@yahoogroups.com>
Sent: Saturday, November 02, 2002 3:02 PM
Subject: Re: [CAD_CAM_EDM_DRO] Polar Coordinate based CNC
> Hi Lee,
>
> Sounds like this would be similar to a Rho-Theta arm. Yes, the
> controller would have to know how to convert rectangular to polar
> coordinates. I'm wondering if EMC can already do this? That would be
> WILD machine!
>
> Alan KM6VV
>
Discussion Thread
Lee Wenger
2002-11-02 09:24:14 UTC
Polar Coordinate based CNC
Alan Marconett KM6VV
2002-11-02 12:04:00 UTC
Re: [CAD_CAM_EDM_DRO] Polar Coordinate based CNC
Dan Statman
2002-11-02 12:40:41 UTC
Re: [CAD_CAM_EDM_DRO] Polar Coordinate based CNC
Raymond Heckert
2002-11-02 18:19:34 UTC
Re: [CAD_CAM_EDM_DRO] Polar Coordinate based CNC
Jon Elson
2002-11-02 21:56:22 UTC
Re: [CAD_CAM_EDM_DRO] Polar Coordinate based CNC
galt1x
2002-11-03 04:23:55 UTC
Re: [CAD_CAM_EDM_DRO] Polar Coordinate based CNC
Dave Kowalczyk
2002-11-03 20:40:13 UTC
Re: Polar Coordinate based CNC