Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Custom Conveyor

#1
I want to do a simulation where I have a custom conveyor that moves like the example video does. How is this possible? I have the conveyor python program but I  don't know how to link the program and the conveyor and get it to run. Any help is appreciated.
#2
There are two different ways to simulate a conveyor belt in RoboDK:
  1. Using a Python program: With a python program you can define the work area to automatically grab the parts. You can also better customize the movement behavior and specific events (for example, when the part reaches the end of the conveyor ant it has not been taken by a robot).
  2. Using a Mechanism: You can build your own mechanism using the menu "Utilities"-->"Add Mechanism or Robot" and model the conveyor as one linear axis. See image attached. You can then create a Home position with the linear joint of the conveyor at 0 degrees. See image attached.
You will find the two examples attached. If you go to the RoboDK robot online library:
https://www.robodk.com/library
and select "Type"-->"Object" you can also download it from there.

[Image: build-conveyor-belt-mechanism.png]

Also, the following video will give you an idea about how to build a 3-axis H-bot mechanism:
https://www.youtube.com/watch?v=oYR6mAxshqw


Attached Files
.rdk   Conveyor-belt-Python.rdk (Size: 152.36 KB / Downloads: 1,046)
.rdk   Conveyor-belt-Linear-Mechanism.rdk (Size: 150.37 KB / Downloads: 1,080)
  




Users browsing this thread:
1 Guest(s)