586,103 active members*
2,971 visitors online*
Register for free
Login

Search:

Type: Posts; User: MetalCarpenter

Search: Search took 0.00 seconds; generated 43 minute(s) ago.

  1. Replies
    2
    Views
    942

    Re: Haas sl30 live tooling

    put a S code on the line before the live tooling tap cycle (g195) That is the place it gets the rpm for the cycle.


    N2
    (10-32 -2B TAP)
    G00 T909
    (SOLIDMILLTURN - DRILLING)

    M15
    M154
  2. Re: Feed rate - c axis milling on HNK lathe with fanuc 18i TB

    I agree with ProToZyKo.

    try this

    diameter x pi = circumference

    circumference / 360 = distance per degree

    feedrate / distance per degree = feedrate in degrees
  3. Re: Turning Threads on Kent TRL-1340 manual

    Using the Threading Dial
  4. Re: CNC'd LMS High Torque Mill Surface Finish Question

    That looks like chatter.check the rigidity of your work holding.maybe a screw jack under the part damping the vibration.it seems to be on the part where the vise isnt directly under it.I am just...
  5. I really believe the tool path is what will make...

    I really believe the tool path is what will make this successful.not preaching to choir or underestimating you but I believe line by line programming on this application is best to get desired...
  6. drill a 375 hole to z-3.990 w a twist drill using...

    drill a 375 hole to z-3.990 w a twist drill using a spot drill first.

    position the first x position to -.05 from where center of.375 hole is to have room to turn on cutter comp for .500 hole...y...
  7. Is the length of cut on the end mill just over 4...

    Is the length of cut on the end mill just over 4 as well
    ??
  8. Re: Long tools(10+ Dia) and calculating speeds/feeds

    Is this fanuc control? Give me the print dimensions of the hole and list the tools you have.i believe I can help. ..
  9. Replies
    2
    Views
    2,718

    ok.i put an edge finder in a radial tool and find...

    ok.i put an edge finder in a radial tool and find center of a dowel in the chuck and hit part zero set on the y axis.i believe that is how you set a "g54" y0.tjays how I do it and my "milled"...
  10. Replies
    10
    Views
    3,037

    Re: NEED THREAD MILL PROGRAM FOR C-AXIS

    I know this is an old thread but have you figured it out? I just had success programming a thread mill but using Cartesian to polar coordinate transformation on my fanuc control wouldn't work.use the...
  11. I realize that.I was just putting the info here...

    I realize that.I was just putting the info here because I know from my own experience that cnczone is a reference for some people.I don't believe in too much reference material.Thanks though
  12. Re: Engraving on an Arc using Haas Super Mini MIll

    you can use axis mapping if you have a fourth axis.put the a axis flat on the table and use a G107 a0 x0.it will then convert all the x moves to an "A" move and therefore keep the letters engraving...
  13. Replies
    4
    Views
    2,690

    Re: Bar Puller

    Hayes Bar Puller| A New Design

    Check this one out.I love these.feed on.open chuck,feed out.close chuck,rapid off bar...
  14. Replies
    4
    Views
    2,690

    Re: Bar Puller

    no it dont look like the ones i like to use
  15. Replies
    8
    Views
    823

    Re: Pocket issue

    is the ramp distance the circumference of the tool path circle maybe?
  16. Replies
    8
    Views
    5,903

    Re: G71 I parameter What is it?

    I cant answer that, but i only use P Q U W D F no I or K.This has worked fine for me for years.Id like to know when they would come in handy though.
  17. Replies
    28
    Views
    3,596

    Try to switch the g2/g3 in your program first to...

    Try to switch the g2/g3 in your program first to make sure thats not why its alarming out to begin with
  18. Replies
    28
    Views
    3,596

    That was a code I copied off this thread of...

    That was a code I copied off this thread of discussion.I see there is no height offset callup.here is how I would have written it.I am assuming those generic motions are what your looking for.this...
  19. Replies
    427
    Views
    48,786

    Poll: Re: How old are you?

    28.been in the industry since age 17.started my apprenticeship then
  20. Replies
    28
    Views
    3,596

    Re: HELP ON RADIUS

    maybe try to put the g19 in its own line before the g2?...
  21. Re: Broaching a square corner on a cnc mill

    If your machine has spindle orientation option you could put a broach w a round shank in the machine orientate the spindle to line up with your area of the square corner,and move z down and step,over...
  22. Replies
    28
    Views
    3,596

    Not a problem. I just prefer ijk method.It may in...

    Not a problem. I just prefer ijk method.It may in fact work with the r only.idk for sure.ive been told to always use ijk but that may just be as good as r.good luck
  23. Replies
    28
    Views
    3,596

    The center of the radius is the center of the...

    The center of the radius is the center of the pipe.if the top is z0 and your at z-1.875, the center of the arc in z is -2.9375 below where your tool is so k-2.9375 should be correct.arcing from...
  24. Replies
    28
    Views
    3,596

    Re: HELP ON RADIUS

    G17 G20 G40 G80
    G90 G54
    M6 T3*
    M3 S1550*
    G0 X8. Y-3.25
    G0 Z0 1. M08
    G90 G0 X8. Y-3.25 Z-1.875 F5.
    G1 X-8. Y-3.25 F20.
    G2 G19 y3.25 J3.25 K-2.9375
    G1 G17 X8. Y3.25
  25. Replies
    28
    Views
    3,596

    Re: HELP ON RADIUS

    Nevermind.I seen wherr you already said the od size.ill get right back to you
  26. Replies
    28
    Views
    3,596

    Re: HELP ON RADIUS

    I wasnt thinking correctly.the j is center of arc from where your at (incremental) .same as k.if your arcing from were the tool is at same z as center of the arc,k is 0 or just leave it out.what is...
  27. Replies
    28
    Views
    3,596

    Re: HELP ON RADIUS

    you need g02 g03 in there instead of g01 on the lines with the plane change code (g19). i dont know off the top of my head which will arc to z positive.try it above the part first.

    if your at x1.0...
  28. Replies
    28
    Views
    3,596

    Re: HELP ON RADIUS

    Use g19 to arc in yz axis.use ijk when programming radius is my suggestion not R...trust me.k is center of arc in
    Z axis, j is center of arc in y axis.
  29. Replies
    1
    Views
    399

    Re: Need some advice

    follow the program on the screen as it is running.get a cheat sheet with all the m and g codes on the and try to grasp how the machine movements relate to them.that will move you along a little but...
  30. Replies
    8
    Views
    2,021

    Re: Turning 4130 steel?

    i would try finishing the face feeding down from big dia to small dia,then reposition tool and come back and finish the od turn.id say leave about .015 for od finish and .002 for face finish.feed...
Results 1 to 30 of 30