How to fix "Queue is not empty after probing"

More
22 Jan 2024 07:37 #291314 by fery15sty
Can someone help me, how to solve the error "Queue is not empty after probing"

I built a controller for a fiber laser using a floating head system. When the machine starts running everything is fine, but after a few minutes of running, then it stops, and shows "Queue is not empty after probing"

 
Attachments:

Please Log in or Create an account to join the conversation.

  • tommylight
  • tommylight's Avatar
  • Away
  • Moderator
  • Moderator
More
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?

Please Log in or Create an account to join the conversation.

  • Aciera
  • Aciera's Avatar
  • Away
  • Administrator
  • Administrator
More
22 Jan 2024 07:50 #291319 by Aciera
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?

Please Log in or Create an account to join the conversation.

More
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)
Last edit: 22 Jan 2024 08:54 by fery15sty.

Please Log in or Create an account to join the conversation.

More
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.

More
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

Please Log in or Create an account to join the conversation.

More
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
 

Please Log in or Create an account to join the conversation.

Time to create page: 1.024 seconds
Powered by Kunena Forum