Offline Programming With Python - RoboDK

  Рет қаралды 179,910

RoboDK

RoboDK

Күн бұрын

Пікірлер: 55
@rashmiranjannayak3251
@rashmiranjannayak3251 5 жыл бұрын
Hi RoboDK, its a Nice programme and smooth approach to machine language.
@suhasgowda7461
@suhasgowda7461 7 жыл бұрын
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
@Patrick-ti5qh
@Patrick-ti5qh Жыл бұрын
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?
@harshbhut9723
@harshbhut9723 2 жыл бұрын
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/
@mastercad7260
@mastercad7260 4 жыл бұрын
Very nice demo , thank you
@alirezakhalili7681
@alirezakhalili7681 3 жыл бұрын
How can I get access to this example to download and practice it?
@rafaelfagundes6642
@rafaelfagundes6642 7 жыл бұрын
There is a lite version, with limitations, for students?
@noway5096
@noway5096 3 жыл бұрын
The ipad version
@CodingWithKids
@CodingWithKids 4 жыл бұрын
That's very interesting!
@dargindarginec9561
@dargindarginec9561 4 жыл бұрын
Thank you 👍🏻
@adriel2625
@adriel2625 9 жыл бұрын
Excellent! Nice progam, just a little hardly hahaha
@carlosdayanpanquevamendez5749
@carlosdayanpanquevamendez5749 Ай бұрын
faltan procesos de doblado de laminas con prensas y robots
@ahmadzaki5198
@ahmadzaki5198 8 жыл бұрын
Thanks you sow much
@abdelmoumenamine891
@abdelmoumenamine891 4 жыл бұрын
that's very nice ,would you list the tools used in this video
@juanpalaciosvargas7329
@juanpalaciosvargas7329 3 жыл бұрын
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 3 жыл бұрын
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.
@apostolishere1836
@apostolishere1836 4 жыл бұрын
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)
@animadoarts5123
@animadoarts5123 5 жыл бұрын
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.
@alanmartinezleal6429
@alanmartinezleal6429 6 жыл бұрын
is there any way to make tool for lasser cut? like paint gun that is for default in the sotware?
@manalberrhili6573
@manalberrhili6573 6 жыл бұрын
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 жыл бұрын
it should bet with an L, not a 1, so: transl(x,y,z)
@manalberrhili6573
@manalberrhili6573 6 жыл бұрын
THANK YOU
@dargindarginec9561
@dargindarginec9561 4 жыл бұрын
Как написать траекторию для покраски?
@penujurilaya6173
@penujurilaya6173 3 жыл бұрын
Can u pls send the python code for pick and place
@RoboDK3D
@RoboDK3D 3 жыл бұрын
You'll find the example in this page: robodk.com/offline-programming
@dylanmaulucci968
@dylanmaulucci968 6 жыл бұрын
Can you have two robots at once sharing tasks for one production simulation?
@RoboDK3D
@RoboDK3D 6 жыл бұрын
Yes this is possible. This video shows an example: kzbin.info/www/bejne/bZq6q3mKr76fm8k
@HiepNguyen-gq5lp
@HiepNguyen-gq5lp 4 жыл бұрын
when i click to edit python scrip it show to me that python editer error. pls help me add to path python
@apostolishere1836
@apostolishere1836 4 жыл бұрын
hi :) google search how to add python to windows :) or try this :) :) datatofish.com/add-python-to-windows-path/
@mdnahiduzzamanbhuiyan4903
@mdnahiduzzamanbhuiyan4903 4 жыл бұрын
Which software????
@noway5096
@noway5096 3 жыл бұрын
????
@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/
@RoboDK3D
@RoboDK3D 9 жыл бұрын
Robot offline programming with Python and RoboDK
@Fawadkhan-id3zd
@Fawadkhan-id3zd 6 жыл бұрын
Can you plz make practical example how to use this program with real robot arm for any project.
@IMRONLEMAE
@IMRONLEMAE 7 жыл бұрын
Excellent!
@modezt871
@modezt871 6 жыл бұрын
Excellent
@bhavyamverma70
@bhavyamverma70 3 жыл бұрын
Exception: Invalid item provided: The item identifier provided is not valid or it does not exist.
@RoboDK3D
@RoboDK3D 3 жыл бұрын
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 3 жыл бұрын
Can you tell simply what I have to do, cause I am indian and poor in English 😁😂
@ahmadzaki5198
@ahmadzaki5198 8 жыл бұрын
Is there a chip on robot
@domadordemacacos4147
@domadordemacacos4147 4 жыл бұрын
It's a chip in your ass.
@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
@tungoctruyen92
@tungoctruyen92 7 жыл бұрын
Is it possible to use Robotdk with homemade arduino controlled robot ? Thanks
@RoboDK3D
@RoboDK3D 7 жыл бұрын
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 жыл бұрын
what price for this RobotDk,standalone license? thanks
@RoboDK3D
@RoboDK3D 7 жыл бұрын
All RoboDK licenses for offline programming are the same price ($2995 USD). You can purchase online: robodk.com/purchase
@tungoctruyen92
@tungoctruyen92 7 жыл бұрын
Is it lifetime liecenses ?
@RoboDK3D
@RoboDK3D 7 жыл бұрын
Yes, RoboDK is a lifetime license.
Robot Milling - RoboDK
6:33
RoboDK
Рет қаралды 51 М.
RoboDK Interface - Robots (1/2) - Documentation
13:30
RoboDK
Рет қаралды 32 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Programming an Arduino Robot with Python 🐍
8:30
YouMakeTech
Рет қаралды 127 М.
Learn Robot Programming in 20 Minutes | Make $$$ as a Robot Programmer
20:59
TITANS of CNC MACHINING
Рет қаралды 107 М.
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 213 М.
Using artificial vision to move KUKA robots (4K)
10:06
rebots
Рет қаралды 6 М.
KUKA SmartPad explained | The Robotics Channel
20:22
Robotics Channel by Werner Hampel
Рет қаралды 61 М.
Offline robot programming workflow
13:30
SprutCAM X
Рет қаралды 44 М.
Tutorial: Simple Robot Simulator (PyBullet on JetsonNano)
14:33
Skyentific
Рет қаралды 45 М.
How to Run a KUKA Robot Language Program on a Robot
5:12
Karl Singline
Рет қаралды 50 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН