Hello,
I am trying to send a URScript code to UR5 via Python socket and I have tried this method:
I need force_mode to be activated during robot movement and I have tried sending one line at a time but then when the force_mode command is sent, it is activated and deactivated before sending another line. Also, I have tried sending the entire URScript at once (force_mode with moveL commands) but nothing happened. Robot did not move.
Does moveL work only when sending line by line? Is there a way to maintain force_mode when the robot is moving through desired points?