CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Re: Auto tool changers (more)

Posted by John H.
on 2002-02-23 16:59:41 UTC
When I first asked this question I was thinking more along the lines of
something to just swap the tools over while I'm out at school erm....
'learign'. Sounds more like it's going to solve world peace at the moment.
And using the shortest possible root at that too! I'm only kidding.

John H.

> 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.
> Could be solenoid activated. As long as a solenoid is being
> considered, it could "release" the pawl for "backwards" operation.
>
> I'd use failsafe logic, as used in mill tool changers and lathe
> spindle collets; i.e., the tool is held in position mechanically, and
> the release force works against the mechanical device(s) holding the
> tool in position to create the RELEASE (also like semi truck brakes).
> This way, if the solenoid (or whatever) fails, the tool position will
> be maintained. You just won't be able to index/remove it! (until you
> correct the defective part)
>
> 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
>
> P.S. With one input bit, or an output bit and a pic, we can
> accomodate any number of tool positions on a turret; it just may not
> be particularly fast, or efficient. But it MAY still beat "hand"
> change-overs, and allow unattended (tho' watched<G>) operation
>
> P.P.S. To allow for "loading" positions, just use a different number
> of steps in another sub. (putting the setscrews in a favourable
> position)
>
> Does anybody besides me see a few "marketable products" here?!?!
>
>
> --- 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
> >
>
>
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
>
> OFF Topic POSTS: General Machining
> http://www.metalworking.com/news_servers.html
> http://www.metalworking.com/news_servers.html
>
> Post messages: CAD_CAM_EDM_DRO@yahoogroups.com
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...
> Moderator: jmelson@... timg@... [Moderator]
> URL to this page: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
> bill,
> List Mom
> List Owner
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

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