CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Question about angular and linear feedrates

Posted by Jon Elson
on 2002-08-04 19:57:59 UTC
Dan Statman wrote:

> I would like to know how most (all) control programs will handle the
> feedrate for the following moves:
>
> A-axis is angular with feedrate expressed in degrees/sec
> X-axis is linear with feedrate expressed in inches/min
>
> Assume that I am always starting at X0 and A0 for these moves.
>
> If I command: G01 A180 F1.0 it should take 180 seconds to make the move.
> If I command: G01 X0.5 F1.0 it should take 30 seconds to make the move.
>
> My question is how long should the following move take starting at A0 X0:
>
> G01 A180 X0.5 F1.0

This can't be answered with the information you give. You need to know the
radius of the part at the location of the cutter tip. What is most important is
the feedrate across the part surface at the cutting edge. If the Y and Z axes
are in such position that the radius is 1", then the first command should
take 3.14 * 2 (diameter) / 2 (half revolution) / 1.0 (IPM) = 3.14 minutes!
The second command is all linear, so 30 sec is correct.

Your 3rd command should tale slightly OVER 3.14 minutes, as it is slightly
longer due to the combination of the two motions. But, if the radius of the
cutting edge from the centerline of the A axis was greater, the move should
take longer, since more surface is covered.

Unfortunately, the current version of EMC, and a number of other programs
that started life as 3-axis cartesian programs, don't have this calculation in
them. Real 4+ axis machining programs usually have this information provided
in some manner. 4 and 5-axis machining centers usually have the rotary
axes on the spindle, and so the machine control has all the distances between the
joints and the spindle programmed into it for proper coordination of tool offsets
when the rotary axes move. On a machine where the part is moved by rotary
axes mounted to the table (this can be true of trunnion-type machines, too)
this info is not necessarily known by the CNC control, but it CAN be made
available. If one were to force the constraint onto the part program setup that
Y and Z zero were such that the spindle centerline and tool tip were exactly
intersecting the A axis centerline, then you could make the correct calculations
of of feedrate based on the actual surface being defined by the toolpath.

This is generally how I would program such a part, anyway, as any other scheme
would lead to big headaches, I think.

Jon

Discussion Thread

Dan Statman 2002-08-03 12:28:46 UTC Question about angular and linear feedrates Brian Pitt 2002-08-03 14:47:19 UTC Re: [CAD_CAM_EDM_DRO] Question about angular and linear feedrates rainnea 2002-08-03 16:50:08 UTC Re: Question about angular and linear feedrates Dan Statman 2002-08-03 16:51:46 UTC Re: [CAD_CAM_EDM_DRO] Question about angular and linear feedrates Dan Statman 2002-08-03 17:58:33 UTC Re: [CAD_CAM_EDM_DRO] Re: Question about angular and linear feedrates bsptrades 2002-08-03 21:16:46 UTC Re: Question about angular and linear feedrates alenz2002 2002-08-03 21:24:03 UTC Re: Question about angular and linear feedrates Dan Statman 2002-08-03 22:16:29 UTC Re: [CAD_CAM_EDM_DRO] Re: Question about angular and linear feedrates Dan Statman 2002-08-03 22:26:22 UTC Re: [CAD_CAM_EDM_DRO] Re: Question about angular and linear feedrates imserv1 2002-08-04 06:11:01 UTC Re: Question about angular and linear feedrates Dan Statman 2002-08-04 08:42:38 UTC Re: [CAD_CAM_EDM_DRO] Re: Question about angular and linear feedrates imserv1 2002-08-04 09:08:15 UTC Re: Question about angular and linear feedrates Brian Pitt 2002-08-04 14:29:17 UTC Re: [CAD_CAM_EDM_DRO] Re: Question about angular and linear feedrates rainnea 2002-08-04 14:31:54 UTC Re: Question about angular and linear feedrates Alan Marconett KM6VV 2002-08-04 15:13:04 UTC Re: Question about angular and linear feedrates Brian Pitt 2002-08-04 15:37:43 UTC Re: [CAD_CAM_EDM_DRO] Re: Question about angular and linear feedrates cadcambee 2002-08-04 17:02:04 UTC Re: Question about angular and linear feedrates Jon Elson 2002-08-04 19:57:59 UTC Re: [CAD_CAM_EDM_DRO] Question about angular and linear feedrates Jon Elson 2002-08-04 20:13:59 UTC Re: [CAD_CAM_EDM_DRO] Re: Question about angular and linear feedrates rainnea 2002-08-05 01:42:57 UTC Re: Question about angular and linear feedrates Brian Pitt 2002-08-05 11:04:41 UTC Re: [CAD_CAM_EDM_DRO] Re: Question about angular and linear feedrates Alan Marconett KM6VV 2002-08-05 12:43:24 UTC Re: Question about angular and linear feedrates superintendent_god_botherer2000 2002-08-05 15:20:31 UTC Re: Question about angular and linear feedrates rainnea 2002-08-05 15:34:39 UTC Re: Question about angular and linear feedrates Dan Statman 2002-08-05 15:41:29 UTC Re: [CAD_CAM_EDM_DRO] Re: Question about angular and linear feedrates Alan Marconett KM6VV 2002-08-05 16:14:59 UTC Re: Question about angular and linear feedrates Brian Pitt 2002-08-05 21:14:11 UTC Re: [CAD_CAM_EDM_DRO] Re: Question about angular and linear feedrates Alan Marconett KM6VV 2002-08-06 10:45:26 UTC Re: Question about angular and linear feedrates