×
Forum Header
Need help to install 5 axis knematics
15 Jul 2021 14:58 #214883
by Aciera
Replied by Aciera on topic Need help to install 5 axis knematics
Please report back with what you have found so we can fix the documentation.
Please Log in or Create an account to join the conversation.
15 Jul 2021 15:00 #214884
by REX299
Replied by REX299 on topic Need help to install 5 axis knematics
Will report back! Thank again for your support.
Please Log in or Create an account to join the conversation.
06 Aug 2021 11:34 - 06 Aug 2021 11:36 #217051
by REX299
Replied by REX299 on topic Need help to install 5 axis knematics
Now finish my machine build and successful test with switchable kins.
Take two days to try with probe and auto tool measurement but nothing work. Linux can't start. Anyone can confirm two that stuff working under Linuxcnc 2.9 pre???
Take two days to try with probe and auto tool measurement but nothing work. Linux can't start. Anyone can confirm two that stuff working under Linuxcnc 2.9 pre???
Last edit: 06 Aug 2021 11:36 by REX299.
Please Log in or Create an account to join the conversation.
10 Aug 2021 23:58 #217438
by andypugh
Replied by andypugh on topic Need help to install 5 axis knematics
Can you paste the error report?
The following user(s) said Thank You: REX299
Please Log in or Create an account to join the conversation.
11 Aug 2021 05:34 - 11 Aug 2021 05:36 #217471
by REX299
Replied by REX299 on topic Need help to install 5 axis knematics
Thanks for replyHere are error log and my .ini file. please help!
Last edit: 11 Aug 2021 05:36 by REX299.
Please Log in or Create an account to join the conversation.
11 Aug 2021 08:39 #217488
by Aciera
Replied by Aciera on topic Need help to install 5 axis knematics
It seems that toplevel.py in /home/rex/linuxcnc/configs/5AXIS/python/ is causing a syntax error in line 28:
except Exception,e:
I'm not sure but if you have you built master after July 31 then this this is probably related to Python2 having been replaced with Python3 in current master.
I believe the correct syntax in Python3 would be:
except Exception as e:
But it's likely that there will be other issues in the code. There is is a script called 2to3 for automated code translation:
docs.python.org/3/library/2to3.html
I
except Exception,e:
I'm not sure but if you have you built master after July 31 then this this is probably related to Python2 having been replaced with Python3 in current master.
I believe the correct syntax in Python3 would be:
except Exception as e:
But it's likely that there will be other issues in the code. There is is a script called 2to3 for automated code translation:
docs.python.org/3/library/2to3.html
I
The following user(s) said Thank You: REX299
Please Log in or Create an account to join the conversation.
11 Aug 2021 11:19 - 11 Aug 2021 11:20 #217519
by REX299
Replied by REX299 on topic Need help to install 5 axis knematics
I Just fresh install 2.8.2 ISO file then update to 2.9pre last 3 days. So this Probe screen is not working with python3? Then i need to conver top-level.py using 2to3 scrip?
Last edit: 11 Aug 2021 11:20 by REX299.
Please Log in or Create an account to join the conversation.
11 Aug 2021 11:31 #217523
by REX299
Replied by REX299 on topic Need help to install 5 axis knematics
And another thing i don't know what wrong in latency test. I do the latency test with 10 glxgears and 3 open Firefox tab. The test done for 7 hours and the max jitter of base thread about 26000. Use this value to my ini file it always show notice "Unexpected realtime delay on task 0 with period xxxx"
until edit .ini file base thread over 42000!!!
until edit .ini file base thread over 42000!!!
Please Log in or Create an account to join the conversation.
11 Aug 2021 12:14 #217528
by Aciera
Replied by Aciera on topic Need help to install 5 axis knematics
Unfortunately it's somewhat bad timing to be using master at the moment as the change to python3 has been made very recently and it's a BIG change.
So you can try to fix the python code yourself or submit it as an issue on github.
Depending on how well you are versed in python.
I think it's going to take a while getting all the issues ironed out.
I can't give you any advise regarding base thread as I use MESA cards, so maybe somebody else can help you there.
So you can try to fix the python code yourself or submit it as an issue on github.
Depending on how well you are versed in python.
I think it's going to take a while getting all the issues ironed out.
I can't give you any advise regarding base thread as I use MESA cards, so maybe somebody else can help you there.
The following user(s) said Thank You: REX299
Please Log in or Create an account to join the conversation.
11 Aug 2021 12:59 #217539
by REX299
Replied by REX299 on topic Need help to install 5 axis knematics
Thanks, Waiting for stable time
Please Log in or Create an account to join the conversation.
Time to create page: 0.609 seconds