Joint jog requested for undefined joint number=-1 (min=0,max=1)
- radom
- Offline
- Senior Member
Less
More
- Posts: 60
- Thank you received: 7
30 Oct 2022 11:15 #255432
by radom
Joint jog requested for undefined joint number=-1 (min=0,max=1) was created by radom
Hello,
I can't find similar error message anywhere on the forum
two different machines with two different PCs
linuxcnc 2.8.2 axis interface
execute any move from MDI command eg G1 X1000 F10
change tab to manual control (F3) press any arrow on the keyboard and the whole axis interface freezes but the machine still moves
after 20 second sometimes even a minute it un-freezes and shows a message Joint jog requested for undefined joint number=-1 (min=0,max=1)
dmesg shows nothing
doesn't matter if it's homed or not
thanks
I can't find similar error message anywhere on the forum
two different machines with two different PCs
linuxcnc 2.8.2 axis interface
execute any move from MDI command eg G1 X1000 F10
change tab to manual control (F3) press any arrow on the keyboard and the whole axis interface freezes but the machine still moves
after 20 second sometimes even a minute it un-freezes and shows a message Joint jog requested for undefined joint number=-1 (min=0,max=1)
dmesg shows nothing
doesn't matter if it's homed or not
thanks
Please Log in or Create an account to join the conversation.
- tommylight
- Offline
- Moderator
Less
More
- Posts: 19468
- Thank you received: 6529
30 Oct 2022 12:29 #255434
by tommylight
Replied by tommylight on topic Joint jog requested for undefined joint number=-1 (min=0,max=1)
Joints can not have negative numbers.
Homing for joints can have negative numbers.
One of the joints in you config files seems to be negative -1
Check the hal and ini files, or upload those here.
Homing for joints can have negative numbers.
One of the joints in you config files seems to be negative -1
Check the hal and ini files, or upload those here.
Please Log in or Create an account to join the conversation.
- radom
- Offline
- Senior Member
Less
More
- Posts: 60
- Thank you received: 7
30 Oct 2022 12:50 #255435
by radom
Replied by radom on topic Joint jog requested for undefined joint number=-1 (min=0,max=1)
Attachments:
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
Less
More
- Posts: 405
- Thank you received: 163
30 Oct 2022 14:19 #255438
by MaHa
Replied by MaHa on topic Joint jog requested for undefined joint number=-1 (min=0,max=1)
Indeed I managed to freeze Axis UI for a while. I reproduced this fault, as described above:
As this workflow makes no sense, stop or abort the movement first, then switch to manual mode and jog with arrow keys.
- In MDI execute G1 X-155 F10
- While X is moving switch to manual mode (F3)
- Press an arrow key or PgUp PgDn
As this workflow makes no sense, stop or abort the movement first, then switch to manual mode and jog with arrow keys.
Please Log in or Create an account to join the conversation.
- tommylight
- Offline
- Moderator
Less
More
- Posts: 19468
- Thank you received: 6529
30 Oct 2022 15:02 #255441
by tommylight
Replied by tommylight on topic Joint jog requested for undefined joint number=-1 (min=0,max=1)
I can confirm this, although on this PC (R7 3700X) it just freezes for a split second and continues working normally, motion and all.
Please Log in or Create an account to join the conversation.
- dgarrett
- Offline
- Platinum Member
Less
More
- Posts: 567
- Thank you received: 323
30 Oct 2022 20:29 #255486
by dgarrett
Replied by dgarrett on topic Joint jog requested for undefined joint number=-1 (min=0,max=1)
Candidate fix in branch dgarr/2.8_forum_bug:
github.com/LinuxCNC/linuxcnc/commits/dgarr/2.8_forum_bug
github.com/LinuxCNC/linuxcnc/commit/85c9927e9365d0d
needs testing by users
github.com/LinuxCNC/linuxcnc/commits/dgarr/2.8_forum_bug
github.com/LinuxCNC/linuxcnc/commit/85c9927e9365d0d
needs testing by users
The following user(s) said Thank You: andypugh, arvidb, tommylight, radom
Please Log in or Create an account to join the conversation.
- radom
- Offline
- Senior Member
Less
More
- Posts: 60
- Thank you received: 7
01 Nov 2022 06:53 - 01 Nov 2022 06:54 #255637
by radom
Replied by radom on topic Joint jog requested for undefined joint number=-1 (min=0,max=1)
regarding this comment "As this workflow makes no sense, stop or abort the movement first, then switch to manual mode and jog with arrow keys"
because when I stop/abort movement mid cut in a lathe it sometimes chips the insert which is super annoying
that's why I tried pausing and the switching to manual mode but found this issue
Can you "cheat" somehow linuxcnc 2.8.2 to stop the program/abort movement without stopping the spindle so I can pull out in X? I'm not talking about "jog while paused"
because when I stop/abort movement mid cut in a lathe it sometimes chips the insert which is super annoying
that's why I tried pausing and the switching to manual mode but found this issue
Can you "cheat" somehow linuxcnc 2.8.2 to stop the program/abort movement without stopping the spindle so I can pull out in X? I'm not talking about "jog while paused"
Last edit: 01 Nov 2022 06:54 by radom.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
01 Nov 2022 23:40 #255711
by andypugh
Are you in a position to try Dewey's potential fix?
Replied by andypugh on topic Joint jog requested for undefined joint number=-1 (min=0,max=1)
You can with "Touchy", but I think it is by accident rather than design. With G-code running pressing the "Jogging" button once stops motion but leaves the spindle running. I am not sure if there is anything similar in other GUIs.Can you "cheat" somehow linuxcnc 2.8.2 to stop the program/abort movement without stopping the spindle so I can pull out in X? I'm not talking about "jog while paused"
Are you in a position to try Dewey's potential fix?
Please Log in or Create an account to join the conversation.
Time to create page: 0.062 seconds