macro to raise or lower rapid feed 10%


Results 1 to 3 of 3

Thread: macro to raise or lower rapid feed 10%

  1. #1
    Member SWATH's Avatar
    Join Date
    Aug 2010
    Location
    USA
    Posts
    599
    Downloads
    0
    Uploads
    0

    Default macro to raise or lower rapid feed 10%

    Is it possible and how would you write this macro?

    I use SetOEMDRO(223,X) where X is the fixed percent I want the button to set the rapid, but what if I wanted a button that just bumps the rapid feed down in increments of 10% similar to the feedrate override?

    Similar Threads:
    warmachinellc.com


  2. #2
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default Re: macro to raise or lower rapid feed 10%

    X = GetOEMDRO(223)
    X=X-10
    SetOEMDRO(223,X)

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

    JointCAM - CNC Dovetails & Box Joints
    [URL]http://www.g-forcecnc.com/jointcam.html[/URL]

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  3. #3
    Member SWATH's Avatar
    Join Date
    Aug 2010
    Location
    USA
    Posts
    599
    Downloads
    0
    Uploads
    0

    Default Re: macro to raise or lower rapid feed 10%

    Quote Originally Posted by ger21 View Post
    X = GetOEMDRO(223)
    X=X-10
    SetOEMDRO(223,X)
    Perfect, thank you!

    warmachinellc.com


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

macro to raise or lower rapid feed 10%

macro to raise or lower rapid feed 10%