How do I write a URCap to write data to UR Controller registers every 8 ms?

@william.jenrette

Check out the simple XML-RPC Math under samples.
(This shows how to implement an XML-RPC call in a daemon, so this is not what you are aiming to do. )
However, it also shows how to make a very simple installation node, where you e.g. could use a checkbox to start/stop your daemon.

It shows how to use the start() and stop() methods to start and stop your daemon from the Java side.
Then, you would have to write your daemon, that reads some e.g. force data, and writes it to the RTDE interface

Is this helpful?

Also check out the MyDaemon sample enclosed in the SDK.