Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Posted by
Jon Elson
on 2001-08-13 10:27:10 UTC
William Scalione wrote:
parameters in the .ini file, which should be set pretty close to the max
acceleration the machine is actually capable of, otherwise the EMC
will be rounding the corners even more than necessary. So, yes,
finding the highest acceleration that will not cause problems like
losing steps or tripped servo amps is the first thing to do.
Then, there is the G61 (exact stop mode) modal G-code, which
means that the machine is to come to a complete stop anyplace
where a blended move won't pass exactly through the endpoint.
This will slow down your program quite a bit, but there will be no
rounding of the corners whatsoever.
Without the G61, whenever the machine starts to decelerate an axis
at the end of one move, the other axis begins to accelerate. For
slow moves, this produces very little rounding. For rapid movement,
the rounding can be quite large.
Finally, you can change the program so that the ends of each line
have a several inch section at low speed programmed as a separate
G-code block, which will give the best performance, as you are
specifying what you really want the machine to do, vs. allowing EMC
to guess at it.
Maybe the G61 will work fine for your needs.
Jon
> Jon,There are a couple of ways of managing this. You have the acceleration
>
> Lets see if I understand you right.
>
> My cnc router will do cuts at 300ipm but I need to slow it down
> as at that speed corners will be rounded sometimes 1/2" or more.
> If I change the acceleration numbers in the ini file, will that help
> with my problem?
parameters in the .ini file, which should be set pretty close to the max
acceleration the machine is actually capable of, otherwise the EMC
will be rounding the corners even more than necessary. So, yes,
finding the highest acceleration that will not cause problems like
losing steps or tripped servo amps is the first thing to do.
Then, there is the G61 (exact stop mode) modal G-code, which
means that the machine is to come to a complete stop anyplace
where a blended move won't pass exactly through the endpoint.
This will slow down your program quite a bit, but there will be no
rounding of the corners whatsoever.
Without the G61, whenever the machine starts to decelerate an axis
at the end of one move, the other axis begins to accelerate. For
slow moves, this produces very little rounding. For rapid movement,
the rounding can be quite large.
Finally, you can change the program so that the ends of each line
have a several inch section at low speed programmed as a separate
G-code block, which will give the best performance, as you are
specifying what you really want the machine to do, vs. allowing EMC
to guess at it.
Maybe the G61 will work fine for your needs.
Jon
Discussion Thread
Art Fenerty
2001-08-10 17:02:45 UTC
UCMI Interface
stevesng@n...
2001-08-11 07:29:49 UTC
Re: UCMI Interface
Art Fenerty
2001-08-11 12:46:31 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Matt Shaver
2001-08-11 15:09:42 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Art Fenerty
2001-08-11 16:15:38 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Jon Elson
2001-08-11 23:20:59 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Art Fenerty
2001-08-12 05:44:35 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Jon Elson
2001-08-12 13:25:27 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Art Fenerty
2001-08-12 13:43:37 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Art Fenerty
2001-08-12 16:04:58 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
rab@r...
2001-08-12 16:18:56 UTC
Re: UCMI Interface
Art Fenerty
2001-08-12 16:25:39 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Jon Elson
2001-08-12 21:30:41 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Jon Elson
2001-08-12 22:22:10 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
William Scalione
2001-08-12 22:30:27 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Art Fenerty
2001-08-13 03:10:44 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Jon Elson
2001-08-13 09:50:41 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Art Fenerty
2001-08-13 10:01:30 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Jon Elson
2001-08-13 10:27:10 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
William Scalione
2001-08-13 10:38:07 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Jon Elson
2001-08-13 22:45:12 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface
Jon Elson
2001-08-13 22:55:54 UTC
Re: [CAD_CAM_EDM_DRO] Re: UCMI Interface