Need Help! Z axis gets off - Page 2


Page 2 of 2 FirstFirst 12
Results 21 to 34 of 34

Thread: Z axis gets off

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

    Default Re: Z axis gets off

    Do you have any M codes in your Initialization string in General Config? Or custom M codes in your g-code?

    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)


  2. #22
    Member
    Join Date
    Jun 2010
    Location
    Australia
    Posts
    4256
    Downloads
    4
    Uploads
    0

    Default Re: Z axis gets off

    Hi Gerry

    If there was something in the init string, wouldn't that show up on the DRO?

    Cheers
    Roger

    Last edited by RCaffin; 12-18-2014 at 12:02 AM.


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

    Default Re: Z axis gets off

    Typically, yes, but it could also be changing the DRO.
    I don't really understand how what he's seeing could be happening.

    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)


  4. #24
    Registered
    Join Date
    Aug 2012
    Location
    USA
    Posts
    30
    Downloads
    0
    Uploads
    0

    Default Re: Z axis gets off

    Not sure about the initilization and any M codes in Mach3, but I did notice that when I first start Mach3 and load a file, and I had to slow the velocity way down to notice this. I zero the Z and when I click cycle start, the Z DRO goes from zero to -1.00, then starts climbing to .25 and the actual Z is going up 1.25 and DRO reads .25. Sorry for the delay, but at work. Thanks you guys!



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

    Default Re: Z axis gets off

    Sounds like you have a G43 tool length compensation that is applied in the g-code. When you zero the second time, it's still in effect, so your Z zero is correct the second time.

    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)


  6. #26
    Member
    Join Date
    Jun 2010
    Location
    Australia
    Posts
    4256
    Downloads
    4
    Uploads
    0

    Default Re: Z axis gets off

    Sounds like you have a G43 tool length compensation that is applied in the g-code.
    I think Gerry has got it.
    Zero the tool table and Save Settings.

    Cheers



  7. #27
    Registered
    Join Date
    Aug 2012
    Location
    USA
    Posts
    30
    Downloads
    0
    Uploads
    0

    Default Re: Z axis gets off

    Well I tested your diagnoses and it is the G43 causing the problem. If I take it out of the code, the problem goes away. I don't think I need it anyway, so I'll have to change tool length offset to 0 when selecting tool in Dolphin cam. It puts G43 in automatically. At least I couldn't find where to tell it not to.
    As for the save settings after zeroing, I tried that and it worked on some G code files but not on all, so I think my best bet is to change tool length offset to zero in cam, or remember to delete it from the code before using it.
    Thanks guys for all your help! I really appreciate it. I would have never figured this out on my own.

    Robert



  8. #28
    Member
    Join Date
    Jun 2010
    Location
    Australia
    Posts
    4256
    Downloads
    4
    Uploads
    0

    Default Re: Z axis gets off

    Our invoice is in the mail ...
    :-) :-)

    Cheers
    Rogr



  9. #29
    Member
    Join Date
    Jun 2013
    Location
    USA
    Posts
    1041
    Downloads
    0
    Uploads
    0

    Default Re: Z axis gets off

    Just my opinion but your better off zeroing the tool and leaving the actual z offset alone. Just list all your tools as tool one in cam and then when you change tools zero your tool 1 offset instead of z.

    Ben



  10. #30
    Registered
    Join Date
    Aug 2012
    Location
    USA
    Posts
    30
    Downloads
    0
    Uploads
    0

    Default Re: Z axis gets off

    Not sure I understand what you mean by zeroing tool 1 offset instead of Z. Could you explain procedure?
    Thanks



  11. #31
    Member
    Join Date
    Jun 2013
    Location
    USA
    Posts
    1041
    Downloads
    0
    Uploads
    0

    Default Re: Z axis gets off

    Jog the tool to where you want zero to be like normal. Then pic the offsets tab at the top of your screen. On the bottom right is the tool information box. Leave the gauge block height at zero. Click beside where it says tool and change the number to 1 and press enter. Then click the set tool offset button. Then go to save tool offsets. It should bring up the tool table window. Tool 1 should have a negative z value that is your z zero point in the height column. If that looks good hit apply and ok. Now go to the mdi screen and type in G49 and hit enter. This should change the z value to wherever you are at right now in relation to true machine zero. Now type in G43 H1 and hit enter. That should change the z readout to where you are in relation to how you zeroed your tool. I hope this also shows you why the cam program adds these codes to your code. As a disclaimer I do not use mach 3 myself. I used it briefly years ago and had to open up an old copy to make this reply. Someone who uses the program may take a different approach.

    Ben



  12. #32
    Member
    Join Date
    Jun 2010
    Location
    Australia
    Posts
    4256
    Downloads
    4
    Uploads
    0

    Default Re: Z axis gets off

    > Could you explain procedure?
    Offsets (Alt 5)
    Click on Save Tool Offsets bottom RH corner
    Zero all entries.
    Apply, OK, Config/Save Settings

    Having unknown stuff in the Tool Table can be ... dangerous! Zero is always safe.

    Cheers
    Roger



  13. #33

    Default Re: Z axis gets off

    I am having exact same problem I get the machine zeroed with DRO it works once then the next time I try the machine has re-set its soft limits/machine coordinates by roughly 1/2 inch or hovers above a job even if it's been zeroed to the face of the material it's supposed to be cutting? If you figure out what's wrong with yours please let me know. Cheers amos


    Sent from my iPhone using Tapatalk



  14. #34
    Registered
    Join Date
    Aug 2012
    Location
    USA
    Posts
    30
    Downloads
    0
    Uploads
    0

    Default Re: Z axis gets off

    Thanks, I'll give it a try tonight.



Page 2 of 2 FirstFirst 12

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

Z axis gets off

Z axis gets off