Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ur10_robot_arm:drawing_with_the_ur10 [2021/03/03 00:31] – [Update the python script] formlab | ur10_robot_arm:drawing_with_the_ur10 [2021/03/03 01:15] (current) – [Troubleshooting] formlab | ||
---|---|---|---|
Line 87: | Line 87: | ||
* Use the line <code python> RDK.ShowMessage(" | * Use the line <code python> RDK.ShowMessage(" | ||
* To display variables, use this method: <code python> msg_str = " | * To display variables, use this method: <code python> msg_str = " | ||
+ | * It might help to temporary load an older version of the python script, and loading the new one again after that. It sounds impossible, but it helped here before... | ||