603,980 active members*
2,587 visitors online*
Register for free
Login
Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2008
    Posts
    61

    Can I make Mach 2.5D or Pause for Z?

    Hello,
    I have the X and Y axis working, but not the Z. In the past I have used a 2.5 axis Bridgeport EZ Track mill that would pause when it saw a change is Z. You would provide the Z change and the press the cycle start to resume the program.
    The other place this was nice was in drilling cycles. The machine moved in the X and Y and you pressed the cycle start after you drilled each hole and raised the quill.

    Is there any way to make Mach do this?

    Thanks,
    Mike

  2. #2
    Join Date
    Mar 2005
    Posts
    215
    I think the easiest solution to this would be to change your post processor for what ever cam system you are using and have it output an M00 with a comment that tells you what new Z location you should move the machine to. That way when the program is executed it will stop and wait for you to press the "Cycle Start" button to continue.

    AC
    AC
    Has anyone seen my pillow?

  3. #3
    Join Date
    Sep 2003
    Posts
    552
    There is a setting on the general config page for this. It should function as you mentioned.

    Darek
    Attached Thumbnails Attached Thumbnails Mach2.5D.jpg  

  4. #4
    Join Date
    Apr 2008
    Posts
    61
    Alex, I'll try the M00 code.
    Darek, I tried the setting you mention, but the program just went right on by. Maybe I need to set somthing else with it too?

    Thanks.

    Mike

  5. #5
    Join Date
    Jan 2008
    Posts
    18
    Fusion,

    Did you ever find a setting that would cause the program to pause for z movements? I tried the one mentioned above and got the same results - just flies right on by.

  6. #6
    Join Date
    Sep 2005
    Posts
    171
    That setting is to have Mach turn on an output in response to z movement commands.
    example
    g01 Z -1 (output goes on)
    g01 Z +1 (output goes off)

    I used this setting on a router that had 2.5d, the Z axis was just up and down driven by a solenoid controlled air cylinder, with an adjustable down stop.

  7. #7
    Join Date
    Jan 2008
    Posts
    18
    Ah ha, I see. So did you use switches and inputs to confirm back to Mach that the quill was up or down before moving? Otherwise, the XY might start to move before the Z is fully up or down right?

  8. #8
    Join Date
    Sep 2005
    Posts
    171
    no, Mach assumes that the axis moves according to the speed you setup in the z Axis settings.

    If you were doing a manual operation like lowering the z by hand and then locking it down or something, I supposed you could fool mach to thinking it took a long time. Then it would wait until it had enough time to do it.

    What are you doing exactly? Maybe the forum can suggest a way.

    Arnie

  9. #9
    Join Date
    Jan 2008
    Posts
    18
    Pretty much the same as fusion described. I'm building an XY table to mount to my bridgeport. We have a Prototrak at work that works the same as fusion described. The machine pauses and prompts for Z moves. I'm hoping to find a way other than manually inserting M00 into the G code.

    I'll probably be using Lazycam to do the G code so if there's a way to get it to output an M00 everytime there's a Z move that'd be fine. Or if there's a way to get Mach3 to pause for every Z move that would work too.

Similar Threads

  1. I need make a loop in Mach
    By cnc_swe in forum Mach Lathe
    Replies: 6
    Last Post: 05-20-2007, 10:26 AM
  2. hardeware pause pause detected?????
    By Conquest1224 in forum Commercial CNC Wood Routers
    Replies: 1
    Last Post: 05-08-2007, 04:06 AM
  3. how to programmatically pause
    By Antonio_Emilio in forum LinuxCNC (formerly EMC2)
    Replies: 2
    Last Post: 01-27-2007, 06:32 PM
  4. How to pause Turbocnc
    By jimglass in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 13
    Last Post: 03-28-2006, 12:06 AM
  5. Replies: 4
    Last Post: 09-01-2005, 01:18 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
  •