603,853 active members*
3,687 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking > MetalWork Discussion > Conversational problem.
Results 1 to 11 of 11
  1. #1
    Join Date
    Jun 2006
    Posts
    5

    Conversational problem.

    Hi all.

    I am new this and have a cnc mill with Centroid M400 control.
    I can't program yet without the conversational Centroid program.
    I have a job making 100 parts that have a spherical hole on the inside and a spherical outside.

    I have been looking on the web for quite a while but so far been unable to find a way to cut these profiles.

    The machine can do thread milling so there must be a way to do the spherical hole.

    Can anyone help with this one.


    Thanks.

    Bob

  2. #2
    Join Date
    Mar 2006
    Posts
    1625
    do you have a solid .iges file if so post and I'll take a look

  3. #3
    Join Date
    Jun 2006
    Posts
    5
    Thanks Mike.

    No .iges file just a drawing .dwf, .dxf or dxb.

    What program uses .iges files?

    Bob

  4. #4
    Join Date
    Jun 2006
    Posts
    5
    .dwg file, sorry

  5. #5
    Join Date
    Mar 2006
    Posts
    1625
    I can open dwg e-mail with explanation of what your looking for,sent to [email protected]

  6. #6
    Join Date
    Jul 2003
    Posts
    1220
    You could draw the arc and markout points along the arc at your stepover spacing.
    Then write code using the XYZ points adding G02/G03 so the tool will do one revolution at each Z level. Also add a line G01 to move to the next Z point.
    Something like this:

    G90 G17 ;Absolute, XY Plane
    G01 X21.6591 Y0 Z0
    G03 X21.6591 Y0 I-21.6591 J0
    G01 X21.4678 Y0 Z-0.4619
    G03 X21.4678 Y0 I-21.4678 J0
    G01 X21.2764 Y0 Z-0.9239
    G03 X21.2764 Y0 I-21.2764 J0

    If you supply the details: Diameters, Tool Dia. (Ball nose?), Step-Over. I will look at generating for you. (I have a Macro to generate code for tapered holes but with some modifications I think I can alter to do a sphere.)

  7. #7
    Join Date
    Jun 2006
    Posts
    5
    I have modified the drawing to be straight taper walls.

    Can I e-mail the drawing?

  8. #8
    Join Date
    Jul 2003
    Posts
    1220
    Powermax.....Add the drawing as attachment.
    Can send to me. [email protected]

  9. #9
    Join Date
    Jul 2003
    Posts
    1220
    Powermax.... Is this for a lathe or mill.

  10. #10
    Join Date
    Jun 2006
    Posts
    5
    Sorry.

    Mill

    Bob

  11. #11
    Join Date
    Jul 2003
    Posts
    1220
    Bob...I'm the one that should be sorry. I hadn't read your 1st post properly.
    To make 100 this should be getting done on a lathe. The mill is good for the bolt holes, but the rest will take ages compared to a lathe.
    To generate the code I need to know the tool diameter and if a ball nose?
    (The code will be actual path, not G41/G42.)

Posting Permissions

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