Це відео не доступне.
Перепрошуємо.

Offline Programming With Python - RoboDK

Поділитися
Вставка
  • Опубліковано 8 сер 2024
  • RoboDK is a powerful offline simulator for industrial robots.
    This video shows how to create and simulate a robot program using Python.
    For more information visit:
    robodk.com
    robodk.com/offline-programming
    This video shows:
    00:00 Offline programming example
    00:17 Moving the reference target
    00:28 Edit the Python script
    00:54 Simulate the program
    01:03 Adding user input
    01:37 Running the program with 10 vertices
    01:45 Running the program with 150 vertices
    01:57 Output robot program for KUKA
    02:18 Pick and place example with Python
    03:08 Output robot program for Fanuc
    Get started with RoboDK (playlist):
    • Robot Milling - RoboDK

КОМЕНТАРІ • 54

  • @rashmiranjannayak3251
    @rashmiranjannayak3251 4 роки тому +2

    Hi RoboDK, its a Nice programme and smooth approach to machine language.

  • @mastercad7260
    @mastercad7260 4 роки тому

    Very nice demo , thank you

  • @CodingWithKids
    @CodingWithKids 3 роки тому +2

    That's very interesting!

  • @IMRONLEMAE
    @IMRONLEMAE 6 років тому

    Excellent!

  • @ahmadzaki5198
    @ahmadzaki5198 8 років тому +1

    Thanks you sow much

  • @dargindarginec9561
    @dargindarginec9561 3 роки тому

    Thank you 👍🏻

  • @modezt871
    @modezt871 6 років тому

    Excellent

  • @suhasgowda7461
    @suhasgowda7461 6 років тому +3

    Excellent programming software for students

    • @nikolarajcic2742
      @nikolarajcic2742 6 років тому

      Suhas are you good in roboDK? I am looking for someone who know to make pick and place with 3 robots, conveyer, sensor and camera in RoboDK

  • @adriel2625
    @adriel2625 9 років тому +5

    Excellent! Nice progam, just a little hardly hahaha

  • @Patrick-ti5qh
    @Patrick-ti5qh Рік тому +1

    Hi and thank you for the video. When I try to run the edited weld program the number of vertexs box doesn't let me enter a number, it just says 'active'. Any ideas on why it's doing that?

  • @alanmartinezleal6429
    @alanmartinezleal6429 5 років тому

    is there any way to make tool for lasser cut? like paint gun that is for default in the sotware?

  • @apostolishere1836
    @apostolishere1836 3 роки тому +1

    Hello and thank you for all the videos !! can i have an example of how can i merge 2 items by using a python script ?
    item1=rl.Item('part1')
    item2=rl.Item('part2')
    new_part=rl.MergeItems(item1,item2)

  • @abdelmoumenamine891
    @abdelmoumenamine891 3 роки тому

    that's very nice ,would you list the tools used in this video

  • @rafaelfagundes6642
    @rafaelfagundes6642 7 років тому +7

    There is a lite version, with limitations, for students?

  • @alirezakhalili7681
    @alirezakhalili7681 3 роки тому

    How can I get access to this example to download and practice it?

  • @winterhear
    @winterhear 4 роки тому

    Any problems with new python versions ? i use 3.7 python (not the classic 3.4 robodk automaticly installs) and i have a problem that python macros takes more than a minute to execute. Can this be caused by python version or this is a trial limitation? any help will be appreciated.

    • @RoboDK3D
      @RoboDK3D  4 роки тому

      The latest version of RoboDK uses Python 3.7. In any case you can use any version of Python (including Python 2) if you install the robodk package for Python: pypi.org/project/robodk/

  • @juanpalaciosvargas7329
    @juanpalaciosvargas7329 2 роки тому

    In the Welder Robot, I'd like it welds some letters (ABC) instead of just a polygon shape. How can I do it?

    • @RoboDK3D
      @RoboDK3D  2 роки тому

      One way would be to draw the letters/words in a CAD software and bring the result to RoboDK.
      You can then use the Create Curve feature to extract the edges of the 3D model.
      Take a look at the video "CAD to Part - Part 2" from the webinar playlist.

  • @animadoarts5123
    @animadoarts5123 4 роки тому

    Can i make my own robo arm with this software? Or do i need to use Cad etc.

    • @mihaibr206da
      @mihaibr206da 4 роки тому

      nop.you must use some cad software for create it.

  • @dylanmaulucci968
    @dylanmaulucci968 5 років тому

    Can you have two robots at once sharing tasks for one production simulation?

    • @RoboDK3D
      @RoboDK3D  5 років тому

      Yes this is possible. This video shows an example: ua-cam.com/video/7iWzFTzYleg/v-deo.html

  • @RoboDK3D
    @RoboDK3D  9 років тому +1

    Robot offline programming with Python and RoboDK

    • @Fawadkhan-id3zd
      @Fawadkhan-id3zd 5 років тому +1

      Can you plz make practical example how to use this program with real robot arm for any project.

  • @dargindarginec9561
    @dargindarginec9561 3 роки тому

    Как написать траекторию для покраски?

  • @harshbhut9723
    @harshbhut9723 2 роки тому +1

    how can I write python script in roboDK for welding application

    • @RoboDK3D
      @RoboDK3D  2 роки тому

      What exactly do you want to do? You can post your questions to our forum at robodk.com/forum/

  • @manalberrhili6573
    @manalberrhili6573 6 років тому +1

    it says Traceback (most recent call last):
    File "C:\Users\Manal\AppData\Local\Temp\Prog3.py", line 28, in
    posei = poseref*rotz(ang)*trans1(200,0,0)*rotz(-ang)
    NameError: name 'trans1' is not defined

    • @RoboDK3D
      @RoboDK3D  6 років тому +3

      it should bet with an L, not a 1, so: transl(x,y,z)

    • @manalberrhili6573
      @manalberrhili6573 6 років тому +1

      THANK YOU

  • @HiepNguyen-gq5lp
    @HiepNguyen-gq5lp 3 роки тому

    when i click to edit python scrip it show to me that python editer error. pls help me add to path python

    • @apostolishere1836
      @apostolishere1836 3 роки тому

      hi :) google search how to add python to windows :) or try this :) :) datatofish.com/add-python-to-windows-path/

  • @ahmadzaki5198
    @ahmadzaki5198 8 років тому +1

    Is there a chip on robot

  • @penujurilaya6173
    @penujurilaya6173 2 роки тому

    Can u pls send the python code for pick and place

    • @RoboDK3D
      @RoboDK3D  2 роки тому +1

      You'll find the example in this page: robodk.com/offline-programming

  • @mdnahiduzzamanbhuiyan4903
    @mdnahiduzzamanbhuiyan4903 3 роки тому

    Which software????

  • @bhavyamverma70
    @bhavyamverma70 2 роки тому

    Exception: Invalid item provided: The item identifier provided is not valid or it does not exist.

    • @RoboDK3D
      @RoboDK3D  2 роки тому +1

      It means the Item you are referring to doesn't exist in your station.
      Could be as simple as a typo in the string name.

    • @bhavyamverma70
      @bhavyamverma70 2 роки тому

      Can you tell simply what I have to do, cause I am indian and poor in English 😁😂

  • @tungoctruyen92
    @tungoctruyen92 7 років тому +1

    Is it possible to use Robotdk with homemade arduino controlled robot ?
    Thanks

    • @RoboDK3D
      @RoboDK3D  7 років тому +1

      Yes, it is possible. A customized post processor and/or robot driver might be required. More information here:
      robodk.com/help#PostProcessor

    • @tungoctruyen92
      @tungoctruyen92 7 років тому +1

      what price for this RobotDk,standalone license? thanks

    • @RoboDK3D
      @RoboDK3D  7 років тому +2

      All RoboDK licenses for offline programming are the same price ($2995 USD). You can purchase online: robodk.com/purchase

    • @tungoctruyen92
      @tungoctruyen92 7 років тому +1

      Is it lifetime liecenses ?

    • @RoboDK3D
      @RoboDK3D  7 років тому +2

      Yes, RoboDK is a lifetime license.

  • @michaelzajac5284
    @michaelzajac5284 3 роки тому

    I have not good the programming code.

    • @RoboDK3D
      @RoboDK3D  3 роки тому

      You'll find the RoboDK API and examples on GitHub: github.com/RoboDK/RoboDK-API