Problem in probe
- ojmcl18
- Offline
- Junior Member
-
- Posts: 27
- Thank you received: 0
I am the user of linux , I alway use it with my cnc machine , before there is not too much problem with 4 axis machine , but now on I start to use it with 5 axis machine , however when the machine process in probe , there is always come out the following words :
emc/task/emctask.cc 321: interp_error: Queue is not empty after probing Queue is not empty after probing
I just wondering is there any friends of linux users can help me ????????? SOS !!!!!!!!!!!!!!!
Thanks a lot !
OJ
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 23212
- Thank you received: 4892
Which version of EMC2 are you using? There was a probe bugfix introduced in 2.4.7.
Please Log in or Create an account to join the conversation.
- ojmcl18
- Offline
- Junior Member
-
- Posts: 27
- Thank you received: 0
please help us !
thanks for your quick reply
OJ
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 23212
- Thank you received: 4892
What are your 5 axes? (XYZAB or something else?)
Can you attach your iNI file (I am wondering if your INI is slightly inconsistent)
I have had a bit of a look at the source code, but I don't really understand C++
Please Log in or Create an account to join the conversation.
- ojmcl18
- Offline
- Junior Member
-
- Posts: 27
- Thank you received: 0
iN I file for you , but I will sent it to you on Monday .
Thanks a lot
Have a good weekend
ON
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 23212
- Thank you received: 4892
Hi andypugh,our machine is X Y Z A B , because I am not in the office now so I cannot give you the information of the G code line and the
iN I file for you , but I will sent it to you on Monday .
I have created a 5-axis XYZAB machine (parallel port, no hardware, just EMC2) and it seems to work for me.
So, it might be something strange in your config files.
Please Log in or Create an account to join the conversation.
- ojmcl18
- Offline
- Junior Member
-
- Posts: 27
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- ojmcl18
- Offline
- Junior Member
-
- Posts: 27
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 23212
- Thank you received: 4892
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 23212
- Thank you received: 4892
G0 Z 250 ; retract to safe Z. (Look at G28 and G30 as alternatives)
M6 T1 G43 ; load tool, apply offset.
g53 X100 Y100 ; move in machine coordinates to touch-off plate
G38.2 Z-100 F300 ; rapid probe to (sprung) touch-off plate
G38.4 Z100 F10 ; slow probe off of plate
G10 L10 P1 Z0 ; set the tool table so that the tip of tool 1 is now at Z = 0 in the current system
G43; Apply the new tool length offset.
Please Log in or Create an account to join the conversation.