Slow work of rotary axis

More
22 Mar 2020 17:36 #161123 by aleksamc
I have 4-s axis on my linuxncnc machine. When it starts to work, all movement's become very slow and configuring speed with G1 Fxxx doesn't help's me. I've looked topics with such my problem and found that problem is that speed configuration changes from mm/min to deg/min. But I realy didn't anderstend, why axis not become faster when I change feedrate.
What regulates speed when works rotary axis? And how to control it?

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

More
22 Mar 2020 18:36 #161131 by tommylight
Replied by tommylight on topic Slow work of rotary axis

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

More
26 Mar 2020 22:27 #161621 by andypugh
Replied by andypugh on topic Slow work of rotary axis
There is a LinuxCNC filter here:
forum.linuxcnc.org/38-general-linuxcnc-q...r-me?start=10#120524
That converts to G93 mode for XYUV motion. This is close to what is needed for rotary motion, but different calculations would be needed for rotary axis work. (Exactly the same calculations as done by the rapid-roatary app linked above)

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

More
27 Mar 2020 21:16 #161750 by aleksamc
Replied by aleksamc on topic Slow work of rotary axis
You have give me very cool solvement, Endypugh.
I will try to use it on my very slow PC.

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

More
30 Mar 2020 21:31 #162149 by aleksamc
Replied by aleksamc on topic Slow work of rotary axis
I tried to use filter.py but get error when load file.foam

Errors is "Permission denied"

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

More
30 Mar 2020 21:53 #162156 by andypugh
Replied by andypugh on topic Slow work of rotary axis
You might need to give the file execute privileges,

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

More
30 Mar 2020 21:54 #162159 by tommylight
Replied by tommylight on topic Slow work of rotary axis
Do a google search on how to fix file permissions in linux, but do be careful, there are a lot of things that can be messed up with that.

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

More
30 May 2020 08:29 - 30 May 2020 08:42 #169392 by aleksamc
Replied by aleksamc on topic Slow work of rotary axis
get error 127 "file not found".
I tried 777, 755 and 666.
I don't understand why I get that filter.py file not found. It's present and pass is written to configs folder.
File has complite permissions now -rwxrwxrwx
Last edit: 30 May 2020 08:42 by aleksamc.

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

More
30 May 2020 10:29 #169410 by MaHa
Replied by MaHa on topic Slow work of rotary axis
I get exactly this error, when the path to the filter is not correct, example '/home/NcFiles/Filter/filter.py'

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

More
31 May 2020 18:54 #169544 by aleksamc
Replied by aleksamc on topic Slow work of rotary axis
I checked my problem more presicely.
If permissions has number 7 (mean x-execute), then I get error 127 "file not found".
If I set permissions with number 6, then I get error 126 "permisions denied".

Possibly, problem is in something else.
in the directory usr/bin/.. I don't have file python, but files python2.6 and python2.8

Or could be problem that linuxcnc doesn't have permissions?
I had problem with reading python files by linuxcnc in the past. I didn't solved that problem.

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

Time to create page: 0.100 seconds
Powered by Kunena Forum