. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    As someone has said above, an M0 is the best way to pause the program.

    An example would be...
    (this is based on fanuc/has g code but the format will be the same)

    ...
    G83 Z-10 R3. Q3. G99 (drilling cycle)
    X4. Y6. (hole position 1)
    X44. Y46. (hole position 2)
    G0 Z50. (rapid away from job in z)
    X0. Y0. (rapid to home/change position)
    M0 (program stop)
    ... Continue program

    The M0 will pause the program until you press the green cycle start button again.
    Last edited by jamesgates1000; 06-11-2015 at 12:02 PM.

  2. The Following User Says Thank You to jamesgates1000 For This Useful Post:


  3. #2
    Quote Originally Posted by jamesgates1000 View Post
    As someone has said above, an M0 is the best way to pause the program.

    An example would be...
    (this is based on fanuc/has g code but the format will be the same)

    ...
    G83 Z-10 R3. Q3. G99 (drilling cycle)
    X4. Y6. (hole position 1)
    X44. Y46. (hole position 2)
    G0 Z50. (rapid away from job in z)
    X0. Y0. (rapid to home/change position)
    M0 (program stop)
    ... Continue program

    The M0 will pause the program until you press the green cycle start button again.
    Thanks James, I'll "air cut" a small program with this in and try M0! The list of G-code commands I have just says program stop and nothing about a re-start so I didn't want to use this, certainly not in anger.
    Neil...

    Build log...here

  4. #3
    Quote Originally Posted by njhussey View Post
    Thanks James, I'll "air cut" a small program with this in and try M0! The list of G-code commands I have just says program stop and nothing about a re-start so I didn't want to use this, certainly not in anger.
    Yeah that's what I thought as well, thats why i suggested instead the timed paused because my list did say programme will then resume, at least we know now :).

    .Me
    .Me

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Anyone got some 2.5D G-code please ?
    By dudz in forum Programmers Corner
    Replies: 5
    Last Post: 22-06-2013, 11:21 PM
  2. Cambium Code Web Tools – Parametric G-code Generation
    By CambiumMachines in forum Manufacturer News
    Replies: 0
    Last Post: 09-01-2013, 04:56 AM
  3. Cnc Code Maker - 2D CAD/CAM
    By CncCodeMaker in forum Programmers Corner
    Replies: 11
    Last Post: 18-04-2010, 09:31 PM
  4. G Code help
    By moose007 in forum Programmers Corner
    Replies: 4
    Last Post: 22-05-2009, 11:39 AM

Bookmarks

Posting Permissions

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