Fabrication of AGV

32
FABRICATION OF AN AUTOMATED GUIDED VEHICLE Presented by: ARVIND.S.A SOORAJ.V.R ANKITHA SHARMA ALKA MOHAN PHILIP VISHNU MURALI MENON MINI PROJECT REPORT

description

Automation in material handling system

Transcript of Fabrication of AGV

Page 1: Fabrication of AGV

FABRICATION OF AN AUTOMATED GUIDED VEHICLE

Presented by:ARVIND.S.ASOORAJ.V.R

ANKITHA SHARMA ALKA MOHAN PHILIP

VISHNU MURALI MENON

MINI PROJECT REPORT

Page 2: Fabrication of AGV

INTRODUCTION

» Automated industrial guided vehicle is a robot

» It˃ delivers the materials from the supply area to the technician

automatically.

˃ Is faster and more efficient.

˃ Can be accessed wirelessly, a proximity detector has been added which

causes the robot to stop as long as there is an obstacle in its way, thus

avoiding accidents.

Page 3: Fabrication of AGV

Model Overview

» Automation in material handling system is the major

attractions of the project .

» Electrical and electronics systems are embedded in this unit to

achieve automation.

» This type is used mainly in mass production system to increase

the rate of production and reduce labour cost.

Page 4: Fabrication of AGV

SYSTEMS

MECHANICAL Chassis & Steering

ELECTRICAL Motor Power

ELECTRONICS Control Unit

COMPUTER PROGRAM Path Planning

Page 5: Fabrication of AGV

BLOCK DIAGRAM

BRIDGE RADIO TRANSMITTER

RECEIVER

MICRO CONTROLLER

MOTOR DRIVER MOTOR

CENTRAL COMPUTERPROGRAM

INSTRUCTION

SIGNAL

Page 6: Fabrication of AGV

Language Used: Python Works under any OS Open source

COMPUTER PROGRAM

Page 7: Fabrication of AGV

BRIDGE

Converts USB Protocol to UART ProtocolUART Protocol is standard for MicrocontrollerTRANSMITTER:

Electronic device that transmit a electronic signal

wirelessly RECIEVER

Electronic device that receives a wireless signal

Page 8: Fabrication of AGV

MICROCONTROLLER:

Atmega 16 microcontroller is used.

Medium cost

High speed grades 0 - 16 MHz

High-performance

operating voltage 4.5V to 5.5V

UART(Universal Asynchronous Receiver/Transmitter)

Crystal oscillation speed:16 Mhz

Page 9: Fabrication of AGV

Technical speciphication» Transmission frequency: 433Mhz (Free License)» Transmission speed:1200 baud» Maximum transmission range:3 m indoors 10m

outdoors.» Maximum voltage:5 V

Page 10: Fabrication of AGV

ATmega16 Pin-out diagram.

Page 11: Fabrication of AGV

MOTOR DRIVER: Controls motor using Logical signal from the

microcontroller

Controls motor speed using Pulse width modulation

Electronically commands the motor to go forward,

reverse, brake, and coast.

Page 12: Fabrication of AGV

» Technical specification of l293D» Maximum logic voltage:5.5v» Minimum logical:4.5v» Maximum supply voltage:36v» Maximum supplied current: 600mA/channel» No of channel:2

Page 13: Fabrication of AGV

MOTOR:Actuator that converts electrical signal to rotational

motionContrary to usual belief it is an open loop control, A

new technology of Back Emf interference is used to approximate a closed loop

Page 14: Fabrication of AGV

Motor specification» Speed:200 rpm» Rated voltage:12v» No load current:60 mA» Full load current:500 mA» Stall current:580 mA» Back emf interference: range of 300 to 500 uA» Torque:2 kg cm

Page 15: Fabrication of AGV

» Movement mechanism The robot consider to be in originIt can move through the lines with the box enclosed by the lines assumed to be machines.By using geometry path can be calculated by the central computer which is sent wirelessly to the AGV.

Page 16: Fabrication of AGV

CHASIS DESIGN

Incorporate design for optimal use in a factory environment.

Support for both differential steering and Ackermann mechanism.

Model supports a static load of 12.6 kg of load and 6.3 kg of dynamic load and approximately 1.26 kg of impact load.

Material used Al alloy powder coated designed in catia with help of a friend.

Page 17: Fabrication of AGV

Technical specification of chassis» breadth:105mm» Length:194mm» Hight:42mm» Wheel diameter:70mm» Wheel thickness:20mm» Wheel base:142mm

Page 18: Fabrication of AGV
Page 19: Fabrication of AGV
Page 20: Fabrication of AGV
Page 21: Fabrication of AGV

» The microcontroller receives the path from the computer after the following considerations˃ The path is not currently in use by other AGV˃ The path does not cross the lines being used by other AGV.˃ The path is under maintenance

Page 22: Fabrication of AGV
Page 23: Fabrication of AGV

Formulas used for straight line motion» For straight line motion between and ,» =» For straight line between , and ,» =» Formula for taking a turn» tanø = () » ø = )

Page 24: Fabrication of AGV
Page 25: Fabrication of AGV

» Formula for calculating distance

Page 26: Fabrication of AGV

» Different Paths to go to destination

Page 27: Fabrication of AGV

» r r r r r r r u u u u» Instead of having 6 rights at 4 ups, imagine we

start with 10 rights (r r r r r r r r r r).» Clearly this won't do: we need to change 4 of

those rights into ups. How many ways can we pick 4 rights to change?

» 10!/6!4!=210

Page 28: Fabrication of AGV

STEERING MECHANISM

SPINNING STEERING Small radius turning

Large radius turning

Page 29: Fabrication of AGV

Project Cost» Microprocessor Board: 1100Rs» Motor: 350Rs» Microprocessor: 210Rs» Chassis Outsource: 400» Transmitter-Reciever Pair: 500Rs» Motor Driver: 50Rs» Tyres: 70Rs» Bridge: 900Rs» Battery: Lead-Acid: 450Rs, LiPo: 900Rs

Page 30: Fabrication of AGV

CONCLUSION» The AGV is an productivity increasing feature in a factory

that has the following advantages» 1. Speed of delivery» 2. Flexibility of path» 3. Adaptive to changes in factory layouts» 4. Central control» 5. Reduction in labour cost» 6. Reduction in running cost compared to conveyer

systems» 7. Ability to add sensors to detect the payload

conditions

Page 31: Fabrication of AGV

DISADVANTAGES

» 1. Should be recharged periodically» 2. Will stop delivery when the AGV is forced off

the path.» 3. High Initial cost

Page 32: Fabrication of AGV

THANK YOU