10-26-2023, 10:10 AM
Hi there, i have trouble getting the physical robot when the simulated robot moves.
Both the simulated robot is a UR5, and the physical robot is also a UR5.
I have established connection between the two such that the "Connection Status" bar is colored green and writes "Ready"
I can get the "Get Position" from the button inside the "Connection to UR5" just fine, and i can even move the physical robot my moving the joints of the simulated robot and pressing "Move Joints", then the physical robot will mimic the position of the simulated robot.
However, when i inside my Python script call the a method such as MoveL() or MoveJ(), nothing happens with the physical robot, only the simulated robot will move.
I am running an external control script on the ur5.
Then when the movement has stopped executing inside the simulation, i can once again move to robot to that given position using the "Move Joints" command inside Robodk.
So it seems that there is a stable connection between the robot and RoboDK, but for some reason the physical robot does not act on the MoveJ, MoveL etc.
Anyone got any idea why this might be?
Both the simulated robot is a UR5, and the physical robot is also a UR5.
I have established connection between the two such that the "Connection Status" bar is colored green and writes "Ready"
I can get the "Get Position" from the button inside the "Connection to UR5" just fine, and i can even move the physical robot my moving the joints of the simulated robot and pressing "Move Joints", then the physical robot will mimic the position of the simulated robot.
However, when i inside my Python script call the a method such as MoveL() or MoveJ(), nothing happens with the physical robot, only the simulated robot will move.
I am running an external control script on the ur5.
Then when the movement has stopped executing inside the simulation, i can once again move to robot to that given position using the "Move Joints" command inside Robodk.
So it seems that there is a stable connection between the robot and RoboDK, but for some reason the physical robot does not act on the MoveJ, MoveL etc.
Anyone got any idea why this might be?