Posts: 26
Threads: 9
Joined: May 2020
Reputation:
0
I'm doing a simulation using a python conveyor. When I run the "RunConveyor" script you can observe a constant movement of the parts placed on the conveyor ,which is good, but as soon as you move your mouse or a robot starts doing a movement at the same time, you can notice that the parts are not doing anymore a constant movement on the conveyor (delay in the movement). How can I solve this situation?
Posts: 12
Threads: 3
Joined: May 2020
Reputation:
3
Worked for me as well, and i found learning how to make mechanisms is very usefull for making own robots or items moving during simulation.
Good luck with the project :)
Posts: 1,832
Threads: 2
Joined: Oct 2018
Reputation:
72
You are right AnderS,
I personally use mechanisms everywhere in my simulations. Most of the time, no one could tell that I did. I even simulated an AGV with an XY mechanism, I was able to make it move around the station to bring things.
I do the same for part stacks, clamps, and much more.
Jeremy