Chapter 2 - Robot Classifications Flashcards
How are robots classified?
Generally by motion. But depending on the programmers focus they can be classified by control systems, drives, degree of autonomy and use case
What are the types of movement?
Pick and place, point to point and continuous path.
What are the three main subsystems of a robot?
Kinematics - Manipulator
Control Systems - Controller
Drive Systems - Power Supply
What is kinematics?
Describes the spatial arrangement of the axes of movement in relation to one another
What are the 4 basic classifications of movement?
Cartesian, Cylindrical, Spherical and Jointed-Arm.
What is the gross work envelope?
It basically describes how far the robot can reach with its wrist. The area that can be reach is the robots work envelope.
What are the major axes?
The first three joints of a robot, this determines the position of the wrist.
What are the minor axes?
The remaining joints are the first three, they determine the orientation of the tool.
What is a revolute joint?
Most common type of joint in industrial robotics. Exhibits rotary motion about an axis. Generally, the more revolute joints, the more complex the arm.
What is rotary motion?
Turning around in a circle ex: wheel turning (angular)
What is a prismatic joint?
Second most common type of joint. Exhibits sliding or linear motion along an axis.
What is linear motion?
Moving in a straight line ex: paper trimmer
What is lateral motion?
X-axis, side to side motion ex: a robots base
What is longitudinal motion?
Y-axis, parallel to the axis, relating to length ex: robot arm moving forwards and backwards to the workspace
What is vertical motion?
Z-axis, references the depth, similar to horizontal except it is not constant and is effected by gravity. Ex: robot column moving up and down.
What is a Cartesian coordinate robot?
Robot consisting of a base, column and arm. It has 3 prismatic joints. The base (x-axis) moves from side to side. The column (z-axis) moves up and down. The arm (y-axis) moves forwards and backwards (to and from) the work area. Use case: arc welding.
What is a Cylindrical coordinate robot?
Has 1 revolute and 2 prismatic joints. The base (x-axis) is stationary. The column (z-axis) rotates. The arm (y-axis) moves up and down the column and can extend in and out towards the work area. Use cases: Assembly, handling machine tools
What is a Spherical coordinate robot?
Has 2 revolute joints and 1 prismatic. The base (x-axis) is stationary. The column (z-axis) is thick like a hose and can telescope and boom, allowing it to bend forwards/backwards, and giving it an elevation pivot. The arm (y-axis) extends forwards/backwards towards the work area. Use case: spot welding
What is a Jointed-Arm coordinate robot?
Has 3 revolute joints. Resembles the human arm. Mounted on a rotating base (x-axis), articulating at a joint just above the base called the shoulder. Also contains wrist and elbow joints. Use cases: painting and welding.
What is a controller?
A device that completes the control loop by accepting the feedback signal from input devices and then generating as an output, the control signal required for the output device to perform its function.
What are the two main sections of the controller?
Measurement and control
What is the function of the measurement section?
To measure the value of the incoming signal from a sensor (ex. transducer) and compares it with the value of the set point signal.
What is the function of the control section?
Acts upon an error between the two signals (incoming and set-point) by sending an output signal to the final control element, which acts to eliminate the error.
What is a multi-controller (hybrid-control) system?
A system where the kinematic and robot program functions are controlled by separate microprocessors that communicate via Ethernet.