587,517 active members*
3,406 visitors online*
Register for free
Login

Thread: pockets

Results 1 to 9 of 9
  1. #1
    Join Date
    Nov 2006
    Posts
    15

    pockets

    I am knew to the haas does anyone know how to do a pocket cycle using the g150 my pocket is 4x4 .250deep with .250radius on the corners.

  2. #2
    Join Date
    Sep 2006
    Posts
    51
    Use 1/2 carbide end mill(.250 radius), predrill .500 or bigger(better) hole for clearance at X0.Y0.If step .300 is too much change J0.3 to J.15.
    It is not machine proven program so be carefull running it.
    hope it helps.
    Subroutine O502 can be changed to cut different shapes nad sizes.
    I believe , you have to use Radius Geometry offset of .250 for tool # 1.

    Copy and paste program below and you are all set
    %
    O501
    T1M6
    (X0Y0 CENTER OF THE POCKET)
    (Z0 TOP OF THE PART)
    G90G00G54X0Y0
    S1800M3
    G43H01Z1.M8
    G01Z.01F50.
    G150 P502 G41 D1 Z-.25 R0.05 J.3 K.01 F10.
    G01G40X0Y0
    G90Z1.M9
    M05
    G91G28Z0
    M30
    O502(POCKET 4 X 4)
    G01 Y2.
    X-2.
    Y-2.
    X2.
    X0
    M99
    %

  3. #3
    Join Date
    Nov 2006
    Posts
    15

    Question pocket

    Quote Originally Posted by WITOMCIO View Post
    Use 1/2 carbide end mill(.250 radius), predrill .500 or bigger(better) hole for clearance at X0.Y0.If step .300 is too much change J0.3 to J.15.
    It is not machine proven program so be carefull running it.
    hope it helps.
    Subroutine O502 can be changed to cut different shapes nad sizes.
    I believe , you have to use Radius Geometry offset of .250 for tool # 1.

    Copy and paste program below and you are all set
    %
    O501
    T1M6
    (X0Y0 CENTER OF THE POCKET)
    (Z0 TOP OF THE PART)
    G90G00G54X0Y0
    S1800M3
    G43H01Z1.M8
    G01Z.01F50.
    G150 P502 G41 D1 Z-.25 R0.05 J.3 K.01 F10.
    G01G40X0Y0
    G90Z1.M9
    M05
    G91G28Z0
    M30
    O502(POCKET 4 X 4)
    G01 Y2.
    X-2.
    Y-2.
    X2.
    X0
    M99
    %
    Thanks for the reply I kind of understand how this program is running I just dont quite get the F50. and also the line on G150 P502 G41 D1 Z-.25 R0.05 J.3 K.01 F10. also say I wanted to add another pocket on the same pcs. using the same 1/2 inch cutter how would I add this to this program. my origin is in the same spot as my last pocket was my knew pocket center is going to be X-4Y-6 that is distance from the 4x4 pocket. this pocket will be 2X2 .250 deep. thanks again. Iam still trying to figure out this cnc thing.

  4. #4
    Join Date
    Sep 2006
    Posts
    51
    If oyu have access to HAAS operators manual , G150 is fully explained.Maybe on HAAS website www.haascnc.com. If not let me know , I can post it tommorow from my manual.
    G01Z.01F50. is just safe way to get .010 above part, and can be omitted.
    G150 and so on , executes pocketing of profile defined in subprogram O502.
    By adding X-4.Y-6.(watch out for decimal point, if you new in this) in the command G150 and defining new contour of another pocket by for example O503 you can do another pocket.
    Not knowing how familiar are you with basic G codes, especially G90 and G91
    is kind of hard to help.
    Basicly command G150 works like this
    You must tell in this command what is you pocket contour , by calling subroutine Pxxx, establish entry point by defining position X Y, how deep is the pocket by value of Z, what kind of step you going to use on pocketing, and other parameters like tool compensation, Z step(Q value) , return point (R),etc.
    Good luck

  5. #5
    Join Date
    Nov 2006
    Posts
    15
    hello witomoci thanks for the input it does makes sense to but I am not at the level of programing jet I guess I will still keep on using the manual way of cutting the pockets using g02 and g01.thanks again
    buy any chance do you know if theres a way I can purchase a software that I can download on my computer to just play around on progaming some parts using g code and also have some kind of simulation to see how the part is cutting, i hope these makes sence. thanks again.

  6. #6
    Join Date
    Oct 2006
    Posts
    586
    what are you using to comunicate with the machine "software"
    individual who perceives a solution and is willing to take command. Very often, that individual is crazy.

  7. #7
    Join Date
    Nov 2006
    Posts
    15

    pocket

    Quote Originally Posted by jackson View Post
    what are you using to comunicate with the machine "software"
    I have no idea what you mean. the way i program my part is I write the program then I look and see if runs good on a hass simulator then I go the cnc HAAS download my program and run my part. I am trying to purchase a software simullar to the hass machine that I can download on my laptop so I can just practice.

  8. #8
    Join Date
    Oct 2006
    Posts
    586
    you can down load demos of several different ones, but the reason i asked what your using to comunicate is because i wright all my programs in my comunication soft ware and it has some great featurs like back plot, program calculater, geometry calculator, and even estimates the time it takes to run the program
    individual who perceives a solution and is willing to take command. Very often, that individual is crazy.

  9. #9
    Join Date
    May 2007
    Posts
    34
    You can download this free simulator here http://www.cncsimulator.com/. I machine a lot of pockets and found the G150 to be very useful and a lot easier to use then hand coding the contours. Once you figure it out, you'll love it. Good luck.

Similar Threads

  1. Open Pockets
    By big_mak in forum OneCNC
    Replies: 1
    Last Post: 08-04-2006, 05:45 PM
  2. Eliminating Pockets
    By robinsoncr in forum Rhino 3D
    Replies: 4
    Last Post: 06-27-2006, 05:21 PM
  3. G code for pockets . . .
    By D2theIzzave in forum G-Code Programing
    Replies: 3
    Last Post: 06-22-2005, 02:28 PM
  4. cutter comp in pockets
    By rayenginee in forum Mastercam
    Replies: 3
    Last Post: 05-20-2004, 03:59 AM
  5. plunge roughing pockets
    By daw in forum Uncategorised MetalWorking Machines
    Replies: 1
    Last Post: 10-29-2003, 12:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •