robot programming teach method
robot programming teach method
Robot programming is concerned with teaching the robot the path that the robot must execute in moving
parts or tools from one location in the workspace to another. Robot programming methods is of two
types: Teach/Leadthrough methods and, Textual robot languages.
The teach/leadthrough methods require the programmer to move the manipulator through the desired
motion path and that the path be committed to memory by the robot controller.
Robot programming with textual languages is done somewhat like computer programming. The
programmer types in the program using a high-level English-like language and transfers it to robot
controller. The controller runs this program and controls the robot.