How to fix "Queue is not empty after probing"
- fery15sty
- Offline
- Premium Member
-
Less
More
- Posts: 86
- Thank you received: 11
22 Jan 2024 07:37 #291314
by fery15sty
How to fix "Queue is not empty after probing" was created by fery15sty
Attachments:
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20418
- Thank you received: 6940
22 Jan 2024 07:50 #291318
by tommylight
Replied by tommylight on topic How to fix "Queue is not empty after probing"
What routine are you using for probing?
Config files?
When you say "floating head" is that where the Z axis moves down till it touches the material to trigger the switch?
Config files?
When you say "floating head" is that where the Z axis moves down till it touches the material to trigger the switch?
Please Log in or Create an account to join the conversation.
- Aciera
-
- Away
- Administrator
-
Less
More
- Posts: 4433
- Thank you received: 1975
22 Jan 2024 07:50 #291319
by Aciera
Replied by Aciera on topic How to fix "Queue is not empty after probing"
There has been a similar report here, seemed to be maybe PC hardware dependent:
www.forum.linuxcnc.org/38-general-linuxc...ter-probing?start=10
Are you actually using a probe routine?
www.forum.linuxcnc.org/38-general-linuxc...ter-probing?start=10
Are you actually using a probe routine?
Please Log in or Create an account to join the conversation.
- fery15sty
- Offline
- Premium Member
-
Less
More
- Posts: 86
- Thank you received: 11
22 Jan 2024 08:44 - 22 Jan 2024 08:54 #291323
by fery15sty
Replied by fery15sty on topic How to fix "Queue is not empty after probing"
Yes, I use G38.2 to find material for cutting.
M130 (activated motion.probe-in)
G38.2 Z-10 F800 (probe motion)
M131 (deactivated motion.probe-in)
M3 S1 (THCUD system floating contact)
(cutting code)
M130 (activated motion.probe-in)
G38.2 Z-10 F800 (probe motion)
M131 (deactivated motion.probe-in)
M3 S1 (THCUD system floating contact)
(cutting code)
Last edit: 22 Jan 2024 08:54 by fery15sty.
Please Log in or Create an account to join the conversation.
- fery15sty
- Offline
- Premium Member
-
Less
More
- Posts: 86
- Thank you received: 11
22 Jan 2024 08:49 #291324
by fery15sty
Replied by fery15sty on topic How to fix "Queue is not empty after probing"
I use a core i3 processor, gigabyte motherboard, 8gb RAM
Please Log in or Create an account to join the conversation.
- Gordon49
- Offline
- New Member
-
Less
More
- Posts: 14
- Thank you received: 5
26 Jan 2024 20:42 #291682
by Gordon49
Replied by Gordon49 on topic How to fix "Queue is not empty after probing"
I assume you have checked latency as I have a older i7 3.5gb *gb ram and it is useless for linuxcnc because of massive latency spikes.
John
John
Please Log in or Create an account to join the conversation.
- rickjmain
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
07 Jul 2025 03:39 #331432
by rickjmain
Replied by rickjmain on topic How to fix "Queue is not empty after probing"
I'm setting up my tool height setter and am having a similar issue. It is not happening every time, but I'd say around 50% of the time i run the command. I am running 2.9.4, gmoccapy and on an intel N100 PC and have no other latency issues.
Full error line is: emc/task/emctask.cc 68: interp_error: Queue is not empty after probing. The other odd thing is when I don't get the error, #5063 will have a good value in it, but #5070 never gets set to 1
Gcode for the probe sub:
o<tool_probe> sub
O100 if [#<_task> EQ 0]
O100 return
O100 endif
G17 G20 G49 G90
G0 G53 X35.52 Y13.415
G0 G53 Z-7.0
G91
G38.3 Z-4 F10
(DEBUG, Z#5063)
G90 G53 Z-4.0
o<tool_probe> endsub
Full error line is: emc/task/emctask.cc 68: interp_error: Queue is not empty after probing. The other odd thing is when I don't get the error, #5063 will have a good value in it, but #5070 never gets set to 1
Gcode for the probe sub:
o<tool_probe> sub
O100 if [#<_task> EQ 0]
O100 return
O100 endif
G17 G20 G49 G90
G0 G53 X35.52 Y13.415
G0 G53 Z-7.0
G91
G38.3 Z-4 F10
(DEBUG, Z#5063)
G90 G53 Z-4.0
o<tool_probe> endsub
Please Log in or Create an account to join the conversation.
Time to create page: 1.024 seconds