CAD CAM EDM DRO - Yahoo Group Archive

Re: Auto tool changers (more)

on 2002-02-23 17:09:14 UTC
Hi Ballendo,

Good thoughts. Since I'm not thinking of designing a tool changer (I'd
just like to come up with something Bill and others could use), This
effort will rely on the ENCO hardware Bill has. I have digitized some
angle data from the escapement pix

http://www.grifftek.com/c5cnc/c5cnc.html

And I can see that only a few degrees past the 20 degree width of the
ratchet's tip is necessary. I am thinking I might mill out a ratchet
for test on the Sherline rotary table. This would be an ideal way to
"simulate" the mechanism. I'm guessing that the ratchet part is about
1.5" OD.

It would appear that some "reverse force" would be needed to secure the
ratchet.

Just using a delay sounds risky. I think we need a tool # command, and
the use of M06 "complete" (?) line to signal that the selected tool is
in position.

I've already mentioned in a previous post that a "canned cycle" could be
implemented in the controller software to implement this quite easily,
but that option is not open (as far as I know) to the majority of
controllers. Perhaps we can put it into TurboCNC, or Master5 (guys?),
even CNCpro, but I'd like to be able to add it to anything.

I suppose a primitive implementation could just run the existing DC
motor! And putting in a tool change command, and the user pushing a
button until the proper tool (t2, t3, etc) is in position, and then
pressing the "tool change continue" sw on the controller would also be
fine for a start. Bill?

Tripping a microswitch at the "tool change stall" IS a clever way to
start the automated sequence. We just need 3 bits...

And yes, as I suggested, the use of a 4th axis to rotate the tool
changer would also work (OK, put it in a subroutine).

Bill, any place we can mount an encoder disk? Something like the one
on the spindle (I'm told)?

Anyone else interested in this (ENCO5 list?)?

Alan KM6VV


ballendo wrote:
>
> Alan,
>
> You're right.
>
> For shortest path, use a geneva. Or the worm wheel and a brake/lock.
> Or lever acting tapered shot pin, as used in turret lathe tailstocks.
>
> <SNIP>
>
> Alan, you don't need anything like 20 degrees "fallback"! Plan for
> MUCH less. Yes, the sherline rotary table would make an
> excellent "model". You could pretty easily set up the pawl
> arrangement on its face a la a "sacrificial" plate. The "shortest
> path" is only needed for larger numbers of tools, IMO.
>
> The simplest, though not fastest way to implement somethinng like
> this for a control that doesn't know it exists is to use G04 (delay)
> with the M06 (toolchange). Set the delay for "worst case" rotation
> time. Even this assumes the M06 will at least have a "start process"
> bit. If this is unavailable, use an AUX I/O output bit (which most
> programs have) in the same block. Personally, I'd set it up for one
> position index and repeat the I/O bit command as necessary to get the
> tool I want.
>
> Another way, that doesn't use ANY output bits is to program a motion
> to a switch (use a subroutine; or cut and paste), such that the
> motion trips the switch, causing the index. In this case, a PIC could
> set a specific number of steps, and issue the needed motion profile,
> answering back to ITSELF. Then, if the PIC is not satisfied that "all
> is well", IT could trip a home or limit switch! Or be wired into an
> opstop, or feedhold, or... you get the idea.
>
> A similar, and even "lower tech", is to use a "canned routine"
> (subroutine) motion which causes the index manually!
>
> Sometimes we can look at how things were solved in the "mechanical
> only" days, and use some updated version to accomplish what we need...
> Not EVERYTHING needs to be computer controlled to be automatic!
>
> Hope this helps.
>
> Ballendo
>
> <SNIP>
>
> --- In CAD_CAM_EDM_DRO@y..., Alan Marconett KM6VV <KM6VV@a...> wrote:
> > Hi Bill, Ballendo,
> >
> > I've got the "two sensor" indexing scheme down from previous
> projects
> > (see previous posts). I am doubtful that the ratchet/paw mechanism
> on
> > the tool changer would allow reverse rotation for anything other
> then
> > "falling back" against the paw, and thus "shortest path", while
> > interesting, may not be allowed.
> >
> > It sounds like there are only three positions; slots take three
> tools,
> > and holes take another three tools (boreing). Three positions are
> thus
> > needed, and Bill has suggested "tool loading" positions, which can
> also
> > be accomodated.
> >
> > Given the ammount of "over travel" needed, and the worm gear ratio,
> I
> > believe I can use a rotary table to simulate the action. So what
> I'm
> > looking for is a detailed plan, such as: From index, rotate 140
> degrees,
> > then fall back 20 degrees. How about videotape? Or a movie file?
> >
> > What driver will be used on the stepper motor? How many steps on
> the
> > motor? I have an Idea to send a DOS program, with the "canned" code
> > needed to implement the actions. This would have a simple LPT port
> > interface, which would later be used by the PIC based unit.
> >
> > How to interface to the controller program? Two bits out can code
> three
> > tool bit positions. The three "tool loading" positions would be
> > selected from a pb on the electronics. The controller can wait for
> the
> > M6 line "tool change" before the part program is allowed to
> continue. I
> > KNOW how to get the needed three bits out of a program, but we need
> to
> > get them out of a controller program Bill (and others?) are going to
> > USE. What controller program are you going to use Bill?
> >
> > Alan KM6VV
> >

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