Home Values Wrong
- adhall
- Offline
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
03 Jun 2019 22:29 #135802
by adhall
Home Values Wrong was created by adhall
So here's what happened: I had not used my CNC for a few weeks. Today I powered it up and tried to home it. When I did that, I found that all the home position values are wrong. I was expecting to get 0.000, 0.000, 0.000 after homing, but now I get 30.587, 3.755, 127.641. Un-homing and re-homing gives the same results. I confirmed that the .INI file is set up to home all three axes to zero. And until today, that was exactly what I got.
The method I am using to home is as follows:
-- Jog the axis to its reference mark
-- Select the axis using its radio button
-- Click on the "Home" button
-- Repeat for the other axes
For fun, I went in to the .INI file and changed the X axis home position from 0.000 to 50.000. Then I re-started LinuxCNC and homed the X axis. As soon as I clicked on the "Home" button, the X axis moved rapidly 50 mm in the positive direction. Never saw it do this before.
Any suggestions about where to start troubleshooting?
The method I am using to home is as follows:
-- Jog the axis to its reference mark
-- Select the axis using its radio button
-- Click on the "Home" button
-- Repeat for the other axes
For fun, I went in to the .INI file and changed the X axis home position from 0.000 to 50.000. Then I re-started LinuxCNC and homed the X axis. As soon as I clicked on the "Home" button, the X axis moved rapidly 50 mm in the positive direction. Never saw it do this before.
Any suggestions about where to start troubleshooting?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19529
- Thank you received: 6554
03 Jun 2019 22:53 #135804
by tommylight
Replied by tommylight on topic Home Values Wrong
That is most probably having active offsets , so have a read on removing active offsets.
Do you see a small green thingy on the preview screen? That means there are offsets active.
Do you see a small green thingy on the preview screen? That means there are offsets active.
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7000
- Thank you received: 1172
03 Jun 2019 23:09 #135807
by BigJohnT
Replied by BigJohnT on topic Home Values Wrong
That is by design, LinuxCNC stores all the offsets in a file and restores them when you start back up.
Read this paragraph
linuxcnc.org/docs/2.7/html/user/user-con...l#_when_you_are_lost
JT
Read this paragraph
linuxcnc.org/docs/2.7/html/user/user-con...l#_when_you_are_lost
JT
Please Log in or Create an account to join the conversation.
- pl7i92
- Offline
- Platinum Member
Less
More
- Posts: 1875
- Thank you received: 354
04 Jun 2019 06:28 #135820
by pl7i92
Replied by pl7i92 on topic Home Values Wrong
use the startup code to get all clear in ini section
RS274NGC_STARTUP_CODE = G17 G20 G40 G49 G80 G90 G92 G94 G97 G98
you may delete the VAR file in the mashine folder (its getting renewed on linuxcnc start)
you can also tell you post to clear all ofsets at the end of the G-code
G92.1
RS274NGC_STARTUP_CODE = G17 G20 G40 G49 G80 G90 G92 G94 G97 G98
you may delete the VAR file in the mashine folder (its getting renewed on linuxcnc start)
you can also tell you post to clear all ofsets at the end of the G-code
G92.1
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7000
- Thank you received: 1172
04 Jun 2019 10:25 #135828
by BigJohnT
Replied by BigJohnT on topic Home Values Wrong
That startup code will not clear any offsets.
JT
JT
Please Log in or Create an account to join the conversation.
- adhall
- Offline
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
07 Jun 2019 20:37 - 07 Jun 2019 20:37 #136253
by adhall
Replied by adhall on topic Home Values Wrong
BigJohnT:
Thanks for the link. That procedure solved my problem.
Now I will have to crack the manual and work to understand just what was going there...
Thanks for the link. That procedure solved my problem.
Now I will have to crack the manual and work to understand just what was going there...
Last edit: 07 Jun 2019 20:37 by adhall.
Please Log in or Create an account to join the conversation.
Time to create page: 0.061 seconds