Lesson
Find and Use Python Add-ons
Programming a robot is an important step when building and testing robots. With Python programming language and Visual Components API, you are given a good platform for teaching, automating and post-processing robot programs. Instead of manually teaching every statement to a robot, you can write a script that calculates, records and simulates an entire robot program. That would allow you to quickly test and visualize your solution in simulation as well as refine the program and its logic.
In this course you learn how to read and write a robot program as well as control a robot using Python scripts. This will involve learning the structure of a robot and its program in Python API and how to use that knowledge to your benefit. At the end of this course you will know how to automate robot tasks and have a good foundation for learning how to develop external robot controllers and post-processing robot programs.
BEGIN COURSE
TOPIC: ROBOT PROGRAMMING
DURATION: 2h 3min
Robot Programming
Learn how to read a robot program using Python API.
Robot Programming
Learn how to add and edit routines, statements and positions in a robot program using Python API.
Robot Programming
Learn how to manipulate the joints of a robot using its controller and DOF objects of nodes.
Component Modeling
Learn how to control and automate robots using Python API.
Robot Programming
Learn how to teach a robot to pick parts from a pallet and place them on a conveyor using Python API.
Robot Programming
Learn how to teach a Delta robot to pick and place parts on the same conveyor using Python API.
Robot Programming
Learn how to teach a robot to pick moving parts and then place them on other moving objects.
Robot Programming
Learn how to create and execute a process in a robot program.