586,941 active members*
2,465 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Mach Software (ArtSoft software) > Mach Mill > X axis G28 point is moving .75 after each program has completed
Results 1 to 18 of 18

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    204

    Re: X axis G28 point is moving .75 after each program has completed

    here is the screen shot. A new computer was tried with fresh install of mach3 and nothing different.

  2. #2
    Join Date
    Jan 2005
    Posts
    15362

    Re: X axis G28 point is moving .75 after each program has completed

    Quote Originally Posted by davy182 View Post
    here is the screen shot. A new computer was tried with fresh install of mach3 and nothing different.
    Your program is in incremental G91.1, you want to do you program using absolute G90, you also don't need a G94 & the G70 in the program

    You also don't have a G54 for your work offset, so the control does not know were to return to work Zero

    By using the G28 to reset your machine it will move to what your settings are, from machine Home & the numbers you have set in the G28 settings
    Mactec54

  3. #3
    Join Date
    Mar 2003
    Posts
    35538

    Re: X axis G28 point is moving .75 after each program has completed

    Quote Originally Posted by mactec54 View Post
    Your program is in incremental G91.1, you want to do you program using absolute G90,
    No, it's not.

    N100G00G20G17G90G40G49G80 < This puts the machine in Absolute mode
    N110G70G91.1 < This puts the machine in Incremental IJ mode

    The program is in G90, and stays in G90 throughout.

    We've had this discussion before. This is standard practice for Mach3, and is correct.


    I don't see anything in the code to cause it to do what you're saying. It could be something in your M6 macro, or I'd guess it's mechanical and it's loosing steps somewhere.
    At the end of the program, does the pen finish at the corner where it started?

    If you set X and Y to zero before it starts, does it start there, or move .75 before it starts drawing?
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

  4. #4
    Join Date
    Jan 2005
    Posts
    15362

    Re: X axis G28 point is moving .75 after each program has completed

    Quote Originally Posted by ger21 View Post
    No, it's not.

    N100G00G20G17G90G40G49G80 < This puts the machine in Absolute mode
    N110G70G91.1 < This puts the machine in Incremental IJ mode

    The program is in G90, and stays in G90 throughout.

    We've had this discussion before. This is standard practice for Mach3, and is correct.


    I don't see anything in the code to cause it to do what you're saying. It could be something in your M6 macro, or I'd guess it's mechanical and it's loosing steps somewhere.
    At the end of the program, does the pen finish at the corner where it started?

    If you set X and Y to zero before it starts, does it start there, or move .75 before it starts drawing?

    Nobody said there was anything in the code that would cause it to do what it was doing, his Program is in Incremental If you have a G91.1 after a G90 then your Program will be executed in Incremental

    It was what he did to move his machine that made it move to where it was, He used a G28 to move the machine after the program had finished & this would move his machine to were ever he has the setting set in relation to the Machine Zero or work Zero, depending how he had his work set up

    The top line of code is a safety line which cancels or activates those codes, In this case there is a G90 ( absolute ) which is only active until is see's the G91.1 ( Incremental )

    N100G00G20G17G90G40G49G80
    N110G70G91.1
    N120T6M06

    There is nowhere else in the Program that there is a G90 after this G91.1,so his Program would be run in Incremental
    Mactec54

Similar Threads

  1. axis not moving Only DRO moving on mach3 screen for cnc router 6040
    By bingaom in forum Charter Oak Automation Support Forum
    Replies: 0
    Last Post: 09-09-2014, 08:54 AM
  2. moving focus point
    By arnoldino in forum Laser Engraving / Cutting Machine General Topics
    Replies: 1
    Last Post: 10-04-2013, 09:30 PM
  3. Replies: 9
    Last Post: 12-24-2011, 03:36 PM
  4. V24, moving start point
    By tome9999 in forum BobCad-Cam
    Replies: 6
    Last Post: 01-20-2011, 02:59 AM
  5. Replies: 2
    Last Post: 02-07-2009, 12:59 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
  •