How to measure cycle time
Hello,
I am dealing with a palletization task on RobotStudio. To get some data, I need to do simulations and to save the times that the robotic station takes to load each 30 pallets . I need something that allow me to leave the computer doing simulation and to check results only at the end (so maybe I can let it work during night). Is there some function in Rapid that allows to count and save time? (If possible I would like to save more than one time value per each 30 completed pallets during the same simulation)
Thank you a lot!
I am dealing with a palletization task on RobotStudio. To get some data, I need to do simulations and to save the times that the robotic station takes to load each 30 pallets . I need something that allow me to leave the computer doing simulation and to check results only at the end (so maybe I can let it work during night). Is there some function in Rapid that allows to count and save time? (If possible I would like to save more than one time value per each 30 completed pallets during the same simulation)
Thank you a lot!
Comments
You could use the clock commands in RAPID and store the results in an array?
Maybe to save the data in file like .txt make them easier to manage and read.
Attached is extract from RAPID manual; on clock command.
Why do you expect time variations in the same simulation running multiple times?