Hi, I am working on a machine tending cell using two differente resources: A human and a Robot. I am using “Anna” and the VC Generic Robot. I want to obtain a statistic graphic of the states of the robot (No problem for Anna), but for the robot seems to be always 100%. I do not if I need to create these states first or how can I get the states from the statistics. When I say states I mean Idle, busy, or utilized.
At least in more recent libraries like process modeling, the statistics data is gathered in the robot controller component instead of the robot. See if this is also the case for machine tending.
Dear Este, if I control the robot using a teaching method without using its controller, how should I calculate the robot’s utilization? If there is an issue with using statistical states (such as busy), my robot program statements are very numerous, and manually adding them is inefficient. Do you have any good methods? Looking forward to your reply!