Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Dave Ball

Resellers
  • Posts

    594
  • Joined

  • Last visited

Posts posted by Dave Ball

  1. I'm attempting to program a tool path for a deburr brush using X3. The machine is a Makino a61 5XR. Basically its a 4 axis horizontal plus a C axis rotating around Z. I want to move the tool in along the baby blue colored line then rotate C so that the tool follows the dark blue line. I have my wcs setup but I have no idea what path to use or how to use any of the 5X stuff.

     

    11410TURBINECASE.png

  2. quote:

    CIMCO Integration are pleased to announce that the following Mazak milling controls M2, M32, M+ and Fusion (M640) are now supported in the Mazatrol file viewer option for CIMCO Edit.

     

    Normally Mazatrol files can only be viewed using an actual Mazak control. With Mazatrol support added in CIMCO Edit 5.5 these files can be viewed on a normal PC as well as printed in hard copies.

    Cimco Mazak Viewer

  3. First off let me say there are other ways of doing this but this has worked well for my needs. This is a working "gundrilling" mod that should serve as a good guide for you to add what you want to your post.

     

     

    Declare your desired variables like below...

     

    code:

    slowdrill_speed : 0 # Single Gundrill - Slow PRM for Gundrill Cycle

    slowdrill_feed : 0 # Single Gundrill - Slow feed for Gundgrill Cycle

    start_height : 0 # Single Gundrill - Z Start Position

    first_depth : 0 # Single Gundrill - Z depth for gundrill at slow speed/feed

    fastdrill_speed : 0 # Single Gundrill - Fast / Recommended RPM for Gundrill

    retract_feed : 0 # Single Gundrill - retract feedrate

    drill_speed : 0 # Gundrill Cycle - Drill RPM

    start_hgt : 0 # Gundrill Cycle - Z start height

    drill_feed : 0 # Gundrill Cycle - Drill Feedrate


    Create your postblock in the drilling section of your post...

     

    code:

     pgundrill                #DLB--------Canned Gundrill Cycle Added 7-31-08

    pdrlcommonb # works in conjunction with pmisc2$ and pmisc2_2$

    pbld, *pdrlxy, e$

    pbld, *start_height, e$

    pbld, *slowdrill_speed, "M4", e$

    pbld, *sg01, *first_depth, *slowdrill_feed, e$

    pbld, n$, "G4", *dwell$, e$

    pbld, *fastdrill_speed, "M3", e$

    pbld, n$, "G4", *dwell$, e$

    pcan1, pbld, *sg01, *pfzout, *feed, *strcantext, e$

    pbld, n$, "G4", *dwell$, e$

    pbld, *slowdrill_speed, "M3", e$

    pbld, *sg01, *start_height, *retract_feed, e$

    pbld, *sg00, *initht_a, e$

    pcom_movea

    Change pmisc2 like this...

     

    code:

    pmisc2$          #Canned Misc #2 Cycle   #DLB--------Canned Gundrill Cycle Added 7-31-08

    pgundrill

     

     

     

     

    pmisc2_2$ #Canned Misc #2 Cycle

    #pdrill_2$

    pgundrill #DLB--------Canned Gundrill Cycle Added 7-31-08

     


    Create custom labels for the MC parameter fields...

     

    code:

    [misc2]

    1. "Gundrill Canned Cycle"

    7. "Slow RPM"

    8. "Slow Feed"

    9. "1st. Z Depth"

    10. "Fast RPM"

    11. "Retract Feed"

     

     

     

    1. "Custom Drill Parameters 20"

    [drill cycle descriptions]

    1. "G81/G82 - Drill/Counterbore"

    2. "G83 - Peck Drill"

    3. "G73 - Chip Break"

    4. "G84/G74 - Tap"

    5. "G85/G89 - Bore (feed out)"

    6. "G86 - Bore (stop, rapid out)"

    7. "G76 - Fine Bore (shift)"

    8. "Gundrill Canned Cycle"

    9. "Subprogram Call"

    10. "Probe ID / Bore"

    11. "Probe OD / Boss"

    12. "Probe X Centering"

    13. "Probe Y Centering"

    14. "Probe Z Position"

    15. "Probe X & Y Centering"

    16. "Gundrill - Single Location"


  4. quote:

    OBVIOUSLY you've never been saved by that "cool looking" lexan. I have, and it worth every extra penny. I just may not be here if it were not for Lexan. (I hope my wife does not see this).


    +1000

    I was standing right next to a guy who went into MDI to turn on the spindle after running a high speed toolpath...12" face mill @ 15000 RPM! eek.gif Trust me you want LEXAN!

  5. I prefer to group tools by type but beware that not all pockets are created equal...some are designed for larger diameter tools and the vast majority wont hold anything beyond 4" diameter, so if you have large tools they will have to go into the pots designed for them or you may have to leave adjacent pots empty and thats a waste. Just food for thought.

  6. set your post up with the exitpost command if a valid name/id is not entered. Give each programmer a unique id number and attach that number to their name, then when they enter their id you see their name and no id entered just exits and they can't post code. Its a hard handed approach but as long as they dont share their id number it will get what you want.

  7. having a bit of issue with surface finish in the blue area. Radius is .156 and will be cut in a vertical mill with the boss alinged with Z axis. Materia is 17-4. Surface finish radial works ok but I was wondering what tool path would you use to program this with? ScreenShot001.jpg

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...