Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Posted by
Jon Elson
on 2001-10-02 10:46:54 UTC
Brian Pitt wrote:
standard G-codes were developed so, that they would be universal.
The canned cycles are mostly different, but canned cycles are not a
standardized feature of G-code, and are meant to be used in a machine-
dependent manner.
M03 for tool change. The T020202 you mention is also a non-standard
use of the tool word. A D word following the T word provides the correct
offsets for the selected tool.
An encoder counter device does that task. The computer only inquires
periodically what the count is, and computes where the Z (and possibly X
on tapered threads) should be.
One change is that the spindle is a 'recycling' axis, while other axes are
not. What I mean is that every so many counts, the spindle is back at
the same position. Some systems arrange for the spindle encoder counter to
reset back to zero every time the index mark comes up. The STG board,
and all others that use the LS7166 and LS7266 encoder counters can't
do this. So, the software needs to compensate for this effect, that the spindle
counter just keeps counting revolution after revolution.
Jon
> this aint as easy as it might look at firstThere are lots of modifications added by some builders, but, in fact, the
>
> the G-Code interpreter would need to be redone in some areas for a
> turning center ,many of the codes do different things and most lathes have
> some extra canned cycles for rough turning and facing that will take several
> passes and leave some stock for the finish pass
> often the parts finished profile is given in a subroutine and the control
> will run that section of code twice ,once to rough it down and again as
> a constant contouring finish pass (another canned cycle)
standard G-codes were developed so, that they would be universal.
The canned cycles are mostly different, but canned cycles are not a
standardized feature of G-code, and are meant to be used in a machine-
dependent manner.
>M03 is turn spindle clockwise. I don't know of any machine that uses
> tool nose radius comp is done slightly differently and the
> standard 8 TNR vectors would need to be added to the tool table ,
> maybe in place of some of the extra work offsets (lathes only use one)
> also many lathes do not use M03 to change tools,you first move to
> a preset tool change position (X positive limit) and just use T020202
> (tool 2 , pocket 2 , offset 2) calling that tool with a 2nd offset would be
> T020222
M03 for tool change. The T020202 you mention is also a non-standard
use of the tool word. A D word following the T word provides the correct
offsets for the selected tool.
> the default cutting plane for arcs will need to be set to XZ rather thanThe computer does not need to take any action on individual encoder counts.
> the mills default of XY (naturally)
>
> the spindle encoder should have a fairly high resolution both for threading
> and as the C axis ,the encoder is often driven from a small timing belt pulley
> separate from the spindle drive pulleys
> in fact most mills have a spindle encoder for rigid tapping and tool indexing
> during tool changes
> so you should really think of the spindle as a full blown rotary axis on ANY
> machine tool not just the lathe
> oh yea, even with a high resolution encoder at several thousand RPM the
> encoder counts will only be coming in at a few hundred Khz ,this shouldn't be
> a problem for a reasonably fast computer to keep up with
An encoder counter device does that task. The computer only inquires
periodically what the count is, and computes where the Z (and possibly X
on tapered threads) should be.
One change is that the spindle is a 'recycling' axis, while other axes are
not. What I mean is that every so many counts, the spindle is back at
the same position. Some systems arrange for the spindle encoder counter to
reset back to zero every time the index mark comes up. The STG board,
and all others that use the LS7166 and LS7266 encoder counters can't
do this. So, the software needs to compensate for this effect, that the spindle
counter just keeps counting revolution after revolution.
>This would be the G33 word.
> constant surface speed was already mentioned
>
> and I don't remember if EMC has a feed per rev setting or just feed per min
Jon
Discussion Thread
Art Fenerty
2001-10-01 17:28:52 UTC
EMC Lathe mode.
Doug Fortune
2001-10-01 17:50:47 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Art Fenerty
2001-10-01 17:58:53 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
wanliker@a...
2001-10-01 18:20:05 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Doug Fortune
2001-10-01 19:29:07 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
currinh@O...
2001-10-01 19:59:01 UTC
Re: EMC Lathe mode.
wanliker@a...
2001-10-01 21:27:04 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Jon Elson
2001-10-01 22:27:26 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Jon Elson
2001-10-01 22:30:39 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Jon Elson
2001-10-01 22:32:29 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Jon Elson
2001-10-01 22:38:41 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Brian Pitt
2001-10-02 02:13:35 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Art Fenerty
2001-10-02 04:49:58 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Doug Fortune
2001-10-02 07:22:19 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Jon Elson
2001-10-02 10:46:54 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Ethan Vos
2001-10-02 10:58:41 UTC
RE: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Jon Elson
2001-10-02 11:00:51 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Brian Pitt
2001-10-02 11:41:54 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Paul
2001-10-02 12:11:28 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Art Fenerty
2001-10-02 12:19:07 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Ray
2001-10-02 13:48:44 UTC
Re: Re: EMC Lathe mode.
jhtkcarn@a...
2001-10-02 14:21:06 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: EMC Lathe mode.
beer@s...
2001-10-02 14:40:22 UTC
Re: Re: EMC Lathe mode.
ccs@m...
2001-10-02 14:58:07 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: EMC Lathe mode.
Art Fenerty
2001-10-02 15:24:46 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: EMC Lathe mode.
Fred Smith
2001-10-02 15:57:59 UTC
Re: EMC Lathe mode.
Art Fenerty
2001-10-02 16:06:37 UTC
Re: [CAD_CAM_EDM_DRO] Re: EMC Lathe mode.
Jon Elson
2001-10-02 20:09:25 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: EMC Lathe mode.
Jon Elson
2001-10-02 20:53:24 UTC
Re: [CAD_CAM_EDM_DRO] EMC Lathe mode.
Jon Elson
2001-10-02 21:04:42 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: EMC Lathe mode.
Donald Brock
2001-10-03 02:52:39 UTC
Re: EMC Lathe mode.