A couple of errors during update 2.8.2-130-g87f66feaf
20 Jul 2022 01:25 #247803
by JohnnyCNC
Replied by JohnnyCNC on topic A couple of errors during update 2.8.2-130-g87f66feaf
I was able to switch to 2.8.2-144 and replicate the problem. The issue happened when I wasn't expecting it so I didn't note the exact sequence of events that took place just before. I did just finish probing the part with my 3D probe.
This is the result of the halcmd show pin | grep active
19 bit OUT FALSE axis.a.kb-jog-active
19 bit OUT FALSE axis.a.wheel-jog-active
19 bit OUT FALSE axis.b.kb-jog-active
19 bit OUT FALSE axis.b.wheel-jog-active
19 bit OUT FALSE axis.c.kb-jog-active
19 bit OUT FALSE axis.c.wheel-jog-active
19 bit OUT FALSE axis.u.kb-jog-active
19 bit OUT FALSE axis.u.wheel-jog-active
19 bit OUT FALSE axis.v.kb-jog-active
19 bit OUT FALSE axis.v.wheel-jog-active
19 bit OUT FALSE axis.w.kb-jog-active
19 bit OUT FALSE axis.w.wheel-jog-active
19 bit OUT FALSE axis.x.kb-jog-active
19 bit OUT FALSE axis.x.wheel-jog-active
19 bit OUT FALSE axis.y.kb-jog-active
19 bit OUT FALSE axis.y.wheel-jog-active
19 bit OUT FALSE axis.z.kb-jog-active
19 bit OUT FALSE axis.z.wheel-jog-active
19 bit OUT TRUE joint.0.active
19 bit OUT FALSE joint.0.kb-jog-active
19 bit OUT FALSE joint.0.wheel-jog-active
19 bit OUT TRUE joint.1.active
19 bit OUT FALSE joint.1.kb-jog-active
19 bit OUT FALSE joint.1.wheel-jog-active
19 bit OUT TRUE joint.2.active
19 bit OUT TRUE joint.2.kb-jog-active
19 bit OUT FALSE joint.2.wheel-jog-active
19 bit OUT FALSE motion.eoffset-active
I tried to switch to the dgarr/2.8testa but I must be doing something wrong there. I get an error that says Package linuxcnc-uspace has no available version, but exists in the database.
In the repository screen I had it filled out like this:
Binary (deb)
URL buildbot.linnuxcnc.org
Distribution buster
Section(s) dgarr/2.8testa
John
This is the result of the halcmd show pin | grep active
19 bit OUT FALSE axis.a.kb-jog-active
19 bit OUT FALSE axis.a.wheel-jog-active
19 bit OUT FALSE axis.b.kb-jog-active
19 bit OUT FALSE axis.b.wheel-jog-active
19 bit OUT FALSE axis.c.kb-jog-active
19 bit OUT FALSE axis.c.wheel-jog-active
19 bit OUT FALSE axis.u.kb-jog-active
19 bit OUT FALSE axis.u.wheel-jog-active
19 bit OUT FALSE axis.v.kb-jog-active
19 bit OUT FALSE axis.v.wheel-jog-active
19 bit OUT FALSE axis.w.kb-jog-active
19 bit OUT FALSE axis.w.wheel-jog-active
19 bit OUT FALSE axis.x.kb-jog-active
19 bit OUT FALSE axis.x.wheel-jog-active
19 bit OUT FALSE axis.y.kb-jog-active
19 bit OUT FALSE axis.y.wheel-jog-active
19 bit OUT FALSE axis.z.kb-jog-active
19 bit OUT FALSE axis.z.wheel-jog-active
19 bit OUT TRUE joint.0.active
19 bit OUT FALSE joint.0.kb-jog-active
19 bit OUT FALSE joint.0.wheel-jog-active
19 bit OUT TRUE joint.1.active
19 bit OUT FALSE joint.1.kb-jog-active
19 bit OUT FALSE joint.1.wheel-jog-active
19 bit OUT TRUE joint.2.active
19 bit OUT TRUE joint.2.kb-jog-active
19 bit OUT FALSE joint.2.wheel-jog-active
19 bit OUT FALSE motion.eoffset-active
I tried to switch to the dgarr/2.8testa but I must be doing something wrong there. I get an error that says Package linuxcnc-uspace has no available version, but exists in the database.
In the repository screen I had it filled out like this:
Binary (deb)
URL buildbot.linnuxcnc.org
Distribution buster
Section(s) dgarr/2.8testa
John
Please Log in or Create an account to join the conversation.
21 Jul 2022 00:04 - 21 Jul 2022 00:04 #247894
by JohnnyCNC
Replied by JohnnyCNC on topic A couple of errors during update 2.8.2-130-g87f66feaf
Looks like we have a winner. The issue didn't happen in 2.8.2-11. I installed 2.8.2-144 again and was able to replicate the issue. Then installed the dgarr/2.8testa and ran several more cycles. In each cycle I probed the stock and ran a G-Code file to make a test cut. The G-Code file includes going through my M6 remap where the tool got measured each time. The issue did not occur at all.
Dewey, Thank you again for your work on this. I also learned a few things going through this process.
John
Dewey, Thank you again for your work on this. I also learned a few things going through this process.
John
Last edit: 21 Jul 2022 00:04 by JohnnyCNC.
The following user(s) said Thank You: tommylight, spumco
Please Log in or Create an account to join the conversation.
24 Jul 2022 15:40 #248171
by dgarrett
Replied by dgarrett on topic A couple of errors during update 2.8.2-130-g87f66feaf
The 'fix' in dgarr/2.8testa just silently ignores an
unexpected request to JOG when the COORD flag is set.
This does not address a more basic problem that is
related to incomplete updates for the
EMCMOT_JOINT_ABORT message in the joints-axes updates
for 2.8.
I've made a new 'b' branch to address the root problem:
dgarr/2.8testb
@johnnyCNC Please test the dgarr/2.8testb branch and report results
Ref:
github.com/LinuxCNC/linuxcnc/commits/dgarr/2.8testb
unexpected request to JOG when the COORD flag is set.
This does not address a more basic problem that is
related to incomplete updates for the
EMCMOT_JOINT_ABORT message in the joints-axes updates
for 2.8.
I've made a new 'b' branch to address the root problem:
dgarr/2.8testb
@johnnyCNC Please test the dgarr/2.8testb branch and report results
Ref:
github.com/LinuxCNC/linuxcnc/commits/dgarr/2.8testb
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
24 Jul 2022 15:42 #248172
by JohnnyCNC
Replied by JohnnyCNC on topic A couple of errors during update 2.8.2-130-g87f66feaf
Will do. Thank you very much.
Please Log in or Create an account to join the conversation.
24 Jul 2022 16:45 #248174
by JohnnyCNC
Replied by JohnnyCNC on topic A couple of errors during update 2.8.2-130-g87f66feaf
I have installed the dgarr/2.8testb package and run 6 test parts and so far no issues. I'll keep beating on it..
Thank you.
Thank you.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
26 Jul 2022 01:23 #248292
by dgarrett
Replied by dgarrett on topic A couple of errors during update 2.8.2-130-g87f66feaf
thanks for testing
updates committed to 2.8 and master branches
updates committed to 2.8 and master branches
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.082 seconds