URX and python control API

Hi,

I’m a beginner in robot programming and I’m currently using a UR10e. I was wondering :what are the options on the different methods to control the robot simply using a python script?

I’m aware of the urx library but it is missing the force_mode() urscript implementation that I need for my application. If I’m correct, it’s based on TCP/IP protocol so can I use the same protocol to implement the force_mode function?

Thanks
Aghilès

I think you can send URscript via socket with port 30001 or 30002. And dont forgot to turn the robot control on the controller on “remote control”.
You can see this topic: