588,068 active members*
4,794 visitors online*
Register for free
Login
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Ajax Mach 3 can't fast jog ??

    Just installed my Ajax kit. Got past most of the hurdles (limit switches, motor tuning/directioin, etc.)
    Problem:
    1) I can't fast jog to save my life. (settings:fast jog speed 100, slow jog speed 10)
    2) Can on toggle between incremental and continuous with the onscreen jog pendant.
    3) Shift and arrow key no response.
    4) Do I need to do something special for this?? And/ also is there a method to use the Reference ALL to home instead of typing M92 p#??

    Anyone. . . Anyone

  2. #2
    Join Date
    Jun 2007
    Posts
    3735

    Try ctrl-j

    Ctrl-J turns off jogging.
    Super X3. 3600rpm. Sheridan 6"x24" Lathe + more. Three ways to fix things: The right way, the other way, and maybe your way, which is possibly a faster wrong way.

  3. #3
    Join Date
    Oct 2009
    Posts
    2

    Jogging trouble

    I can toggle jogging.
    Slow jog works fine.
    Just can't fast jog.
    My limits/homing seem fine as well(motor direction, jogs off w/ M92 p#, etc.)

    Ant ideas???
    Thanks in advance.

    Alex

  4. #4
    Join Date
    Mar 2006
    Posts
    96
    Quote Originally Posted by ajkmp View Post
    And/ also is there a method to use the Reference ALL to home instead of typing M92 p#??

    Anyone. . . Anyone

    You can use "Reference All". In Mach select "Operator" -> "Edit button script" -> click on the "Ref All' button when flashing, remove the exisiting code and insert: (copy and paste only the text in bold)

    code "M92 P1 Q2 R3"

    Which says to move the X, Y & Z axes simultaneously to the positive limits and then home at the index pulse. You can modify the P1 Q2 R3 to suit the direction and axes you wish to home.
    You may also want to consider splitting the homing into two commands instead:

    Home the Z first to make sure it's clear:
    code "m92 P3"
    sleep 100
    While IsMoving()
    sleep 100
    Wend
    sleep 1000

    Then home the X & Y:
    code "m92 P1 Q2"

    Then save and exit.

  5. #5
    Join Date
    Mar 2006
    Posts
    96
    Quote Originally Posted by ajkmp View Post
    I can toggle jogging.
    Slow jog works fine.
    Just can't fast jog.

    Ant ideas???
    Thanks in advance.

    Alex
    Here is a Brain that will enable fast jogging when holding the shift key.

    http://www.ajaxcnc.com/ajaxbb/download/file.php?id=210

    Copy this to your c:\mach3\brains directory and then enable the Brain in Mach by selecting "Operator"->"Brain Control"->"Reload All Brains"->
    select fast_jog.brn then check the "Enabled" box ->"Reload All Brains"

Similar Threads

  1. Anybody know Mach brains with Ajax?
    By please no smoke in forum Centroid CNC Control Products
    Replies: 9
    Last Post: 07-30-2010, 03:00 AM
  2. Ajax CNC
    By DaveinUK in forum Bridgeport / Hardinge Mills
    Replies: 1
    Last Post: 07-16-2010, 03:15 AM
  3. Lazy Cam not posting Fast Travel as Fast Travel
    By astainless in forum Uncategorised CAM Discussion
    Replies: 0
    Last Post: 02-24-2010, 09:31 PM
  4. Jogging fast running slow MACH 3
    By 555e in forum Waterjet General Topics
    Replies: 1
    Last Post: 08-30-2009, 11:42 PM
  5. Ajax CNC
    By Hawk in forum Centroid CNC Control Products
    Replies: 2
    Last Post: 02-27-2006, 03:17 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
  •