How do I show parts being picked up and dropped off by Robot in a simulation?
You can either use a SmartComponent or use the event manager (to make visible/hide the object and also attach/detach).
Event manager tutorial here http://new.abb.com/products/robotics/robotstudio/tutorials
Here is a simple example that uses SmartComponents to detect, pick up and drop off a part.
Solution19.zip (97.1 KB)