Re: Auto tool changers
Posted by
ballendo
on 2002-02-26 02:24:49 UTC
Ray,
Both Fred and Brian have given excellent responses already. Actually,
a lot of programming books and cnc gurus/teachers recommend calling
the next tool early. The WAY to do it may change(as Brian wrote), but
the habit OF doing it is a good one, regardless of control used.
Compare what you mentioned:
I don't believe that I've ever seen a program where the M6 Txx
command was given before it was needed.
With what I wrote (emphasis added with caps):
Most good programmers will list the "T" word at least A FEW BLOCKS
AHEAD OF THE M06, so the toolchange turret can "get ready"(rotate;
talking 'bout mills here) so as to have the next tool in position for
a quicker tool change WHEN THE M06 ACTUALLY INITIATES THE PHYSICAL
CHANGE to the new tool.
Clearly they are both correct statements. But NOT the same.
Lookahead exists to allow cutter radius comp, and to prevent crashes
and gouging from accel/decel issues. PLC's exist as a semi-
intelligent "servant" OF the control, which distributes the "brain"
power needed to run the machine. But I've not seen them work together
to "predict/discern" the next tool and get it ready, tho' they
could...
Hope this helps,
Ballendo
Both Fred and Brian have given excellent responses already. Actually,
a lot of programming books and cnc gurus/teachers recommend calling
the next tool early. The WAY to do it may change(as Brian wrote), but
the habit OF doing it is a good one, regardless of control used.
Compare what you mentioned:
I don't believe that I've ever seen a program where the M6 Txx
command was given before it was needed.
With what I wrote (emphasis added with caps):
Most good programmers will list the "T" word at least A FEW BLOCKS
AHEAD OF THE M06, so the toolchange turret can "get ready"(rotate;
talking 'bout mills here) so as to have the next tool in position for
a quicker tool change WHEN THE M06 ACTUALLY INITIATES THE PHYSICAL
CHANGE to the new tool.
Clearly they are both correct statements. But NOT the same.
Lookahead exists to allow cutter radius comp, and to prevent crashes
and gouging from accel/decel issues. PLC's exist as a semi-
intelligent "servant" OF the control, which distributes the "brain"
power needed to run the machine. But I've not seen them work together
to "predict/discern" the next tool and get it ready, tho' they
could...
Hope this helps,
Ballendo
--- In CAD_CAM_EDM_DRO@y..., rehenry <rehenry@u...> wrote:
>
> > From: "ballendo" <ballendo@y...>
>
> > Alan,
> >
> > Sounds like you're most of the way already...
> >
> > Yes, M06 and Txx. Most good programmers will list the "T" word at
> > least a few blocks ahead of the M06, so the toolchange turret
> > can "get ready"(rotate; talking 'bout mills here) so as to have
the
> > next tool in position for a quicker tool change when the M06
actually
> > initiates the physical change to the new tool.
> >
> > But you have to be careful. Some controls will switch the offsets
> > used WHEN the "T" word is read. Bad, very bad. Same old, same old;
> > know your control! (Offsets "should" switch with the "D" and "H"
> > words. (Some older controls use different letter addresses for
> > diameter and height offset values)
>
> Ballendo
>
> Now you've got me really confused with this program it before you
use it
> stuff. It has been my impression over the years that the
combination of
> look ahead and programmable logic handled these kinds of tool
changer
> specific problems in most commercial CNC/PLC's. I don't believe
that
> I've ever seen a program where the M6 Txx command was given before
it was
> needed. Could you list a sample of controls where this kind of
> programming is commonly used?
>
> You are right that as hobby users we need to clarify how a specific
> CNC/PLC "reads" the M6, Txx, Dxx, and Hxx commands before we rush
into
> fitting or retrofitting.
>
> RayH -- U.P. Michigan
Discussion Thread
John H.
2002-02-21 22:08:45 UTC
Auto tool changers
audiomaker2000
2002-02-22 03:33:21 UTC
Re: Auto tool changers
David M. Munro
2002-02-22 04:14:12 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
dave_ace_me
2002-02-22 04:25:26 UTC
Re: Auto tool changers
Smoke
2002-02-22 06:14:23 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers
wanliker@a...
2002-02-22 07:05:58 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
Marcus & Eva
2002-02-22 07:24:41 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
ballendo
2002-02-22 08:03:12 UTC
Re: Auto tool changers
Drew Rogge
2002-02-22 08:16:15 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
Alan Marconett KM6VV
2002-02-22 11:41:34 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
Drew Rogge
2002-02-22 11:49:37 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
Alan Marconett KM6VV
2002-02-22 13:07:10 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
John H.
2002-02-22 13:13:40 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
wanliker@a...
2002-02-22 14:09:18 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
wanliker@a...
2002-02-22 14:11:08 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
wanliker@a...
2002-02-22 14:59:20 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
wanliker@a...
2002-02-22 15:26:11 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
Chris Clough
2002-02-22 15:30:12 UTC
PLC Programming - anyone?
Raymond Heckert
2002-02-22 15:56:39 UTC
Re: [CAD_CAM_EDM_DRO] Auto tool changers
Doug Harrison
2002-02-22 16:02:18 UTC
Re: [CAD_CAM_EDM_DRO] PLC Programming - anyone?
dave_ace_me
2002-02-22 21:23:36 UTC
Re: PLC Programming - anyone?
Chris Clough
2002-02-22 22:35:29 UTC
RE: [CAD_CAM_EDM_DRO] Re: PLC Programming - anyone?
dave_ace_me
2002-02-23 05:26:56 UTC
Re: PLC Programming - anyone?
dave_ace_me
2002-02-23 05:41:56 UTC
Re: PLC Programming - anyone?
rekmac
2002-02-23 07:03:23 UTC
Re: PLC Programming - anyone?
ballendo
2002-02-23 08:18:48 UTC
Re: Auto tool changers
ballendo
2002-02-23 08:30:03 UTC
Re: Auto tool changers
Sven Peter
2002-02-23 08:32:07 UTC
Re: [CAD_CAM_EDM_DRO] PLC Programming - anyone?
Alan Marconett KM6VV
2002-02-23 10:17:03 UTC
Re: Auto tool changers
rekmac
2002-02-23 10:54:17 UTC
Re: Auto tool changers
Alan Marconett KM6VV
2002-02-23 11:36:16 UTC
Re: Auto tool changers
wanliker@a...
2002-02-23 12:40:59 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers
wanliker@a...
2002-02-23 12:49:28 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers
doug98105
2002-02-23 12:58:44 UTC
Re: Auto tool changers
Alan Marconett KM6VV
2002-02-23 14:11:37 UTC
Re: Auto tool changers
Smoke
2002-02-23 14:24:16 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers
wanliker@a...
2002-02-23 15:01:39 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers
doug98105
2002-02-23 15:36:57 UTC
Re: Auto tool changers
ballendo
2002-02-23 15:36:58 UTC
Re: Auto tool changers (more)
ballendo
2002-02-23 15:58:01 UTC
Re: Auto tool changers
ballendo
2002-02-23 16:04:10 UTC
Re: Auto tool changers
ballendo
2002-02-23 16:12:28 UTC
Re: Auto tool changers
John H.
2002-02-23 16:59:41 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers (more)
Alan Marconett KM6VV
2002-02-23 17:09:14 UTC
Re: Auto tool changers (more)
Alan Marconett KM6VV
2002-02-23 17:15:45 UTC
Re: Auto tool changers
Smoke
2002-02-23 18:13:47 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers
doug98105
2002-02-23 18:44:04 UTC
Re: Auto tool changers
Smoke
2002-02-23 20:32:04 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers
ballendo
2002-02-24 10:46:09 UTC
Re: Auto tool changers (more)
ballendo
2002-02-24 23:59:32 UTC
Re: Auto tool changers
rehenry
2002-02-25 06:11:10 UTC
Re: Re: Auto tool changers
imserv1
2002-02-25 08:04:28 UTC
Re: Auto tool changers
Brian Pitt
2002-02-25 09:28:25 UTC
Re: [CAD_CAM_EDM_DRO] Re: Re: Auto tool changers
Alan Marconett KM6VV
2002-02-25 10:57:02 UTC
Re: Auto tool changers
John H.
2002-02-25 14:39:40 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers
Raymond Heckert
2002-02-25 17:50:20 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers
ballendo
2002-02-26 02:24:49 UTC
Re: Auto tool changers
ballendo
2002-02-26 03:49:20 UTC
Re: Auto tool changers
stephen_stallings
2002-02-26 10:24:38 UTC
Re: Auto tool changers - preloading
imserv1
2002-02-26 14:53:04 UTC
Re: Auto tool changers - preloading
wanliker@a...
2002-02-26 16:07:22 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers - preloading
imserv1
2002-02-26 19:01:24 UTC
Re: Auto tool changers - preloading
John H.
2002-02-26 20:37:10 UTC
Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers
rehenry
2002-02-27 10:13:39 UTC
Re: Re: Auto tool changers
Scot Rogers
2002-02-27 21:47:49 UTC
RE: [CAD_CAM_EDM_DRO] Re: Auto tool changers
ballendo
2002-02-28 03:31:40 UTC
Re: Auto tool changers