Worker animation and Indexing Conveyor- Printable Version +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: General questions about RoboDK (//m.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: Worker animation and Indexing Conveyor (/Thread-Worker-animation-and-Indexing-Conveyor) |
Worker animation and Indexing Conveyor-doforid-03-13-2021 你能告诉工人或人朝着RoboDK ? How can I get an indexing conveyor in RoboDK? Would that require modification of the python script for the conveyors in the RoboDK library? RE: Worker animation and Indexing Conveyor-Olivier-03-16-2021 Hi doforid, Please take a look at these two examples. You can simulation a moving worker by having a rotation mechanism on top of a translation 2 axis mechanism. To have a indexing conveyor, it is better to use a mechanism with a python script like the one in the example. You can change the indexing value by modifying the travel value in the Run_Conveyor script. Olivier RE: Worker animation and Indexing Conveyor-doforid-03-18-2021 Thank you very much Oliver |