Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Cuemaker on October 28, 2013, 09:13:06 AM

Title: RESET A AXIS MACHINE COORDINATES
Post by: Cuemaker on October 28, 2013, 09:13:06 AM
I want to set my A axis machine coord and work offset to 0, but when I do It sets a position to that a coord. when I then reset it it puts the # back in machilne coord..
Title: Re: RESET A AXIS MACHINE COORDINATES
Post by: Cuemaker on October 28, 2013, 01:10:13 PM
When my mach coord reaches 735805.9600 i get a fault.. I want to reset the mach coordinate on A axis without having to run it minus to get there.... for 735805.9600 degrees
Title: Re: RESET A AXIS MACHINE COORDINATES
Post by: BR549 on October 28, 2013, 02:02:17 PM
Create a screen button with the code

SetMachZero(3)

OR create a Mcode such as M105 with the code

SetMachZero(3)

Run as needed where needed from either the Button or the Mcode call in Gcode or from the MDI.

(;-) TP

Title: Re: RESET A AXIS MACHINE COORDINATES
Post by: Cuemaker on October 28, 2013, 07:43:24 PM
I have it zeroed... thanks for the reply.... and answer