You are on page 1of 22

PROJECT WORK PRESENTATION

INTELLIGENT CONVEYOR SYSTEM FOR


PUMP ASSEMBLY
BATCH - 18
STUDENT NAMES

Mugesh R (18M230)
Nafees Abdul Azeez Z (18M231)
Nanta Gopal C (18M232)
Guided by
Dr. N. Ganesh Kumar
Associate Professor
Mechanical Engineering, PSGCT
Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING
23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 1
PROJECT WORK PRESENTATION

APPROVAL FROM GUIDE

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 2
PROJECT WORK PRESENTATION

PROBLEM STATEMENT
Currently, the pump assembly is made at PSG Industrial institute in
workshop mode. Since all the material handling process are manual, this
manual transportation leads to

 Loss of productivity(In general,80% of time is spent for material handling).


 Economical loss(In general,20% of total cost is material handling cost)
 Damage to the parts which will lead to rejection of components.

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 3
PROJECT WORK PRESENTATION

OBJECTIVES
1. To design and develop conveyor system for pump testbed demonstrator.
2. Design and transform conveyor system into IoT enabled that automates the
material handling process and prevents the damage to the parts.
3. Enable either using HMI or Mobile to control speed, stop/start conveyor.
4. Design and develop Augmented Reality APPs for the (2) and (3).

Figure 1- Side view of Figure 2- Top view of


existing test bed existing test bed
Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING
23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 4
PROJECT WORK PRESENTATION

METHODOLOGY
Problem definition YES

Literature survey
Compare
NO analytical value
Calculation of motor power Experimental setup
with numerical
and belt parameters
value for
equivalency Comparison of results
Modelling of the system
Results and discussion
Validating the model using
numerical analysis
Conclusion

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 5
PROJECT WORK PRESENTATION

2D SKETCH OF TEST BED

ALL DIMENSIONS ARE IN mm

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 6
PROJECT WORK PRESENTATION

CAD MODEL OF CONVEYOR SYSTEM

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 7
PROJECT WORK PRESENTATION

CONVEYOR MECHANISM SIMULATION

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 8
PROJECT WORK PRESENTATION

CALCULATIONS

BELT PARAMETERS:
LENGTH OF THE BELT = 4.57m
WIDTH OF THE BELT = 0.305m
THICKNESS OF THE BELT = 0.007m
DENSITY OF RUBBER = 1360 Kg/m3
MASS OF ONE UNIT = 35Kg

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 9
PROJECT WORK PRESENTATION

CALCULATIONS
BELT CALCULATIONS:
MASS OF THE BELT = (L×W×T) × 1360 Kg/m3
= 4.57×0.305×0.007 × 1360
= 13.26 Kg
MASS OF MATERIAL ON BELT = 35 × 3 = 105Kg
TOTAL WEIGHT = 105+13.26 = 118.26Kg
REQUIRED BELT PULL = 118.26 × 0.5 = 59.13Kg

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 10
PROJECT WORK PRESENTATION

CALCULATIONS
REQUIRED POWER = BELT PULL × BELT SPEED
= 59.13 × 30m/min ( i.e.., Belt speed = 0.5m/s)
= 1773.9 Kgm/min
= 1773.9/4573.17 = 0.38 HP (0.283Kw)
(i.e., 1HP = 33000ftlbs/min = 33000/3.28/2.2=4573.17 Kgm/min)

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 11
PROJECT WORK PRESENTATION

SELECTION OF MOTOR

MOTOR SELECTED : STEPPER MOTOR

REASON FOR SELECTION: 1. PRECISE CONTROL


2. HIGH TORQUE
3. EASY SPEED CONTROL
4. CAPABLE OF DRIVING HEAVY
LOAD

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 12
PROJECT WORK PRESENTATION

SELECTION OF SENSORS

 The objective of the sensors is to detect when an object is conveyed to the


end of the conveyor mechanism setup.
 The sensors which detect the motion of the objects include,
• Proximity Sensor
• Light Dependent Sensor
• Photoelectric Sensors

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 13
PROJECT WORK PRESENTATION

Among these sensors, Proximity sensor is considered to be the most


suitable sensor for our application.
Since, the objective of the sensor is to detect the object and return the
signal to relay then Proximity sensor is best choice for selection.
LDR sensors has disadvantages like narrow spectral response and
Hysteresis effect and hence not suitable
In, Photo electric sensors, sensing range may be affected due to the
colour and reflectivity of the target.

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 14
PROJECT WORK PRESENTATION

SELECTION OF PROGRAMMING LANGUAGE


• The objective of the programming language selection is to configure and
interface the IoT with the stepper motor used.
• There are several programming languages used for Arduino. They include
C,C++, java.
• The programming language selected is C++. C++ is better than C , since
C is a low level language , and not objected oriented.
• C++ is chosen over java for its speed and performance.
• The IDE(Integrated Development Environment) used is Arduino IDE.

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 15
PROJECT WORK PRESENTATION

SOURCE CODE

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 16
PROJECT WORK PRESENTATION

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 17
PROJECT WORK PRESENTATION

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 18
PROJECT WORK PRESENTATION

CONCLUSION
• In phase-I, the selection of belt material , belt parameters and type of motor
are done. The motor power calculations and conveyor mechanism
simulation is completed.
• The selection of sensors , programming language and source code for the
Arduino is developed.
• In phase-II, the implementation of conveyor mechanism on the test bed will
be completed.
• The conveyor system will be tested by placing the pump and their
performance will be observed.

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 19
PROJECT WORK PRESENTATION

REFERENCES
 Avinash L.Nandivale, Omkar D.Kumbhar ,Aniket R.Kherade ,Amar
V.KolekarShubham ,D. Hankare(2018).“A Review of Automatic Conveyor
System”.

 Hirendra Kumar Verma, Sakshi Dewangan, Praveen Kumar Thakur,


Dharmendra Sahu , Rinkey Sahu(2017).“Fabrication Of Automated Conveyor
System For Material Handling Based On Ldr”.

 Abhijit Gaikwad, Yogesh Rauttendra Desale, Akshay Palhe,Govinda,


Shelar(2014).“Design and Development of Automated Conveyor System for
Material Handling”.

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 20
PROJECT WORK PRESENTATION

REFERENCES
 Nasif Hassan Khan , Deb Kumar Sarkar, Asif Siddique ,M.d. Mamunur
Rahman,Swarup Chakraborty.(2017).“Fabrication of a Conveyor Belt with
Object Sorting and Counting Facility”.

 Mr. Akshay K. Naphade, Prof. Manish J. Deshmukh(2017).“Improved


Automated Conveyor With Auto Separation System For Oil Packaging
Industry”.

 Pratik P Gandhi & G.S. Sharma (2019). “Pallet conveyor system application”.

 J. E. Bassey* , K. C. Bala (2018). “Development of an Automatic Mini-


Conveyor System for Product Monitoring”.

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 21
PROJECT WORK PRESENTATION

REFERENCES
 Apurva S Zope, Mayuri S Jambhale, Nimisha M Korde, Hajra A Khan,
Prof.Akansha Bhargav (2017).“Iot Based Industrial Automation”

 Xiang Yang, Hui-hong Wang (2011): The design and implement of embedded
M2M Smart Home System

Course code Slide number DEPARTMENT OF MECHANICAL ENGINEERING


23/07/2022 PSG COLLEGE OF TECHNOLOGY
15M720 22

You might also like