1
|
An industrial robot is officially defined by ISOISO Standard 8373:1994, Manipulating Industrial Robots – Vocabulary as an automatically controlled, reprogrammable, multipurpose manipulator programmable in three or more axes. The field of robotics may be more practically defined as the study, design and use of robot systems for manufacturing (a top-level definition relying on the prior definition of robot).
Robots doing vehicle underbody assembly (KUKA).
Typical applications of robots include welding, painting, ironing, assembly, pick and place, packaging and palletizing, product inspection, and testing, all accomplished with high endurance, speed, and precision.
Contents |
The most commonly used robot configurations are articulated robots, SCARA robots and gantry robots (aka Cartesian Coordinate robots, or x-y-z robots). In the context of general robotics, most types of robots would fall into the category of robot arms (inherent in the use of the word manipulator in the above-mentioned ISO standard). Robots exhibit varying degrees of autonomy:
In 1969 Victor Scheinman at Stanford University invented the Stanford arm, an all-electric, 6-axis articulated robot designed to permit an arm solution. This allowed it to accurately follow arbitrary paths in space and widened the potential use of the robot to more sophisticated applications such as assembly and welding. Scheinman then designed a second arm for the MIT AI Lab, called the "MIT arm." Scheinman, after receiving a fellowship from Unimation to develop his designs, sold those designs to Unimation who further developed them with support from General Motors and later marketed it as the Programmable Universal Machine for Assembly (PUMA).
In 1973 KUKA Robotics built its first robot, known as FAMULUS, this is the first articulated robot to have six electromechanically driven axes.
Interest in robotics swelled in the late 1970s and many companies entered the field, including large firms like General Electric, and General Motors (which formed joint venture FANUC Robotics with FANUC LTD of Japan). U.S. start-ups included Automatix and Adept Technology, Inc. At the height of the robot boom in 1984, Unimation was acquired by Westinghouse Electric Corporation for 107 million U.S. dollars. Westinghouse sold Unimation to Stäubli Faverges SCA of France in 1988. Stäubli is still making articulated robots for general industrial and clean room applications and even bought the robotic division of Bosch in late 2004.
Only a few non-Japanese companies ultimately managed to survive in this market, including Adept Technology, Stäubli-Unimation, the Swedish-Swiss company ABB (ASEA Brown-Boveri), the Austrian manufacturer igm Robotersysteme AG and the German company KUKA Robotics.
Offline programming by ROBCAD
A typical well-used teach pendant with optional mouseThe setup or programming of motions and sequences for an industrial robot is typically taught by linking the robot controller to a laptop, desktop computer or (internal or Internet) network.
Software: The computer is installed with corresponding interface software. The use of a computer greatly simplifies the programming process. Specialized robot software is run either in the robot controller or in the computer or both depending on the system design.
Teach pendant: Robots can also be taught via a teach pendant; a handheld control and programming unit. The common features of such units are the ability to manually send the robot to a desired position, or "inch" or "jog" to adjust a position. They also have a means to change the speed since a low speed is usually required for careful positioning, or while test-running through a new or modified routine. A large emergency stop button is usually included as well. Typically once the robot has been programmed there is no more use for the teach pendant.
Lead-by-the-nose is a technique offered by most robot manufacturers but is of dubious value. While user holds the robot end effector another person enters a command which de-energizes the robot and it goes limp. The user then moves the robot by hand to the required positions or along a required path while the software logs these positions into memory. The program can later run the robot to these positions or along the taught path. This technique is popular for tasks such as paint spraying.
Others In addition, machine operators often use human machine interface devices, typically touch screen units, which serve as the operator control panel. The operator can switch from program to program, make adjustments within a program and also operate a host of peripheral devices that may be integrated within the same robotic system. These include end effectors, feeders that supply components to the robot, conveyor belts, emergency stop controls, machine vision systems, safety interlock systems, bar code printers and an almost infinite array of other industrial devices which are accessed and controlled via the operator control panel.
The teach pendant or PC is usually disconnected after programming and the robot then runs on the program that has been installed in its controller. However a computer is often used to \'supervise\' the robot and any peripherals, or to provide additional storage for access to numerous complex paths and routines.
A robot and a collection of machines or peripherals is referred to as a workcell, or cell. A typical cell might contain a parts feeder, a molding machine and a robot. The various machines are \'integrated\' and controlled by a single computer or PLC.
The most essential robot peripheral is the end effector, or end-of-arm-tooling. Common examples of end effectors include welding devices (such as MIG-welding guns, spot-welders, etc.), spray guns, grinding and deburring devices (such as pneumatic disk or belt grinders, burrs, etc.), and grippers (devices that can grasp an object, usually electromechanical or pneumatic). Another common means of picking up an object is by vacuum. End effectors are frequently highly complex, made to match the handled product and often capable of picking up an array of products at one time. They may utilize various sensors to aid the robot system in locating, handling, and positioning products.
Most articulated robots perform by storing a series of positions in memory, and moving to them at various times in their programming sequence. For example, a robot which is moving items from one place to another might have a simple \'pick and place\' program similar to the following:
Define points P1–P5:
Define program:
For examples of how this would look in popular robot languages see robot software.
For a given robot the only parameters necessary to completely locate the end effector (gripper, welding torch, etc.) of the robot are the angles of each of the joints or displacements of the linear axes (or combinations of the two for robot formats such as SCARA). However there are many different ways to define the points. The most common and most convenient way of defining a point is to specify a Cartesian coordinate for it, i.e. the position of the \'end effector\' in mm in the X, Y and Z directions relative to the robot\'s origin. In addition, depending on the types of joints a particular robot may have, the orientation of the end effector in yaw, pitch, and roll and the location of the tool point relative to the robot\'s faceplate must also be specified. For a jointed arm these coordinates must be converted to joint angles by the robot controller and such conversions are known as Cartesian Transformations which may need to be performed iteratively or recursively for a multiple axis robot. The mathematics of the relationship between joint angles and actual spatial coordinates is called kinematics. See robot control
Positioning by Cartesian coordinates may be done by entering the coordinates into the system or by using a teach pendant which moves the robot in X-Y-Z directions. It is much easier for a human operator to visualize motions up/down, left/right, etc. than to move each joint one at a time. When the desired position is reached it is then defined in some way particular to the robot software in use, e.g. P1 - P5 above.
The American National Standard for Industrial Robots and Robot Systems — Safety Requirements (ANSI/RIA R15.06-1999) defines a singularity as “a condition caused by the collinear alignment of two or more robot axes resulting in unpredictable robot motion and velocities.” It is most common in robot arms that utilize a “triple-roll wrist”. This is a wrist about which the three axes of the wrist, controlling yaw, pitch, and roll, all pass through a common point. An example of a wrist singularity is when the path through which the robot is traveling causes the first and third axes of the robot’s wrist to line up. The second wrist axis then attempts to spin 360° in zero time to maintain the orientation of the end effector. Another common term for this singularity is a “wrist flip”. The result of a singularity can be quite dramatic and can have adverse effects on the robot arm, the end effector, and the process. Some industrial robot manufacturers have attempted to side-step the situation by slightly altering the robot’s path to prevent this condition. Another method is to slow the robot’s travel speed, thus reducing the speed required for the wrist to make the transition. The ANSI/RIA has mandated that robot manufacturers shall make the user aware of singularities if they occur while the system is being manually manipulated.
As of 2005, the robotic arm business is approaching a mature state, where they can provide enough speed, accuracy and ease of use for most of the applications. Vision guidance (aka machine vision) is bringing a lot of flexibility to robotic cells. So we have the arm and the eye, but the part that still has poor flexibility is the hand: the end effector attached to a robot is often a simple pneumatic, 2-position wrench. This doesn\'t allow the robotic cell to easily handle different parts, in different orientations.
Hand-in-hand with increasing off-line programmed applications, robot calibration is becoming more and more important in order to guarantee a good positioning accuracy.
Other developments include downsizing industrial arms for consumer applications (micro-robotic arms), manufacture of domestic robots and using industrial arms in combination with more intelligent automated guided vehicles (AGVs) to make the automation chain more flexible between pick-up and drop-off.
Prices of robots will vary with the features, but are usually from 12,000 USD for an entry-level model, and as much as 100,000 or more for a heavy-duty, long-reach robot.
|
|
Wikimedia Commons has media related to:
This article is licensed under the GNU Free Documentation License. It uses material from Wikipedia