AddThis

Bookmark and Share

Friday 4 June 2010

Pick and Place robot

INTRODUCTION:
In this highly developing society; time and man power are critical constrains for completion of task in large scales. the automation is playing important role to save human efforts in most of the regular and frequently carried works e.g. most of the industrial jobs like welding, painting, assembly, container filling etc. one of the major and most commonly performed work is picking and placing of jobs from source to destination. For this purpose, ‘pick and place robot ‘maybe used.
The pick and place robot is a microcontroller based mechatronic system that detects the object, picks that object from source location and places at desired location. For detection of object, infrared sensors are used which detect presence of object as the transmitter to receiver path for infrared sensor is interrupted by placed object. As soon as robot senses presence of object, it moves towards object, picks it with end effectors, and moves along way gantry and finally place it on destination.
If another object causes interrupt, it again does the same job. Whole process is controlled by micro controller.

Block Diagram:

DESIGN SPECIFICATIONS:
ADC Interface ---- 4 channel (expandable) to detect object position.
Supply Voltage ---- 230V (AC).
8 bit microcontroller – P89V51RD2.
Motor interface – 3 motors : 2 motors in parallel.

MECHANICAL DESIGN:
This pick and place robot has two main mechanical components:
A] Robotic arm and end-effectors.
B] Gantry for moving the arm.

OPERATION OF ROBOT :
1. Initially we will assume the rest position of entire system, i.e. state when no object is placed.
2. At this stage, photo detector is having its output high, since receiver of sensor can receive photons from transmitter as no object I in its path to interrupt.
3. As soon as object is placed at the picking platform, the sensor gets interrupted and outputs low. This signal is sent to the microcontroller which is burnt with program which tells what operation is to be performed at this stage.
4. For understanding operation, let us rename the two motors used here. Let the name of gantry motor be M1 and that for end effecter motor is M2.
5. Now as microcontroller detects that object is placed, it moves motor M1 in say clockwise direction for a fixed time due to which whole arm moves towards picking platform.
6. As it reaches there, M1 stops and now motor M2 is started in say clockwise direction to hold the object by closing jaw. This motor also, is on for particular fixed time instant.
7. As M2 gets off, motor M1 is moved again in opposite (here anticlockwise) direction till the time it reaches the placing platform.
8. As it reaches placing platform, the motor M1 stops and M2 is switched ON in opposite (here anticlockwise) direction till it releases object properly on desired place.
9. If after this no object is detected, the robot is in rest position. Otherwise if another object is detected, steps from 3 are repeated till step 8.

BLOCK DIAGRAM DESCRIPTION:
I] ADC:
1. We are using an 8 bit ADC PCF 8591, which uses an I2C bus protocol. It has 4 analog input channels AIN1, AIN2, AIN3 & 1 analog output channel AOUT. > Pin no. 1 i.e. channel 1 is connected IR sensor.
2. Except for the micro controller AT 89V51RD2, there is no other peripheral device connected to the ADC. Hence the hardware address lines (A0, Al & A2) are grounded.
3. Pin no. 9 and 10 are serial data line (SDA) and serial clock line (SCL) respectively. Both lines must be connected to a positive supply through a pull-up resistor. These pins are connected to the P1.6 & P1.7 of the micro controller.
4. Here we are not feeding the OSC (pin no. 11) with an external clock Signal, but using the ON chip oscillator. Hence the EXT pin (pin no.12) is directly grounded.
5. Vref (pin no. 14) is connected to the 5 V regulated supply.
II] Microcontroller: 1. PORT 0: (PIN NO. 39- PIN NO. 32): P0.0— P0.7 of the micro controller is connected to the motor driver circuit.
2. Pin no. 9 is RESET pin, which is connected to the reset circuit.
3. Pin no. 9 and 10 of ADC are serial data line (SDA) and serial clock line (SCL) respectively. Both are connected to a positive supply through a pull-up resistor. These pins are connected to the P1.6 & P1.7 of the micro controller.
III] DRIVER CIRCUIT:
1. The L293 and L293D are quadruple high-current drivers.TheL293is designed to provide bidirectional drive currents of up to 1 A at voltages from 4.5 V to 36 V. The L293D is designed to provide bidirectional drive currents of up to 600-mA at voltages from 4.5 V to 36 V. Both devices are designed to drive inductive loads such as relays, solenoids, dc and bipolar stepping motors, as well as other high-current/high-voltage loads in positive-supply applications.
2. All inputs are TTL compatible. Each output is a complete totem-pole drive circuit, with a Darlington transistor sink and a pseudo-Darlington source. Drivers are enabled in pairs, with drivers 1 and 2 enabled by 1,2EN and drivers 3 and 4 enabled by 3,4EN.
3. When an enable input is high, the associated drivers are enabled and their outputs are active and in phase with their inputs. When the enable input is low, those drivers are disabled and their outputs are off and in the high-impedance state. With the proper data inputs, each pair of drivers forms a full-H (or bridge) reversible drive suitable for solenoid or motor applications.
4. A Vcc1 terminal, separate from Vcc2, is provided for the logic inputs to minimize device power dissipation.

APPLICATIONS:
1. It can be used in Production industry.
2. In mass production.
3. In Automobile Industry.
FUTURE SCOPE:
1. Bottle filling Plant.
2. Construction works.

REFERENCES:
1. Programming Microcontroller 8051 and customizing By Myke Predko
2. 8051 Microcontroller By Mazidi and Mazidi
3. 8051 Microcontroller By Kenneth Ayala

Component List
Sr no. Component Quantity Cost(Rs)
1 Transformer 12V, 1A 1 55
2 Diode 1N4007 4 5
3 Electrolytic capacitor 2200uf, 25V 1 3
4 Capacitor 100uf 2 5
5 IC 7805 1 8
6 IC 7812 1 8
7 Crystal 11.0592Mhz 1 20
8 IC L293d 1 95
9 P89V51RD2 1 125
10 PCF8591 1 125
11 IC Socket 40pin DIP 1 20
12 IC Socket 16pin DIP 2 10
13 2 pin connector 4 20
14 PCB 4*4 1 20
15 PCB 6*4 1 25
16 PCB 1 25
17 Resistors 5 3
18 Miscellaneous 10
19 Mechanical assembly 900

2 comments: