603,365 active members*
3,855 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2016
    Posts
    9

    Button for: goto Safe Z, then G0Y0 and G0X0

    I must make some production with 100 times the same acrylic sheet.

    I’m searching to make a button script what can do the following:

    - goto Safe Z
    - goto G0Y0 (with a slower jog speed)
    - goto G0X0 (with a slower jog speed)

    The goal is, if I click this button then the spindle must go always back to center of the new sheet and then I do a new Auto Tool Zero.

    I know the G0Y0 and the G0X0 command but not how to slow the jog speed. Now it goes to fast.

    Can someone help me?

    Thanks,

    Ritmeester

  2. #2
    Join Date
    Jan 2013
    Posts
    630

    Re: Button for: goto Safe Z, then G0Y0 and G0X0

    G0 is a full rate move so you would have to set the Mach 3 to limit the maximum IPM of your machine as that is the value used for the full rate movement. If you want a slower rate of movement back to the zero location you'd have to use a feed rate or G1 move to accomplish this. The problem you'll have is that the Safe Z movement will put the control in a G0 state so the you would have to issue something like G1 X0y0 F40 for example to put the control back in to a G1 state and the F40 would be the feed rate.

  3. #3
    Join Date
    Oct 2016
    Posts
    9

    Re: Button for: goto Safe Z, then G0Y0 and G0X0

    Kenny,

    I will tomorrow experiment with this and let you know.

    Thanks.

  4. #4
    Join Date
    Oct 2016
    Posts
    9

    Re: Button for: goto Safe Z, then G0Y0 and G0X0

    Thanks.

    I experiment with: (Metric)
    G1Y0 F600 and G1X0 F600

    This goes very well and I’m happy with this. I have also downloaded MachScreen 1.66 and will tomorrow make some buttons for this.

    Btw, I can’t find the commando for “goto safeZ” I have this button on the remote but I also want to have this in the script.

Similar Threads

  1. Add a "Goto off" button
    By Mooser in forum Screen Layouts, Post Processors & Misc
    Replies: 5
    Last Post: 12-11-2013, 04:47 AM
  2. GOTO Z button
    By TMaster in forum Mach Mill
    Replies: 10
    Last Post: 05-30-2009, 01:18 PM
  3. Z goto 0 first ?
    By SScnc in forum Mach Mill
    Replies: 7
    Last Post: 08-10-2008, 06:31 PM
  4. GOTO Z
    By monte55 in forum Mach Software (ArtSoft software)
    Replies: 12
    Last Post: 02-06-2008, 04:03 PM
  5. Goto Z's button... also the @#$%#$% wizard...
    By InspirationTool in forum Mach Mill
    Replies: 2
    Last Post: 04-02-2007, 03:54 AM

Tags for this Thread

Posting Permissions

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