Run Python program- Printable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//m.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: Run Python program (/Thread-Run-Python-program) |
Run Python program-houda-11-12-2021 I'm trying to run Python program offline (code is attached). In roboDK, I added a Tool1 with defining his position, but I had a Python script failed as return (see screenshot). What is the problem ? I tried to run it on robot too. I had a MoveL error RE: Run Python program-Jeremy-11-12-2021 As the error code suggests you are reaching a time out of the robolink library. I suggest you take a look at this thread: //m.sinclairbody.com/forum/Thread-Timeout-exception-when-loading-a-3D-STEP-file?highlight=timeout Jeremy |