Hi,
I’m trying to use RTDE communication with robot but i don’t understand how to exchange data with it.
I have made RTDE_REQUEST_PROTOCOL_VERSION and RTDE_GET_URCONTROL_VERSION
Now how should i receive information from controller about robot temperature ecc?
I especially need to understand format of package to send robot
In UR manuals is recommended to use RTDE because other methods are deprecated.
My question is: Have I to write a specific program in robot teach pendant to comunicate or not?
I would read robot state only using a C# program.
Is it possible with RTDE or I need also to write a program on my robot?