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

Occupancy rates calculation

#1
Hello.

Our customer would like to calculate the occupancy rates of robots/machines using RoboDK.
As far as I know, RoboDK does not have such a feature but does anyone has the idea to realize it?

As the attachment explains, they have multiple machines that they want to calculate the running time.


.pdf   Project to calculate occupancy rates w RoboDK .pdf (Size: 217.75 KB / Downloads: 174)
#2
Since RoboDK can work with Python scripts, you can program your process model on Python and integrate it into the RoboDK simulation process. 
#3
You can get an estimated cycle time for a Program using the API with program.Update():
https://robodk.com/doc/en/PythonAPI/robo...tem.Update

You can also determine if a robot is being use with robot.Busy():
https://robodk.com/doc/en/PythonAPI/robo....Item.Busy

From there, you can monitor your station through the API and find the occupancy rates.
Please read the Forum Guidelines before posting!
Find useful information about RoboDK by visiting our Online Documentation.
  




Users browsing this thread:
1 Guest(s)