Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Fred_evans on December 19, 2011, 05:28:58 AM

Title: gcode for "home"
Post by: Fred_evans on December 19, 2011, 05:28:58 AM
if there is a gcode for the command "go to home" could someone please give it to me

At the same time please tell me if there is a hoykey for the same purpose??

best regards and thanks

Fred
Title: Re: gcode for "home"
Post by: RICH on December 19, 2011, 05:49:16 AM
Click the "GCODE" button near the reset button on the screen for a list of gcodes. Also may want to have a look in the manual.
at G28.
RICH
Title: Re: gcode for "home"
Post by: BR549 on December 19, 2011, 08:52:11 AM
WHich HOME do you want.

There is G28 that sends the machine to what is defined in config  OR

There is G30 which sends it to the true home position as defined by the home switches OR

There is G0X0Y0 which sends it to the Point of origin (HOME) of the work corrds.

(;-) TP
Title: Re: gcode for "home"
Post by: Graham Waterworth on December 19, 2011, 12:06:06 PM
Or you can search for home with G28.1 X0 Y0 Z0

Graham
Title: Re: gcode for "home"
Post by: Fred_evans on January 05, 2012, 10:28:33 AM

Thanks tp - you said:-
WHich HOME do you want.

There is G28 that sends the machine to what is defined in config  OR


Yes I got this one -- If I code G0 it rapid feeds to the home position I set on the manual screen







There is G30 which sends it to the true home position as defined by the home switches OR

 Are these home switches hardware that have  been installed on ther machine ? If so
I do not have home switches




There is G0X0Y0 which sends it to the Point of origin (HOME) of the work corrds.


Not sure what this means?? Is this the y=0 and the Z=0 referring to the axis positions
as they are defined on the axis position dro group?


(;-) TP

Thanks graham,

you said:-
Or you can search for home with G28.1 X0 Y0 Z0

Graham

Not sure what you mean by :search for home"  Please elaborate
Also please explain the decimal point that is part of the word "G28.1" ?
Title: Re: gcode for "home"
Post by: Hal on January 05, 2012, 05:40:01 PM
If you are using Fixture Offsets (G54 G55 ...) try
G53 Z0.
G53 Y0.
G53 X0.

This sends my machine home and to my manual tool change and part changing position.