Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Posted by
Jon Elson
on 2003-11-12 22:31:09 UTC
Alan Marconett KM6VV wrote:
controls don't do this, or require an expensive option to be enabled.
Some of the higher-end controls can do NURBS surfaces or any surface
that can be defined mathematically with standard mathematical functions
such as sine, tangent, etc. They can accept the formula right in the
G-code.
If you do exotic molds and stuff, it can allow 10 lines of code to replace
500,000 blocks of small linear moves.
interpreting the
G-code. They generally test that the radius is the same between the defined
center and the starting and ending points for the arc. If the mismatch is
greater than some limit value, the program aborts the toolpath. The one
place
the R is ambiguous is a full, 360 degree circle. If you are at some
point, and
are told to make a 1" circle, should you start left or right? The I,J
parameters
completely specify the center of the arc, while the R does not.
Jon
>Hi Jon,Well, it depends on your hobby. Yes, of course, even many commercial CNC
>
>Arc moves in two planes at once sounds like a neat math problem! Any
>idea how it's done? I understand (and have implemented) moves in each
>of the single planes. How often is something like this used? OK,
>probably not necessary in a hobby controller!
>
>
controls don't do this, or require an expensive option to be enabled.
Some of the higher-end controls can do NURBS surfaces or any surface
that can be defined mathematically with standard mathematical functions
such as sine, tangent, etc. They can accept the formula right in the
G-code.
If you do exotic molds and stuff, it can allow 10 lines of code to replace
500,000 blocks of small linear moves.
>R radius parameters are not that hard to implement, but I'm told they'reReally, all CNC controls create an internal radius value when
>not always useable (or accurate for all arcs). The do appear to make it
>easier to write arc blocks in an "interactive mode". I guess it just
>depends on what you know about what you're drawing.
>
>
interpreting the
G-code. They generally test that the radius is the same between the defined
center and the starting and ending points for the arc. If the mismatch is
greater than some limit value, the program aborts the toolpath. The one
place
the R is ambiguous is a full, 360 degree circle. If you are at some
point, and
are told to make a 1" circle, should you start left or right? The I,J
parameters
completely specify the center of the arc, while the R does not.
>Adding a linear move along with an arc move is also not that hardGreat for thread milling!
>(helical), but I haven't made much use of it... yet.
>
>
Jon
Discussion Thread
Mike Chaney
2003-11-11 14:43:27 UTC
Help needed with G code
doug98105
2003-11-11 15:12:35 UTC
Re: Help needed with G code
Mike Chaney
2003-11-11 15:22:48 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
volitan712003
2003-11-11 17:32:34 UTC
Re: Help needed with G code
volitan712003
2003-11-11 18:04:16 UTC
Re: Help needed with G code
Mike Chaney
2003-11-12 00:35:18 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Fred Smith
2003-11-12 06:54:08 UTC
Re: Help needed with G code
Jon Elson
2003-11-12 09:19:51 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Tim
2003-11-12 09:24:55 UTC
Re: Help needed with G code
Alan Marconett KM6VV
2003-11-12 11:23:50 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Mike Chaney
2003-11-12 12:11:50 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Jon Elson
2003-11-12 22:31:09 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Jon Elson
2003-11-12 22:35:26 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
COGSMAN1
2003-11-13 07:27:00 UTC
Re: Help needed with G code
Fred Smith
2003-11-13 09:29:03 UTC
Re: Help needed with G code
Mike Chaney
2003-11-13 11:38:38 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Mike Chaney
2003-11-13 12:05:34 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Raymond Heckert
2003-11-13 20:09:17 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Jon Elson
2003-11-13 21:25:12 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
alenz2002
2003-11-13 21:28:33 UTC
Re: Help needed with G code
COGSMAN1
2003-11-14 04:49:31 UTC
Re: Help needed with G code
Marcus and Eva
2003-11-14 07:43:57 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Charles Hixon
2003-11-14 11:03:01 UTC
Re: Help needed with G code