Posts: 39
Threads: 6
Joined: Dec 2019
Reputation:
14
So, I'm trying to measure the feasibility of a simulation, and since I didn't find an example like this, I will ask.
There is a way to simulate a conveyor tracking inside RoboDK?
I'm assuming there should be a way to achieve this with some Python black magic, but I'm wondering if there is some trick to facilitate the process.
The idea is that robot will drop a part on a jig, that is mounted over a moving conveyor, and since conveyor will not stop, the robot must down to drop the part synchronized with the jig movement.
Posts: 176
Threads: 0
Joined: Aug 2020
Reputation:
20
09-03-2020, 07:27 PM
(This post was last modified: 09-04-2020, 12:39 PM by Olivier.)
Hi massula,
There is a trick to simulate the pick and place on a moving conveyor without the use of python.
You can place the target inside a referential in the moving mechanism and add a offset to deal with the refresh rate.
You might need to adjust the offset, depending on the speed of the conveyor & simulation to make it look accurate.
If you want the object on the conveyor to be on a very precise spot, you can hide the object you just placed & show an object that was already on the conveyor when you drop it.
I hope this help,
Olivier.
Posts: 39
Threads: 6
Joined: Dec 2019
Reputation:
14
Nice to know, Olivier.
I will check this in the next days
Thanks!
Posts: 39
Threads: 6
Joined: Dec 2019
Reputation:
14
Thanks, Olivier!
I opened the simulation here and it is exactly what I need.
Posts: 21
Threads: 9
Joined: Oct 2020
Reputation:
0
Hi Everyone! How can i make something same but with painting part on conveyor?
Posts: 176
Threads: 0
Joined: Aug 2020
Reputation:
20
Do you mean a curve follow project on a moving conveyor?
Posts: 3
Threads: 0
Joined: Apr 2025
Reputation:
0
09-12-2025, 06:43 AM
(This post was last modified: 09-12-2025, 07:05 AM by Albert.)
Hi, please I am trying to achieve vision - guided conveyor tracking of moving parts in RoboDk. I am using Ur5e, Onrobot Eyes, Onrobot RG2/SoftGripper and I intend placing the product in a package and arranged.
my biggest challenge is with the vision-guided aspect. Please I will be so happy to get any help to be able to achieve this in RoboDK.
I have done the physical setup of the station but the one in RoboDk will be like a digital twin of the real thing. Thanks