03-02-2021, 02:07 PM
hello,
I'm having problems using the function "run on robot" with the robot meca500 on macOS, as every time it returns the following error right after making the first movement:
Sending command...
Working...
一个xpected error: Exception in thread Thread-1:
一个xpected error: Traceback (most recent call last):
一个xpected error: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 932, in _bootstrap_inner
一个xpected error: self.run()
一个xpected error: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 870, in run
一个xpected error: self._target(*self._args, **self._kwargs)
一个xpected error: File "C:\RoboDK\api\robot\apimecademic.py", line 654, in RunDriver
一个xpected error: File "C:\RoboDK\api\robot\apimecademic.py", line 705, in RunCommand
一个xpected error: File "C:\RoboDK\api\robot\apimecademic.py", line 123, in joints_error
一个xpected error: TypeError: object of type 'NoneType' has no len()
the connection with the robot works, and also the getPosition function, but every time I try to move the robot it returns the same error, right after moving the robot to the first position.
Any advice?
I'm having problems using the function "run on robot" with the robot meca500 on macOS, as every time it returns the following error right after making the first movement:
Sending command...
Working...
一个xpected error: Exception in thread Thread-1:
一个xpected error: Traceback (most recent call last):
一个xpected error: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 932, in _bootstrap_inner
一个xpected error: self.run()
一个xpected error: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 870, in run
一个xpected error: self._target(*self._args, **self._kwargs)
一个xpected error: File "C:\RoboDK\api\robot\apimecademic.py", line 654, in RunDriver
一个xpected error: File "C:\RoboDK\api\robot\apimecademic.py", line 705, in RunCommand
一个xpected error: File "C:\RoboDK\api\robot\apimecademic.py", line 123, in joints_error
一个xpected error: TypeError: object of type 'NoneType' has no len()
the connection with the robot works, and also the getPosition function, but every time I try to move the robot it returns the same error, right after moving the robot to the first position.
Any advice?