1. Robot Control Systems
To perform as per the program instructions, the joint movements an industrial robot must accurately be controlled. Micro-processor-based controllers are used to control the robots. Different types of control that are being used in robotics are given as follows.
a. Limited Sequence Control
It is an elementary control type. It is used for simple motion cycles, such as pick-and-place operations. It is implemented by fixing limits or mechanical stops for each joint and sequencing the movement of joints to accomplish operation. Feedback loops may be used to inform the controller that the action has been performed, so that the program can move to the next step. Precision of such control system is less. It is generally used in pneumatically driven robots.
b. Playback with Point-to-Point Control
Playback control uses a controller with memory to record motion sequences in a work cycle, as well as associated locations and other parameters, and then plays back the work cycle during program execution. Point-to-point control means individual robot positions are recorded in the memory. These positions include both mechanical stops for each joint, and the set of values that represent locations in the range of each joint. Feedback control is used to confirm that the individual joints achieve the specified locations in the program.
c. Playback with Continuous Path Control
Continuous path control refers to a control system capable of continuous simultaneous control of two or more axes. The following advantages are noted with this type of playback control: greater storage capacity—the number of locations that can be stored is greater than in point-to-point; and interpolation calculations may be used, especially linear and circular interpolations.
d. Intelligent Control
An intelligent robot exhibits behavior that makes it seems to be intelligent. For example, it may have capacity to interact with its ambient surroundings; decision-making capability; ability to communicate with humans; ability to carry out computational analysis during the work cycle; and responsiveness to advanced sensor inputs. They may also possess the playback facilities. However it requires a high level of computer control, and an advanced programming language to input the decision-making logic and other ‘intelligence' into the memory.