587,418 active members*
3,644 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > BobCad-Cam > Mach 3 Post for V24
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2005
    Posts
    225

    Mach 3 Post for V24

    I would like to modify the Mach 3 post to put an M0 before every tool change so I can manually change my tool. As it stands right now the post puts the semi colon (block delete) in front of the tool change and of course ignores the command.

  2. #2
    Join Date
    Dec 2008
    Posts
    4548
    Line 3 in your post processor. If you put an "M0" (in quotes) it will put it there everytime.

  3. #3
    alternately you can easily set mach to automatically stop at every m6
    A poet knows no boundary yet he is bound to the boundaries of ones own mind !! ........

  4. #4
    Join Date
    Dec 2008
    Posts
    4548
    Quote Originally Posted by dertsap View Post
    alternately you can easily set mach to automatically stop at every m6
    I think thats what my brother does.

  5. #5
    Join Date
    Jun 2008
    Posts
    1838
    Quote Originally Posted by southernexplore View Post
    I would like to modify the Mach 3 post to put an M0 before every tool change so I can manually change my tool. As it stands right now the post puts the semi colon (block delete) in front of the tool change and of course ignores the command.
    I did it a little differently, so here is an alternative for you.

    The way I work the first tool is already in the spindle so I don`t want the M00 there, that`s a stop for no reason.
    I have done it at the END of the feature and I have also coded in a "safe" position that moves the table back and away from the spindle so I have easier access to make the tool change, here is a sample of my code :-

    N50M05 Spindle stop
    N60M09 Coolant off
    N70G28G91Z0 (Safe move, I have left this at just Z0, for safety reasons the X and Y moves would be on a seperate line as below
    N80G28G91X**Y**(Optional X and Y safe position coordinates
    N90M00 Machine stop for the tool change
    N100M08 Re-start coolant
    (CHAMFER1) Feature information
    N110T4M6 Tool number information and M6 command for Mach to move to next line
    (6mm CHAMFER) Tool type information
    N120G90X102.81Y14.163S4000M3 Return to Absolute coordinate positioning and new Spindle speed commands

    This works for me perfectly as I am a bit lazy and only have to change the tool and press cycle start on Mach without switching anything else on/off

    Regards
    Rob
    :rainfro::rainfro::rainfro:

    .

  6. #6
    Join Date
    Oct 2005
    Posts
    225
    I think I have it set up like I want it now. I will test it for a few days and see how it goes.


    Thanks for the help.

Similar Threads

  1. Mach 3 Post Processor goes where????
    By USMCCNC in forum G-Code Programing
    Replies: 1
    Last Post: 06-15-2010, 06:17 PM
  2. Mach 2 Mach 3 Post Processor
    By IntarisiaQ4 in forum Australia, New Zealand Club House
    Replies: 0
    Last Post: 10-17-2009, 11:50 PM
  3. re post processor v21 mach 3
    By woffler in forum BobCad-Cam
    Replies: 2
    Last Post: 06-06-2008, 03:49 AM
  4. VM 3.0 Post Processor for Mach 3 OR 2
    By TCSpooner in forum Visual Mill
    Replies: 4
    Last Post: 12-28-2007, 03:55 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
  •