Re: Parabola via CNC?
Posted by
dougrasmussen@c...
on 2001-04-13 19:04:02 UTC
Rich,
Are you looking for a way to cut a parabolic curve on a CNC? Since
you can generate coordinates on Excel, why not generate a whole bunch
of points on the curve then transfer those data points to an editor
(word processor) and format them according to your machine's Gcode
syntax? Basically all you need to do is connect the points using a
"G01" (linear) command. Note, the points have to be closely spaced
so the resulting cut appears to be smooth enough for your needs since
your actual profile will be made up of a whole lot of short line
segments. I've done this a few times with curves which I could only
represent mathematically and not graphically in CAD.
The method I described above is a good way to implement helical
interpolation on older machines. Generate points around a circular
path with a Z axis movement added and you're in business.
Another way to cut parabolic and other "odd" curves is with a CNC
controller that allows the input of the actual curve's equation. The
controller calculates it's target coordinates in real time as it's
cutting. Not super fast because the control has to do a bunch of
calculating. Most newer controllers support this type of programming.
Doug
Are you looking for a way to cut a parabolic curve on a CNC? Since
you can generate coordinates on Excel, why not generate a whole bunch
of points on the curve then transfer those data points to an editor
(word processor) and format them according to your machine's Gcode
syntax? Basically all you need to do is connect the points using a
"G01" (linear) command. Note, the points have to be closely spaced
so the resulting cut appears to be smooth enough for your needs since
your actual profile will be made up of a whole lot of short line
segments. I've done this a few times with curves which I could only
represent mathematically and not graphically in CAD.
The method I described above is a good way to implement helical
interpolation on older machines. Generate points around a circular
path with a Z axis movement added and you're in business.
Another way to cut parabolic and other "odd" curves is with a CNC
controller that allows the input of the actual curve's equation. The
controller calculates it's target coordinates in real time as it's
cutting. Not super fast because the control has to do a bunch of
calculating. Most newer controllers support this type of programming.
Doug
--- In CAD_CAM_EDM_DRO@y..., cmsteam@a... wrote:
> Hi,
> Would some kind gentlemen please fill me in on the Cad programs that
> are capable of generating parabolic curves. I've scanned thru 3
thick
> books on Autocad with nary a mention. A web search only turned up
> EasyCad as a possibility.
> Of course the end result has to be convertable to g-code.
> Excel can generate the coordinates in a jiffy but, where to go from
> there?
> Rich
Discussion Thread
cmsteam@a...
2001-04-13 17:18:38 UTC
Parabola via CNC?
Doug Harrison
2001-04-13 17:32:08 UTC
Re: [CAD_CAM_EDM_DRO] Parabola via CNC?
Tom Benedict
2001-04-13 18:43:36 UTC
Re: [CAD_CAM_EDM_DRO] Parabola via CNC?
Greg Nuspel
2001-04-13 18:54:51 UTC
Re: [CAD_CAM_EDM_DRO] Parabola via CNC?
dougrasmussen@c...
2001-04-13 19:04:02 UTC
Re: Parabola via CNC?
dave engvall
2001-04-13 20:09:04 UTC
Re: [CAD_CAM_EDM_DRO] Parabola via CNC?
Tom Benedict
2001-04-13 23:43:21 UTC
Re: [CAD_CAM_EDM_DRO] Parabola via CNC?
Alan Marconett KM6VV
2001-04-13 23:49:57 UTC
Re: [CAD_CAM_EDM_DRO] Parabola via CNC?
Fred Smith
2001-04-14 05:36:04 UTC
Re: Parabola via CNC?
Rich D.
2001-04-14 08:37:06 UTC
Re: [CAD_CAM_EDM_DRO] Re: Parabola via CNC?
Peter Chen
2001-04-15 02:16:49 UTC
Parabola via CNC?