AXIS homing
22 Dec 2009 18:24 #1369
by theray
AXIS homing was created by theray
Hi all!
I'm new to the forum and i hope this is the right section. Concede me some writing errore because i'm italian and my english isn't so good.
I've tried emc2 and immediatly noticed that there isn't a HOME button (or i can't find it maybe =) ) that let me to put the axis to their home with one click.
The procedure for doing it is:
G0 z(safe z)
g0 x0 y0
g0 z0
Is there a way to do it automatically or have I to insert the gcode in the MDI each time?
I hope you can understand my question and answer me.
Thank you very much
Michele
I'm new to the forum and i hope this is the right section. Concede me some writing errore because i'm italian and my english isn't so good.
I've tried emc2 and immediatly noticed that there isn't a HOME button (or i can't find it maybe =) ) that let me to put the axis to their home with one click.
The procedure for doing it is:
G0 z(safe z)
g0 x0 y0
g0 z0
Is there a way to do it automatically or have I to insert the gcode in the MDI each time?
I hope you can understand my question and answer me.
Thank you very much
Michele
Please Log in or Create an account to join the conversation.
25 Dec 2009 12:27 #1390
by BigJohnT
Replied by BigJohnT on topic Re:AXIS homing
You can add a go to home position button using pyvcp or use G28 or G30 to move to home or have your home moves in a subroutine.
www.linuxcnc.org/docview/html//gcode_mai...sub:G28,-G30:-Return
www.linuxcnc.org/docview/html//gcode_main.html#cha:O-Codes
John
www.linuxcnc.org/docview/html//gcode_mai...sub:G28,-G30:-Return
www.linuxcnc.org/docview/html//gcode_main.html#cha:O-Codes
John
Please Log in or Create an account to join the conversation.
29 Dec 2009 12:54 #1408
by theray
Replied by theray on topic Re:AXIS homing
Thank you very much John! I've got another question for you. I've set my axis speed like this:
X axis: 500mm/min
Yaxis: 4000mm/min
My g-code is a zig-zag poket and i want, only for test with a pencil, to draw it on a sheet. So i want to cut at the maximum speed of my axis but, all the axis are limited to X maximum speed even when it is stopped cause only Y is working. Have you got a solution to this?
X axis: 500mm/min
Yaxis: 4000mm/min
My g-code is a zig-zag poket and i want, only for test with a pencil, to draw it on a sheet. So i want to cut at the maximum speed of my axis but, all the axis are limited to X maximum speed even when it is stopped cause only Y is working. Have you got a solution to this?
Please Log in or Create an account to join the conversation.
29 Dec 2009 22:48 #1409
by BigJohnT
Replied by BigJohnT on topic Re:AXIS homing
Check the MAX_VELOCITY setting in the [TRAJ] section.
John
John
Please Log in or Create an account to join the conversation.
Time to create page: 0.092 seconds