Re: Electric handwheel? Practice notes/thoughts...
Posted by
alenz2002
on 2003-12-01 23:03:19 UTC
-
Kim,
Thank you very much for sharing your real world hands on knowledge
with us. I found it very informative.
Al Lenz
-- In CAD_CAM_EDM_DRO@yahoogroups.com, Kim Lux <lux@d...> wrote:
it if you have trouble.
are there, for OT subjects, that are not allowed on the CCED list.
EXCEPTIONS........
Kim,
Thank you very much for sharing your real world hands on knowledge
with us. I found it very informative.
Al Lenz
-- In CAD_CAM_EDM_DRO@yahoogroups.com, Kim Lux <lux@d...> wrote:
> I got so carried away on the positioning of the feedwheels that Iforgot
> to comment on the use of detents and friction devices. I actuallythink
> the gist of this question is about how to quickly and easilymanually
> machine one off parts with a CNC machine, so I'll go into somedetail on
> that.caused
>
> Believe it or not, the knobs (or dials for feedwheels themselves)
> us a considerable amount of anguish. We started out machining (onthe
> CNC lathe of course...) nice big beautiful 3.5 inch feedwheels tomount
> on the encoders. Although they had a nice tactile feel, they hadtoo
> much (or just the right amount) of inertia. They don't stopfeedwheel,
> immediately... they feel a lot different than a manual lathe
> for example. The thing that takes some getting used to is the sheerin
> mechanical advantage that one has with electronic feedwheels. Case
> point, when setting up insert based lathe tools to touch, you canthat,
> literally crush the insert without straining your pinkie. Add a
> feedwheel with inertia to the mix and it feels weird. Having said
> we've still got a steel feedwheel on the X axis of the lathe.using
>
> The encoders themselves have some drag, but not much. We are now
> a light plastic 2.5" "finger dial" we found in McMasterCarr. Theyare
> liked by most everyone that runs the equipment. Inexpensive too.totally
>
> When we first put on the encoders, we thought that we are going to
> like/need detents or some friction device. We've found that isn't
> necessary. When you run feedwheel encoders, the wheels are only
> functioning in jog mode (and in single step run mode with my TCNC3
> mods...). Thus, you don't have to worry about bumping them during
> production "automatic" runs or during MDI command operation.
> Furthermore, they have enough friction that they don't move by
> themselves.
>
> I thought we'd need graduated wheels too. In practice this is
> unnecessary. If one wants to move a precise amount, say 0.010", onesane,
> will generally set the resolution of the feedwheel to something
> like 0.001" per graduation and then just watch the CNC controllerand
> software until the right dimension is reached. Graduations/detents
> aren't needed and probably won't be missed.
>
> Truthfully, the thing that feedwheels are used the most for is tool
> workpiece setup and they are indispensable for that purpose. Ifind it
> very slow to zero workpieces and tools with code commands especiallyfeedwheels,
> when one is trying to touch off an edge, diameter, etc. As far as
> saying that you will machine a surface (or diameter) via the
> I don't think you will. ***IF*** you have a good singlestep/jog/MDI
> user interface, you'll issue a g1 z-2 f6 before you will standthere and
> turn the feedwheel for 20 seconds. Once you learn Gcode, it justfor
> becomes second nature to issue a command and let the machine do it.
> Ditto for using the mill. In spite of having the quill available
> drilling, I rarely drill holes manually or with the Z axisfeedwheel.
> All our holes are drilled with:issue
>
> g98 r0.25 ; set the Z retract height
> g78 z-1 i-0.1 f1 P200 #1000 ; stop for a second above the work
>
> BTW: we've implemented symbols in our version of TCNC. Ie we can
> the following on the commandline in *jog* mode:This
>
> %hole1 = x1 y1
>
> This sets the symbol %hole1 to equal "X1 Y1" in any Gcode command.
> is extremely handy when MANUALLY machining something using GCodes.and the
>
> Actually, I usually don't use the symbol "%hole1". I'd use "%h1" or
> even "%1" because it is faster to type. I can then type "g0 %1"
> machine goes to hole 1.you
>
> The other thing that is very handy is to have HISTORY, ie whenever
> type in a command, it is available for re use via a scrollinghistory on
> the MDI command. Thus, my sequence for drilling and tapping 4holes is:
>on
> a) enter the hole locations:
> %h1 = x1 y1
> %h2 = x3 y1
> %h3 = x3 y3
> %h3 = x1 y3
>
> b) move to the first hole
> g0 %h1
>
> c) put in the center drill and set Z0. I usually let the bit rest
> the work and tighten the quill lock.reasons:
>
> d) Issue a simple drill command:
> g98 z0.25 ; set the Z axis retract height.
>
>
> Why use G78 when I only need a G1 for such a simple hole ? Two
> a) it handles retracting the bit away from the work automatically,so I
> don't have to type in G0 z0.25 after every hole and b) we are goingto
> reuse the command later.h1
>
> To drill all the rest of the holes, bring up the MDI, cursor to G0 %
> and edit the line to read G0 %h2, %$h3, etc. This will also savethem
> all to history... Don't forget to G0 Z0 to get the bit to thestarting
> point, although it will drill the hole if you don't... you'll justbe
> waiting while it drills the first 0.25" of air !have in
>
> e) Now that all the center holes are drilled, drill the real holes.
> First go to hole 1. DON'T type in G0 %h1, because it is already in
> history... be lazy and cursor up to the command and then run it.
>
> To actually drill the hole, bring up the G78 command we already
> history and edit it to be the real hole command:tooling
>
> g78 z-1 i-0.1 f0.5 p200 #1000
>
> Run it to drill the first hole. Bring up G0 %h2 to drill the second
> hole, G%h3.. G%h4 for the fourth hole.
>
> I find that I use my time while the machine is running to get
> ready for the next operation, to measure things, check my drawings,feedrate
> etc. Also: we've got a VFD on the mill and TCNC have variable
> control, so I usually adjust the two so that the drill is runningjust a
> bit faster than what produces a continuous chip... continuous chipsto
> fling coolant all around and make a mess.
>
> f) Now we need to tap or holes, using a center point in the collet
> center our tap. I change to the center point, reset Z to somethingthat
> works with the tap (either via the feedwheels or via a G0 Z1command...)
> and go to work tapping the holes. The quill is free (ie not CNC'd)on
> our mill, so I just leave it loose to keep the tap centered. I useto the
> CURSORS and the commands in history (ie G0 %h1...) to move around
> holes.a CAD
>
> I find this method of drilling holes faster than sitting down with
> system, faster than manually writing a GCode file, faster thanusing a
> mill with a DRO and about 5x faster than using a mill without ain
> DRO.
>
> Of course we'll be replacing the manual tapping with rigid tapping
> the near future.like
>
> We use similar routines/procedures on the lathe.
>
> We've written a bunch of non standard canned cycles so that things
> hellical milling, thread milling, tapers, threading, slot milling,productivity has
> surfacing, etc. are all single commands. Our machining
> improved 5x over using a manual machine.these
>
> The other secret to manually machining a part is to start with a
> dimensioned drawing. It doesn't have to be CAD quality. We keep
> drawings for every part we make. I usually write the commands thatI
> use for making the part on another sheet and staple them togetherso I
> can make another one someday. We've got files of part drawings andor
> Gcode commands all ready to make another one someday.
>
> About the only thing we write GCode files for are production parts
> parts made in quantities of more than 2 or 3.fly" I
>
> Our version of TCNC allows us to add commands to the partfile we are
> running as it is being run. If we are making up a part "on the
> open up a dummy part file with the headers, etc in in and startadding
> commands and then editing/running them. By the time I've got mypart
> made I've also got my partfile done. I still find it faster towrite
> the part file first and then run/edit/refine it. There is somethingat
> unnerving about writing a partfile with the chuck spinning the part
> 2000 RPM... although we can start and stop the chuck at will whilesometimes
> single stepping through part files.
>
> About the only thing I machine manually via the feedwheels is
> I will face a piece in the lathe, on one offs, I will knock thecorners
> down and I will sometimes feed the center drill (mounted on thecross
> slide of course.) I do everything else via Gcode from an MDIcommand on
> our modified jog screen. I use the feedwheels extensively duringgroup to
> setup.
>
> I ask those that have criticized my contributions back to this
> consider the length and depth of the emails I wrote today.over
>
> Kim
>
>
> On Mon, 2003-12-01 at 13:32, Kim Lux wrote:
> > On Mon, 2003-12-01 at 12:17, Graham Stabler wrote:
> > > Odd question, where do you mount the wheels?
> > >
> > > In conventional positions or together?
> > >
> > > Also do you add some sort of simple friction device to stop
> > > spinning?put the
> >
> > These are NOT "odd questions". I had the same questions when we
> > feedwheels on our machines. (We actually have them on 3machines.)
> >then
> > On the lathe, we thought about mounting them on the carriage, but
> > decided to mount them right where the screw cutting gearbox leversintact.)
> > *were*. (We removed the levers, although we left the gear box
> >selector
> > This puts them on the headstock, right below the spindle gear
> > levers. The idea is that they are right by (actually to the leftof)
> > the chuck for quick positioning of the tools when setting uptools,
> > parts, etc. Incidentally we mounted the monitor on top of thelately)
> > headstock, at eye level when standing. The keyboard (sans mouse
> > is right below the feedwheels. We find this positioning quiteright at
> > convenient. Everything (monitor, keyboard and feedwheels) are
> > your disposal. *IF* we did a lot of work on long pieces (20"+)we might
> > find the controls too far from the middle of the lathe, but as weuse it
> > right now, it works quite well.on the
> >
> > BTW: Our neighbors have a commercial CNC lathe with the control
> > rightmost sliding door and only one feedwheel. They are nothappy with
> > that arrangement.below
> >
> > On the mill, we've got the feedwheel mounted at the front, right
> > where the manual Y axis feedwheel was. We've got a lip over thewheels
> > to prevent coolant from dripping on them.wanliker@a..., timg@k...
> >
> > We need to do more work on our enclosures. We've got issues with
> > coolant and metal chips flying everywhere.
> >
> > Kim
> >
> >
> > > Thanks
> > >
> > > Graham
> > >
> > >
> > > Addresses:
> > > FAQ: http://www.ktmarketing.com/faq.html
> > > FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
> > > 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,
> > > Moderator: pentam@c... indigo_red@q... [Moderators]aol://5863:126/rec.crafts.metalworking or go thru Google.com to reach
> > > URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
> > >
> > > OFF Topic POSTS: General Machining
> > > If you wish to post on unlimited OT subjects goto:
it if you have trouble.
> > > http://www.metalworking.com/news_servers.htmlto be a sister site to the CCED group, as many of the same members
> > >
> > > http://groups.yahoo.com/group/jobshophomeshop I consider this
are there, for OT subjects, that are not allowed on the CCED list.
> > >POSTING THEM. DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO
> > > NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY
EXCEPTIONS........
> > > billhttp://docs.yahoo.com/info/terms/
> > > List Mom
> > > List Owner
> > >
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
> --
> Kim Lux <lux@d...>
Discussion Thread
irfan_younis
2003-12-01 04:28:49 UTC
Electric handwheel?
Kim Lux
2003-12-01 07:27:03 UTC
Re: [CAD_CAM_EDM_DRO] Electric handwheel?
Jon Elson
2003-12-01 09:44:34 UTC
Re: [CAD_CAM_EDM_DRO] Electric handwheel?
Kim Lux
2003-12-01 09:50:08 UTC
Re: [CAD_CAM_EDM_DRO] Electric handwheel?
Graham Stabler
2003-12-01 11:18:01 UTC
Re: Electric handwheel?
Kim Lux
2003-12-01 12:32:28 UTC
Re: [CAD_CAM_EDM_DRO] Re: Electric handwheel?
Kim Lux
2003-12-01 14:10:00 UTC
Re: [CAD_CAM_EDM_DRO] Re: Electric handwheel? Practice notes/thoughts...
alenz2002
2003-12-01 23:03:19 UTC
Re: Electric handwheel? Practice notes/thoughts...