Get current time

Hi!
Is there anyway to get the time from the robot?
For example to measure how long a time a thing takes or to do things at specified interval.

Not sure this is what you mean, but it shows how to create a cycle timer.
http://www.universal-robots.com/how-tos-and-faqs/how-to/ur-how-tos/design-a-timer-function-15545/

1 Like

Hi Nils

The example @medeiros.j.1 is a great option.
Alternatively, if you in a thread place a sync() command, this will always return after 8 ms, hence you could have a timing loop where e.g. 125 sync’s will yield 1 second.

Thanks medeiros and Jacob.
This is exactly what I was after.
Br
Nils