Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Question with painting spray on.py

#1
I have a question about RoboDK when painting: how can I use two robots to paint the same object like "inspection object"?

When I run "progmain" the result is right, but when I run "prog12 ", I can't find the painted color on obj? I have tried to change obj and tool variables in the PY file.


Attached Files
.rdk   multi painting520.rdk (Size: 2.65 MB / Downloads: 14)
#2
You can specify the tool inside the script before triggering the paint operation. For example:
Code:
tool = RDK.Item("Paint gun2", ITEM_TYPE_TOOL)
I attached a working example for the program you are trying to run with the ABB robot.


Attached Files
.rdk   multi painting520-v2.rdk (Size: 2.66 MB / Downloads: 1)
  




Users browsing this thread:
1 Guest(s)