Conveyor Simulation with 2 robots - RoboDK

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

ความคิดเห็น • 24

  • @gregsbredeks9848
    @gregsbredeks9848 3 ปีที่แล้ว +2

    Hello, I have a problem
    I don't have the option "Conveyor Simulation" when I create the option Detach Object
    Thank you in advance

  • @bkstyles5769
    @bkstyles5769 2 ปีที่แล้ว

    Hi there, can explain how i can connect dual-arm physically with a single robodk program that you create there, to control both arms from a single platform! please reply thank you

  • @АлексейДуховный-ф1г
    @АлексейДуховный-ф1г ปีที่แล้ว +1

    Это программа с роботом идёт или это общий дл всех симулятор?

    • @RoboDK3D
      @RoboDK3D  9 หลายเดือนก่อน

      With RoboDK software you can simulate and program any robot. Our library includes over 1000 robots: robodk.com/library

  • @pankajnaryal22
    @pankajnaryal22 2 ปีที่แล้ว

    HI. I am working on one simulation, I am facing a problem with a robotic gripper. I have tried a lot, I am not able to attach objects with it if I am using it as a tool. I am not able to move the gripper's finger and if I am using it as a gripper, I m not able to attach objects. I have tried the mechanism function also but could not do it. could you please make a small video on attaching objects with a robotic gripper or can guide me. Please it would be really helpful for me. Thank you!

    • @RoboDK3D
      @RoboDK3D  2 ปีที่แล้ว

      You need to create a TCP by right-clicking the robot and "Add TCP".
      You then attach your object to that TCP.
      The gripper is just a mechanism for visualization purposes, but you still need the TCP.

    • @pankajnaryal22
      @pankajnaryal22 2 ปีที่แล้ว

      @@RoboDK3D Hello. Yes, i do that only. But after adding gripper as a TCP. I am able to attach the object with it. But not able to move gripper fingers while picking the object. My question is: How to move gripper fingers while picking up the object.

    • @RoboDK3D
      @RoboDK3D  2 ปีที่แล้ว

      @@pankajnaryal22 You need to have both, the mechanism and the TCP.
      The TCP shouldn't be linked to any 3D model.

  • @guge7732
    @guge7732 2 ปีที่แล้ว +1

    How to calibrate a delta4D robot using a laser tracker?

    • @RoboDK3D
      @RoboDK3D  9 หลายเดือนก่อน

      You can calibrate 6-axis robot arms using RoboDK. You can find more information here: robodk.com/doc/en/Robot-Calibration-LaserTracker.html

  • @عمروالمقطري-ظ4ث
    @عمروالمقطري-ظ4ث 4 ปีที่แล้ว

    Thanks so much :)

  • @giannisletsos1519
    @giannisletsos1519 6 ปีที่แล้ว

    How accurate will the cycle time (provided from the simulation) be, compared to the actual one?

    • @RoboDK3D
      @RoboDK3D  6 ปีที่แล้ว

      The cycle time simulation with RoboDK is very accurate for UR (less than 1% error). This assumes that you do not exceed the robot maximum limits and you don't use a blend radius.

  • @sanilnair7558
    @sanilnair7558 4 ปีที่แล้ว

    Do you need to have the workstation screen to be square in shape. Or any other screen like a 17” would do ?

    • @RoboDK3D
      @RoboDK3D  4 ปีที่แล้ว

      Hi there,
      any type of screen will do the trick.
      Have a great day.

  • @gorkemkaraman8755
    @gorkemkaraman8755 5 ปีที่แล้ว

    Hi, I have a problem with Python. When I push the "SimulateGripper" I'm taking "Python script faied returning 1" error. Why did it do that ? How do I can be solve ? Thanks.

    • @RoboDK3D
      @RoboDK3D  5 ปีที่แล้ว +1

      Make sure you have your Python settings properly setup in Tools-Options-Other. You should install RoboDK with Python (default setting).

    • @NightmareWalkthroughs
      @NightmareWalkthroughs 4 ปีที่แล้ว

      @@RoboDK3D Having the same problem.

    • @albertnagyattila
      @albertnagyattila 2 ปีที่แล้ว

      @@NightmareWalkthroughs did you manage to figure this out in the end ? I have put the settings to default and still have the same error

    • @uclinhnguyen3570
      @uclinhnguyen3570 ปีที่แล้ว

      @@RoboDK3D I tried but still get this error

  • @tonyzhang6918
    @tonyzhang6918 4 ปีที่แล้ว

    how do I get the Python code such as the simulate gripper into the program

    • @RoboDK3D
      @RoboDK3D  4 ปีที่แล้ว

      Newer versions of RoboDK already include the RobotiQ gripper as a mechanism. If you have technical questions you can ask them in the forum: robodk.com/forum

  • @donguyenanh1146
    @donguyenanh1146 6 ปีที่แล้ว

    How can the conveyor belt move?

    • @RoboDK3D
      @RoboDK3D  6 ปีที่แล้ว

      In this examples the conveyor belt moves using a Python script (RunConveyor). You can also model it as a one axis mechanism.