ur10_robot_arm:drawing_with_the_ur10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ur10_robot_arm:drawing_with_the_ur10 [2021/03/03 00:31] – [Update the python script] formlabur10_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("message", popup = True) </code> to open a popup and pause the execution of the code at that point.     * Use the line <code python> RDK.ShowMessage("message", popup = True) </code> to open a popup and pause the execution of the code at that point.
     * To display variables, use this method: <code python> msg_str = "message: %s" % variable </code> and use the string in ShowMessage like so: <code python> RDK.ShowMessage(msg_str, popup = True) </code>     * To display variables, use this method: <code python> msg_str = "message: %s" % variable </code> and use the string in ShowMessage like so: <code python> RDK.ShowMessage(msg_str, popup = True) </code>
 +    * 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...
  
  
  • ur10_robot_arm/drawing_with_the_ur10.1614760309.txt.gz
  • Last modified: 2021/03/03 00:31
  • by formlab