587,115 active members*
3,412 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > HURCO > Arc with the Z axis....
Page 1 of 2 12
Results 1 to 20 of 29
  1. #1
    Join Date
    Mar 2006
    Posts
    85

    Arc with the Z axis....

    I was wondering how do u guys make an arc on the Hurco milling machine going from x.5 and z.5 with .25R then x.5 and zo again with .25R? I was making those "thumb screws" using a ball endmill for the sides and had to do that top arc by laying down the milled thumb side then do the arc but I wanted to do it all in one shot without too many ops.
    I called Hurco about that and they said something about "3d machining" which we don't have installed. I know I can do it in any angle but an arc?

  2. #2
    Join Date
    Apr 2006
    Posts
    109
    What hurco is this on?

  3. #3
    Join Date
    Mar 2006
    Posts
    85
    VM2....only thing installed on it is the DXF format.

  4. #4
    Join Date
    Mar 2006
    Posts
    85
    BMC 30 that's what we got, I was wrong with the other posting. Sorry.

  5. #5
    Join Date
    Nov 2006
    Posts
    382
    send me a pic or drawing of what you are trying to do and I will help if I can. Use to be the Senior App. for Hurco. [email protected]

  6. #6
    Join Date
    Mar 2006
    Posts
    85
    Let's see if I can "write" a picture to you.
    Stock is 3/4th diameter and one inch tall on one end with 7/16 - 18 thread and two inches long on the other end.
    Top of the stock becomes 3/16 wide with each sides having 5/8th ball endmilled flares out to the 3/4th diameter. Then the top having an arc going across along with the 3/16 wide by 3/4th diameter, arc or rad being about 1/2. (Note all that is for looks and feel on your fingers as in those thumbscrews)

  7. #7
    Join Date
    Nov 2006
    Posts
    382

    My fax number

    Fax me a hand sketch. 765-552-7773 to George

  8. #8
    Join Date
    Nov 2006
    Posts
    59
    Could you program the whole part with the G&M side of the controller? Then you could use G17, G18, or G19 to change the plane.

  9. #9
    Join Date
    Nov 2006
    Posts
    382
    You can but in the past Hurco was backwards on cw and ccw when you switched planes. I just cut a cavity with our hurco and programed m and g and went with small step overs and made a nice looking round that the axis runs parallel to the parting line.

  10. #10
    Join Date
    Mar 2006
    Posts
    85
    Quote Originally Posted by jetski View Post
    Fax me a hand sketch. 765-552-7773 to George
    Sent from work as I didn't have a Fax.

  11. #11
    Join Date
    Nov 2006
    Posts
    382
    I got the fax. Hurco's 3d would work for this. But you could also do it with mastercam or bob cad at a greatly reduce price from what Hurco wants for their 3d. I would use the NC side and do a program with Mastercam or bobcad. Either would do it and Bobcads prices are good.

  12. #12
    Join Date
    Jan 2005
    Posts
    49
    open a milling block - - lines and arcs - - 3d arc. arc can be struck from any point to any point. fill in the blanks. if you need multiple arcs along a line or rotated about a point, use loop linear or loop rotate pattern. poor man's conversational 3d. ron

  13. #13
    Join Date
    Jun 2007
    Posts
    68
    I'm having do do somethig similar, I have to go from x0z0 to x150z5r24000 and x400z0r24000, but I don't know those parameters for a 3d line, where do I enter the arc? I do many programs like this in G code usign diferent controls like MAZATROL, FANUC, ACRAMATIC, but this time I want to do in the conversational editor...

  14. #14
    Join Date
    Jul 2003
    Posts
    1220
    julio_qyn
    Is this type of code of any use?
    This is the profile path from X0 Y0 Z0 to X150 Y0 Z5 with radius of 24000 and stepover of 5.
    Would need to know what dia. ballnose cutter to be used to generate tool path.
    Advise if interested.

    G01 X0 Y0 Z0
    G01 X4.9977 Y0 Z0.1515
    G01 X9.9954 Y0 Z0.304
    G01 X14.993 Y0 Z0.4575
    G01 X19.9906 Y0 Z0.6121
    G01 X24.9882 Y0 Z0.7678
    G01 X29.9858 Y0 Z0.9244
    G01 X34.9833 Y0 Z1.0821
    G01 X39.9807 Y0 Z1.2409
    G01 X44.9782 Y0 Z1.4007
    G01 X49.9756 Y0 Z1.5615
    G01 X54.973 Y0 Z1.7234
    G01 X59.9703 Y0 Z1.8863
    G01 X64.9676 Y0 Z2.0503
    G01 X69.9649 Y0 Z2.2153
    G01 X74.9622 Y0 Z2.3814
    G01 X79.9594 Y0 Z2.5484
    G01 X84.9565 Y0 Z2.7166
    G01 X89.9537 Y0 Z2.8857
    G01 X94.9508 Y0 Z3.0559
    G01 X99.9478 Y0 Z3.2272
    G01 X104.9449 Y0 Z3.3995
    G01 X109.9419 Y0 Z3.5728
    G01 X114.9388 Y0 Z3.7472
    G01 X119.9357 Y0 Z3.9226
    G01 X124.9326 Y0 Z4.0991
    G01 X129.9295 Y0 Z4.2766
    G01 X134.9263 Y0 Z4.4551
    G01 X139.9231 Y0 Z4.6347
    G01 X144.9198 Y0 Z4.8153
    G01 X149.9165 Y0 Z4.997
    G01 X150 Y0 Z5

  15. #15
    Join Date
    Jun 2007
    Posts
    68
    this is g code, i can do it, but i want to do in conversational mode, 3D lines...

  16. #16
    Join Date
    Jul 2003
    Posts
    1220
    Suggest you draw on the XY Plane and change to ZX, YZ or Incline Plane.

  17. #17
    Join Date
    Jun 2007
    Posts
    68
    I will check on the control wich options do I have.... tks...

  18. #18
    Join Date
    Mar 2008
    Posts
    44
    julio,

    All you need to do is Start a lines & arc block. Position your tool where the arc will start in X,Y & Z. Leave tool position "ON" (cutcom off). Press "advance, Next or right arrow. Select 3-D arc. (You do not need any software options.) Enter the point where the arc will end ( X, Y & Z point). On the right hand side of the screen enter any point which the arc will pass through. That's all there is to it.

    GL

    ML97

  19. #19
    Join Date
    Jul 2003
    Posts
    1220
    Quote Originally Posted by Motherlode97 View Post
    ..... On the right hand side of the screen enter any point which the arc will pass through....
    Does this point need to be calculated from the drawing?

  20. #20
    Join Date
    Mar 2008
    Posts
    44
    Yes. The Hurco "auto-calc" feature does not calculate the ending point using a 3-D arc. If you have purchased the optional 3-d "mold package" it would then calculate the ending point for you. It's a nice package but if you just use 3-D occasionally maybe an overkill as if memory serves it was around $3K USD.

    ML97

    BTW
    I still have one new option disk in my archives.
    Let me know if you have any interest.

Page 1 of 2 12

Similar Threads

  1. A 5-axis CNC machine including a rotary axis
    By synthetiklone in forum CNC Wood Router Project Log
    Replies: 20
    Last Post: 07-12-2013, 09:32 AM
  2. the Difference of 2-Axis and 3-Axis of Vertical Mill Machine
    By begacon in forum Knee Vertical Mills
    Replies: 6
    Last Post: 07-30-2009, 12:31 PM
  3. Using X axis table moter for knee X axis
    By imatoymaker in forum Uncategorised MetalWorking Machines
    Replies: 1
    Last Post: 09-10-2007, 01:23 PM
  4. New Design - Hybrid 3-Axis Router/4-axis Foam Hot Wire Cutter
    By the__extreme in forum CNC Wood Router Project Log
    Replies: 3
    Last Post: 02-26-2007, 09:58 PM
  5. Options for 2 Axis Head (to make 5 axis)
    By drewgarth in forum DIY CNC Router Table Machines
    Replies: 6
    Last Post: 07-12-2006, 06:37 AM

Posting Permissions

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