Return to Home Command
08 Dec 2016 16:30 #83782
by Mike29
Return to Home Command was created by Mike29
Hi, I'm using the Axis Gui and the quick reference indicates that the Ctrl-Home command should return the active axis back to home but what I get is a message about wanting to re-home that axis. What is the command the return the active axis back to the set home position? Thank you,
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5008
- Thank you received: 1441
08 Dec 2016 18:51 #83792
by Todd Zuercher
Replied by Todd Zuercher on topic Return to Home Command
There isn't one. But an mdi command to move an axis back to it's origin would be G0 G53 X0 (for the X-axis)
To do XYZ would be g0g53x0y0z0.
To do XYZ would be g0g53x0y0z0.
Please Log in or Create an account to join the conversation.
08 Dec 2016 19:39 #83796
by Mike29
Replied by Mike29 on topic Return to Home Command
Thank you, I will give that a try.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5008
- Thank you received: 1441
08 Dec 2016 19:59 #83800
by Todd Zuercher
Replied by Todd Zuercher on topic Return to Home Command
If you really want a button on screen to press, you could add one in a pyvcp or gladevcp. Then use that button to trigger a HaluiMDI command.
I have made such additions to several of our machines. On these I made short sub program that is called by the haluimdi command. It sends the Z to its home, then the X and Y, and then turns off the spindle and resets any other important modal G-codes to the state I want them in for starting a new file.
I have made such additions to several of our machines. On these I made short sub program that is called by the haluimdi command. It sends the Z to its home, then the X and Y, and then turns off the spindle and resets any other important modal G-codes to the state I want them in for starting a new file.
Please Log in or Create an account to join the conversation.
08 Dec 2016 20:03 #83803
by Rick G
Replied by Rick G on topic Return to Home Command
Please Log in or Create an account to join the conversation.
Time to create page: 0.061 seconds