04-07-2023, 08:02 AM
I understand it is not possible to synchronize a turntable with a UR robot from the controller point of view. This happens with many robot controllers.
However, a workaround is to split linear movements as small joint movements which should give you the same effect. You can apply this by following these steps:
How do you drive the turntable? This may need an adjustment through the post processor.
However, a workaround is to split linear movements as small joint movements which should give you the same effect. You can apply this by following these steps:
- Select Tools-Options
- Set Output for joint movements: Joint data
- Set Output for linear movements: Joint data
- Maximum step size (mm): Set to 1 mm (or a value that represents the accuracy you would like to have but that it is not too small to generate infinite amount of points)
- Generate the robot program.
How do you drive the turntable? This may need an adjustment through the post processor.