Home› Programming
Discussion
Back to discussions page
giannis_let
Posts: 9 Apprentice
Offline programming for UR10? |
672 views
|
Answered | |
/ Most recent by matthewd92
in Programming
|
2 comments |

in Programming
I would like to connect a simulation program with the controller of the actual robot (UR10), in order to have a more accurate cycle time estimation for a robot task. I consider using Delmia, as it provides a tool for RRS connection, but I am not sure it could be done with a UR10 robot. Is there an easier way (or simulation program) in order to get accurate cycle time?
Depending on how complex the program is we will do cycle time estimates on the URSim package running on our desktop. With this you simply use a background thread to time the cycle of the robot. You can make subtimers if you want to look at specific portions of the program. The only issue we have is there are no inputs in the simulator that you can turn on and off so you cannot use the exact program you’d use in production but it gets us pretty close to actual times.