I’m trying to define a URscript function in python using socket communication.I have used s.send() command to pass the function, although the command is executed in python terminal it is not reflected on the robot(UR5e) means that the robot is not executing the function which we have passed.So do we have to use s.send command to pass the function or is there some other way to do this and how we can write it to make the robot work according to the function.Thanks in advance
I’m trying to define a URscript function in python using socket communication.
I have used s.send() command to pass the function, although the command is executed in python terminal it is not reflected on the robot(UR5e) means that the robot is not executing the function which we have passed.
So do we have to use s.send command to pass the function or is there some other way to do this and how we can write it to make the robot work according to the function.
Thanks in advance