Button for: goto Safe Z, then G0Y0 and G0X0


Results 1 to 4 of 4

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

  1. #1
    Registered
    Join Date
    Oct 2016
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default 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

    Similar Threads:


  2. #2
    Member Kenny Duval's Avatar
    Join Date
    Jan 2013
    Location
    United Stated
    Posts
    630
    Downloads
    0
    Uploads
    0

    Default 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
    Registered
    Join Date
    Oct 2016
    Posts
    9
    Downloads
    0
    Uploads
    0

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

    Kenny,

    I will tomorrow experiment with this and let you know.

    Thanks.



  4. #4
    Registered
    Join Date
    Oct 2016
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default 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.



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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Button for: goto Safe Z, then G0Y0 and G0X0

Button for: goto Safe Z, then G0Y0 and G0X0