587,419 active members*
3,348 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Mastercam > Mastercam7 Help Needed
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2004
    Posts
    173

    Mastercam7 Help Needed

    Ok, I am wayyyyyyyy new at using mastercam. I am using mastercam7... why? because that is what I have I am curious about program stops, M0 and M1. How do I get program stops in for tool changes? I have a older hurco mill. No tool changer.

    Thanks for your help!!

  2. #2
    Join Date
    Jul 2008
    Posts
    139

    Smile

    Back up your post first.

    Then, open your postprocessor file and search for ptlchg_com or ptlchg

    Add your M00 before toolchange as shown here before the M06

    Code:
    ptlchg_com      #Tool change common blocks
          pcom_moveb
          c_mmlt #Multiple tool subprogram call
          #ptoolcomment
          comment
          pbld, n, "M00", e<----------------------add here
          pbld, n, "(", "INSERT TOOL", *t, ")", e<--if you want to see tool #
          pmisccheck
          pcan
          if plane < 0, plane = 0
          #if stagetool >= zero, pbld, n, *t, "M6", ptoolcomm, e<------no M06
          spaces=0

    You can also use # to comment out a line. You can comment out any lines that refer to M06 and T if needed. Don't forget to backup first.......If you get stuck. "Post your post" and an example of your desired output, and I'll help you out.

    Powered by:

  3. #3
    Join Date
    Oct 2004
    Posts
    173
    Thanks for your reply!! You must be the master of mastercam!!!

    I put my post on here in notepad format. I would appreciate any help you could give me. I am a bit lost as to what I am suppose to do. I just want a program stop at the end of each tool as my machine requires manual tool changes. Maybe a

    N100 M5
    N101 M9
    M102 M00

    Thanks Again
    Allen
    Attached Files Attached Files

  4. #4
    Join Date
    Jul 2008
    Posts
    139

    Smile

    Is this the output you are looking for?

    Code:
    N100 M9
    N101 M5
    N102 G0 M25
    N103 M00 ( TOOL - 2 )
    I don't have V7 installed any more, but I think this will work fine for you.

    If you need any changes made just ask.


    BTW ... GURU is my aim, not my claim

    Powered by:
    Attached Files Attached Files

  5. #5
    Join Date
    Oct 2004
    Posts
    173

    Thank You!!

    That did it, thank you very much!!! I guess I need to learn about the post and how to edit them.

    Thanks Again
    Allen

Similar Threads

  1. Help Needed
    By rzen in forum Wood Lathes / Mills
    Replies: 1
    Last Post: 03-30-2011, 06:51 AM
  2. cnc diy help needed!
    By ZenOrbit in forum Community Club House
    Replies: 1
    Last Post: 09-10-2008, 07:51 AM
  3. help needed
    By Korte in forum Want To Buy...Need help!
    Replies: 1
    Last Post: 03-07-2008, 11:27 PM
  4. New to this help needed!
    By Coolcuttings in forum Hobby Discussion
    Replies: 10
    Last Post: 12-16-2006, 05:53 AM
  5. help needed
    By tomcook in forum G-Code Programing
    Replies: 3
    Last Post: 07-06-2006, 09:42 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
  •