07-02-2019, 07:51 PM
Hi,
I am using
but when making the minstep more accurate, for example minstep_deg=0.01, I get the following error:
Is there any way to increase the time out? Or any trick to keep the process attached while RoboDK is still calculating?
I am using
Code:
MoveJ_Test(j1, j2, minstep_deg=-1)
but when making the minstep more accurate, for example minstep_deg=0.01, I get the following error:
Quote:File "C:\Python34\lib\robolink.py", line 369, in _rec_int
buffer = self.COM.recv(4)
socket.timeout: timed out
Is there any way to increase the time out? Or any trick to keep the process attached while RoboDK is still calculating?