Hi
I'm using the python API to generate a program which is quite long. Often it will timeout before its written to disk. See output below. Is there any way to increase the timeout value? I couldn't see anything in the docs or preferences window.
Thanks
Julian
# RL.ShowRoboDK()
# File "/Applications/RoboDK/RoboDK.app/Contents/Python/robolink.py", line 846, in ShowRoboDK
# self._check_status()
# File "/Applications/RoboDK/RoboDK.app/Contents/Python/robolink.py", line 286, in _check_status
# status = self._rec_int()
# File "/Applications/RoboDK/RoboDK.app/Contents/Python/robolink.py", line 418, in _rec_int
# buffer = self.COM.recv(4)
# timeout: timed out #
I'm using the python API to generate a program which is quite long. Often it will timeout before its written to disk. See output below. Is there any way to increase the timeout value? I couldn't see anything in the docs or preferences window.
Thanks
Julian
# RL.ShowRoboDK()
# File "/Applications/RoboDK/RoboDK.app/Contents/Python/robolink.py", line 846, in ShowRoboDK
# self._check_status()
# File "/Applications/RoboDK/RoboDK.app/Contents/Python/robolink.py", line 286, in _check_status
# status = self._rec_int()
# File "/Applications/RoboDK/RoboDK.app/Contents/Python/robolink.py", line 418, in _rec_int
# buffer = self.COM.recv(4)
# timeout: timed out #