Re: EMC and 4th axis
Posted by
Jon Elson
on 1999-08-16 22:55:00 UTC
Dan Mauch wrote:
motion planning, interpolation and motion control will handle up to 6 axes.
The only piece of code that does not currently support additional axes is
the user interface. Fred Proctor definitely has this near the top of his
priority list. It actually isn't very hard, because the hard parts are already
there. But, it will take a good deal of tweaking to get the X, Y and Z
sections squeezed down to the left half of the screen, to make room on
the right side for the new ones. Also, parameterizing the axis names
seems to be the right way to go. One guy will want XYZAB, and another
will want XYZAW. Most of the axis parameters are already in the
.ini file, such as linear/rotary, so adding the letter name is logical, but
it may affect quite a few places. Also, the interpreter needs to know
the names of the extra axes, to route movements to the right axis.
Another related item is to allow a mixing of stepper and servo
axes in the same system. I believe Fred is working on this now, or
will be very soon.
Jon
> From: "Dan Mauch" <dmauch@...>Most of the support for additional axes (up to 6) is in EMC. The interpreter,
>
> I looked all over and I can't find any info on adding a 4th and possibly
> fifth axis.
motion planning, interpolation and motion control will handle up to 6 axes.
The only piece of code that does not currently support additional axes is
the user interface. Fred Proctor definitely has this near the top of his
priority list. It actually isn't very hard, because the hard parts are already
there. But, it will take a good deal of tweaking to get the X, Y and Z
sections squeezed down to the left half of the screen, to make room on
the right side for the new ones. Also, parameterizing the axis names
seems to be the right way to go. One guy will want XYZAB, and another
will want XYZAW. Most of the axis parameters are already in the
.ini file, such as linear/rotary, so adding the letter name is logical, but
it may affect quite a few places. Also, the interpreter needs to know
the names of the extra axes, to route movements to the right axis.
Another related item is to allow a mixing of stepper and servo
axes in the same system. I believe Fred is working on this now, or
will be very soon.
Jon
Discussion Thread
Dan Mauch
1999-08-16 09:40:07 UTC
Re: EMC and 4th axis
Jon Elson
1999-08-16 22:55:00 UTC
Re: EMC and 4th axis
Dan Mauch
1999-08-17 07:09:13 UTC
Re: EMC and 4th axis
RCGipson
1999-08-17 09:23:39 UTC
Re: EMC and 4th axis
Tim Goldstein
1999-08-17 09:52:08 UTC
Re: EMC and 4th axis
Fred Proctor
1999-09-01 13:41:43 UTC
Re: EMC and 4th axis
Fred Proctor
1999-09-01 14:45:55 UTC
Re: EMC and 4th axis
Dan Mauch
1999-09-02 08:24:25 UTC
Re: EMC and 4th axis
Jon Anderson
1999-09-02 09:31:32 UTC
Re: EMC and 4th axis
Fred Proctor
1999-09-02 14:08:40 UTC
Re: EMC and 4th axis