Home› Programming
Discussion
Back to discussions page
Obenyaala
Posts: 6 Apprentice
Thank you all.
Best Regards
Oussama Benyaala
URScript Programming Language: Module internals function |
341 views
|
Answered | |
/ Most recent by Obenyaala
in Programming
|
2 comments |

in Programming
Hello,
I am trying to receive return values from Module internals functions using the URScript Programming Language, e.g. return value from get_actual_joint_positions(). I can send commands like movej(pose) via Socket using port 30002 but I know that this is a one-way connection and I can't receive data the same way. I also read the Real-Time Data Exchange (RTDE) guide but I couldn't understand how to implement it using c#. The model I am working with is UR10e and the URSoftware is 5.5.1.82186. I would appreciate any type of help.Thank you all.
Best Regards
Oussama Benyaala
Otherwise there is some documentation about the RTDE on Universal Robot website with sample program in python. You should find the information you need to get robot position.
https://www.universal-robots.com/how-tos-and-faqs/how-to/ur-how-tos/real-time-data-exchange-rtde-guide-22229/