Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ur10_robot_arm:drawing_with_the_ur10 [2021/03/03 00:22] – [Troubleshooting] formlab | ur10_robot_arm:drawing_with_the_ur10 [2021/03/03 01:15] (current) – [Troubleshooting] formlab | ||
---|---|---|---|
Line 34: | Line 34: | ||
- Right click the python script and choose '' | - Right click the python script and choose '' | ||
- | - Change the variable '' | + | - Change the variable '' |
- | - Change the variable '' | + | - Change the variable '' |
- Press ctrl + s to save the file and go back to RoboDK. //Keep in mind that this file is updated in RoboDK, but not in the file explorer. Save the changes to the file explorer if you want to keep them for the future.// | - Press ctrl + s to save the file and go back to RoboDK. //Keep in mind that this file is updated in RoboDK, but not in the file explorer. Save the changes to the file explorer if you want to keep them for the future.// | ||
Line 85: | Line 85: | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
* **After 'Run Python script', | * **After 'Run Python script', | ||
- | * Use the line '' | + | * Use the line <code python> |
- | * To display variables, use this method: | + | * To display variables, use this method: |
+ | * 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... | ||