SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2784
Study of Data Analysis on Machines of Pharmaceutical
Manufacturing Industry
Utkarsh Rahane1, Vishal Karande2, Vrushabh Deogirikar3, Rajas Chaudhari4, Avinash Bagul5
1,2,3,4B.E. Student, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Ambegaon, Pune-411041,
Maharashtra, India
5Professor, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Ambegaon, Pune-411041,
Maharashtra, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - A checkweigher is an automatic machine used
for checking the weight of packaged products. It is usually
found at the terminating phase of a production line. It is used
to ensure that the weight of the packaged goods is within
specified limits. If any discrepancies are found, then the
packages are taken out of the production line immediately. It
is mostly done on fragile goods whose weight content makesa
difference. Depending uponthecartonsizeandtheaccuracy to
be carried out, a checkweigher can weigh inexcessof upto300
items per minute. The tablet production capacity in a
pharmaceutical manufacturing industry is about 15000 to
20000 tablets per hour per machine. Duringthisprocess, there
is a possibility of metal particles which can get infused in the
contents of the tablets. For discarding such impurities in the
tablets, these tablets are then passed through the
pharmaceutical metaldetectorwhichdiscardsthetabletswith
all possible impurities. Based upon the rejections in a specific
time slot, the data would be analysed over a time span and
maintenance as well as traceback activities can be carried out
effortlessly. We aim to analyse the reports generated by these
two machines that are used in a pharmaceutical
manufacturing industry. Based on the analytics obtained, we
will be determining the faults or exceptional cases occurredin
the machine when working and increase their efficiency.
Key Words: Checkweigher, metal detector, pandas,
pharmaceutical industry, Jupyter Notebook, analysis,
graphical representation, Py-Qt, error rate.
1. INTRODUCTION
Data analysis plays a very important role in examining the
trends and patterns in a specific domain. Pharmaceutical
manufacturing industries have also been in the long run for
manufacturing various sorts of tablets and medicines. The
recent machines also provide thedata basedontheirspecific
operation in the manufacturing process. Taking the two
machines into consideration i.e. Checkweigher and Metal
detector, we will be analysing the data and visualize it with
various visualisation techniques.
A checkweigher is an automatic dynamic weighing machine
that checks the weight of packaged commodities. It ensures
that these packages are in the specified limits. If not, then
these packages are discarded immediately from the
conveyor belts. It has a very high speed rate of weighing the
packages and verifying their limits.
Fig -1: Checkweigher Block Diagram
A metal detector is a device that is used to detect the metal
impurities present in the capsules or tablets that are being
manufactured at that time. The manufactured tablets are
passed through metal detector which discards the tablets
with such impurities in it.
Fig -2: Metal Detector Block Diagram
The record is maintained by these machines which can be
extracted from them by inserting a flash device. Further, we
can analyse this data by applying some specific libraries like
numpy, pandas and matplotlib for plotting and
visualisations. The same have been discussed briefly in the
next section.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2785
2. LITERATURE SURVEY
The authors Metta Ongkasuwan and Wut Sookcharoen [1]
have discussed the study related to benefits ofdata analytics
for stability and continuity of service and operation
management in medical equipmentindustry whichisusedto
provide insight and information for management of data
generated by machines and to make decisions in managing
and sustaining the production.
Ayeda Sayeed, Soo Jeon and Theodore Pribytkov [2] have
thrown a light on the working of checkweigher machine.
Checkweigher needs the products singulated to give the
most effective results.Theyhaveproposeda IMWSsystem to
overcome this problem caused by typical checkweigher. It
enhances the capabilities of a typical checkweigher but also
includes multiple hardware requirements along with an
array of motion weight sensors.
Xie Xiaowen, Chen Lin, Fang Hengzhi and Chen Yongxing [3]
have statedthecompletepharmaceutical productionprocess
of manufacturing. The process monitoring and quality
management system of modular pharmaceutical production
line consists of configuration control software module,
formula and parameter optimization module.
Authors Emir Slanjankic, Haris Balta, Adil Joldic, Alsa
Cvitkovic, Djenan Heric, Emir Veledar [4] have emphasized
on Principal Component Analysis(PCA) and Disjoint Cluster
Analysis(DCA) for data reduction and summarization. DCA
groups observations into clusters such that members of the
same cluster have strong correlation and members form
different clusters have weak correlation.
Mr. Subhashish Kumar, Dr. Namrata Dhanda and Mr.
Ashutosh Pandey [5] have quoted their research on
statistical analytics expertise field i.e. Data science. Use of
open source library of python language for data set mining,
modelling and visualization has been studied. This research
has highlighted the specifications and use of Pandas, it is an
open source library easy to handle data structures,
algorithms and data analysis tools for python programming
language.
HONG-BIN GAO and WEI-YI PANG [6] has pivoted the aim at
the correction on dynamic measurement errors. Belted
dynamic weight equipment is designed for continuous
weighing the bulk solids or powders on conveyor belt.
Measurement errors on the electronic belt conveyor scale
can be divided into static measurement errors and dynamic
measurement errors. To correct the dynamic measurement
errors a measurement area is built and StressAnalysisofthe
Measurement Area is done. The method presented here is
being characterized by moderate computation and high
application value. Mathematical model analysis and neural
network error correction method are also present. A high-
accuracy dynamic weighing system has been proposed in
this paper.
Joao Felipe Pimentel, Leonardo Murta, Vanessa Braganholo,
and Juliana Freire [7] In this paper, the authors present a
study that aims to provide insights into the reproducibility
aspects of Jupyter notebook. Jupyter Notebooks are being
widely used by many different communities, both in science
and industry. They support the creation of literate
programming documents that combine code, text, and
execution results with visualizations and all sorts of rich
media. This paper has three main contributions. First, it
analyzes evidence of good and bad practices on the
development of Jupyter Notebooks regarding
reproducibility. Second, it presents a full reproducibility
study that measures the reproducibility rate of notebooks
(RQ7). Finally, it proposes a set of good practices that
intends to minimize the criticisms and raise the
reproducibility rate.
3. METHODOLOGY
NumPy is a general-purpose array processing package. It
provides a high performance multidimensional arrayobject,
and tools for working with multidimensional arrays and
matrices. NumPy primarily targets the CPython reference
implementation of python as it is a non-optimising bytecode
interpreter. This project utilises numpy for useful linear
algebra and random number capabilities on the data
generated by checkweigher machine.
Pandas is an open source library that allows us to perform
data manipulation in Python. Pandas libraryisbuiltontop of
Numpy, which means Pandas needs Numpy to operate.
Pandas provide an easy way to create, manipulate and
wrangle the data. Pandas is also an elegant solution for time
series data. Advantages of pandas are it easily handles
missing data, provides an efficient way to slice the data.
Panda library will be used in this project to do analysis on
the data generated by the checkweigher machine. Analysis
will be done for upper and lower bound of defective pieces,
repetition of defects on a daily basis, weekly basis and
monthly basis, analyses rate of error occurred and classified
accordingly into under, best and overweight.
Matplotlib is a library for the pythonprogramminglanguage.
It has numerical mathematical extension Numpy. It has an
object oriented API for embedding plots into applications by
using general purpose GUI toolkit. Visual display analysis
will be done with the help of this library.
The jupyter notebook is usedasa platformforprocessingthe
data. It is an open source web application. It allows us to
create documents that contain codes, visualization and
equations.. This project utilizes jupyter notebook for
numerical simulation, data analysis and for writing codes.
The stated three libraries will be integrated into the Jupyter
notebook which will be then used to visualise the data along
with it’s statistics.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2786
Fig -3: System Architecture
3.1 Process Flow
The complete process is explained in the following phases.
Phase 1: Data Collection
The data is continuously generated in a specific structure by
the manufacturing machines. In this phase the data is
collected from these machines (Checkweigher and
Pharmaceutical Metal Detector) which is basically a .csv file
format. This data is then fed as input data in Jupyter
Notebook for further processing.
Phase 2: Environment Setup
In the second phase multiple required libraries such as
NumPy, pandas and Matplotlib are integrated into the
environment of Jupyter Notebook for performing various
analytical techniques.
Phase 3: Data Analysis
This is the phase where statistical and logical techniquesare
applied systematically for analyzing the data.NumPyisused
to interpret this data into required format. It is used for
manipulating these numerical values to generate analysis.
Further statistical analysis is done using pandas for the
numerical values obtained by the data interpretation on the
data. Matplotlib is used for producing graphical structures
based on this data.
Phase 4: Data Visualization and Interface
In this phase visualization is done in Jupyter notebook.
Further, the front end interface is done with the help of
functionalities provided by Py-Qt. The results of analysis
phase are displayed in the form of various graphical
structures and reports are generated.
3. CONCLUSION
Hence, by using various analytical techniques on the data of
checkweigher and metal detector machines in
pharmaceutical industry we have generated some
graphically represented results and reports which will be
helpful in determining faults or exceptional cases occured
while working and so resulting in increasingefficiencyof the
machines.
REFERENCES
1) Metta Ongkasuwan and Wut Sookcharoen "Data
Analytics for Service and Operation Management
Improvement in Medical Equipment Industry" in
2018 5th International Conference on Businessand
Industrial Research (ICBIR), Bangkok, Thailand.
2) Ayeda Sayeed, Soo Jeon and Theodore Pribytkov,
“In-Motion Weight Sensor Array for Dynamic
Weighing of Non-Singulated Objects”
3) Xie Xiaowen, Chen Lin and Fang Hengzhi, Chen
Yongxing, “Research on Process Supervision and
Quality Control System of Modular Pharmaceutical
Production Line”.
4) The authors Emir Slanjankic, HarisBalta,Adil Joldic,
Alsa Cvitkovic, Djenan Heric and Emir Veledar,
“Data Mining Techniques and SAS as a tool for
graphical presentation of Principal Components
Analysis and Disjoint Cluster Analysis results”.
5) Mr. Subhashish Kumar, Dr. Namrata Dhanda, Mr.
Ashutosh Pandey, “Data Science – Cosmic Infoset
Mining, Modeling and Visualization”, 2018
International Conference on Computational and
Characterization Techniques in Engineering &
Sciences (CCTES) Integral University, Lucknow,
India, Sep 14-15, 2018.
6) HONG-BIN GAO and WEI-YI PANG, “A HIGH-
ACCURACY DYNAMIC WEIGHING SYSTEM BASED
ON SINGLE-IDLERCONVEYORBELT”,Proceedingof
the Eighth International Conference on Machine
Learning andCybernetics,Baoding,12-15 July2009.
7) Authors Joao Felipe Pimentel, Leonardo Murta,
Vanessa Braganholo, and Juliana Freire “A Large-
scale Study about Quality and Reproducibility of
Jupyter Notebooks”, 2019 IEEE/ACM 16th
International Conference on Mining Software
Repositories (MSR).

More Related Content

What's hot

2012ComputerizedMixInjectionWorkshop
2012ComputerizedMixInjectionWorkshop2012ComputerizedMixInjectionWorkshop
2012ComputerizedMixInjectionWorkshop
Dan Dalan MD
 

What's hot (15)

IRJET- A New Hybrid Squirrel Search Algorithm and Invasive Weed Optimization ...
IRJET- A New Hybrid Squirrel Search Algorithm and Invasive Weed Optimization ...IRJET- A New Hybrid Squirrel Search Algorithm and Invasive Weed Optimization ...
IRJET- A New Hybrid Squirrel Search Algorithm and Invasive Weed Optimization ...
 
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
IRJET- Machine Learning Classification Algorithms for Predictive Analysis in ...
 
IRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant LeavesIRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant Leaves
 
IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)
IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)
IRJET - Breast Cancer Risk and Diagnostics using Artificial Neural Network(ANN)
 
Efficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
Efficiently Detecting and Analyzing Spam Reviews Using Live Data FeedEfficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
Efficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
 
2012ComputerizedMixInjectionWorkshop
2012ComputerizedMixInjectionWorkshop2012ComputerizedMixInjectionWorkshop
2012ComputerizedMixInjectionWorkshop
 
IRJET - Plant Leaf Disease Detection and Automated Medicine using IoT
IRJET -  	  Plant Leaf Disease Detection and Automated Medicine using IoTIRJET -  	  Plant Leaf Disease Detection and Automated Medicine using IoT
IRJET - Plant Leaf Disease Detection and Automated Medicine using IoT
 
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...IRJET-  	  Detection of Plant Leaf Diseases using Image Processing and Soft-C...
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
 
IRJET- An Android based Image Processing Application to Detect Plant Disease
IRJET-  	  An Android based Image Processing Application to Detect Plant DiseaseIRJET-  	  An Android based Image Processing Application to Detect Plant Disease
IRJET- An Android based Image Processing Application to Detect Plant Disease
 
76 s201915
76 s20191576 s201915
76 s201915
 
IRJET- Analysis of Brand Value Prediction based on Social Media Data
IRJET-  	  Analysis of Brand Value Prediction based on Social Media DataIRJET-  	  Analysis of Brand Value Prediction based on Social Media Data
IRJET- Analysis of Brand Value Prediction based on Social Media Data
 
Student management system analysis document
Student management system analysis documentStudent management system analysis document
Student management system analysis document
 
IRJET - Alzheimer’s Detection Model Using Machine Learning
IRJET - Alzheimer’s Detection Model Using Machine LearningIRJET - Alzheimer’s Detection Model Using Machine Learning
IRJET - Alzheimer’s Detection Model Using Machine Learning
 
IRJET - Grape Leaf Diseases Classification using Transfer Learning
IRJET - Grape Leaf Diseases Classification using Transfer LearningIRJET - Grape Leaf Diseases Classification using Transfer Learning
IRJET - Grape Leaf Diseases Classification using Transfer Learning
 
A review on fake biometric detection system for various applications
A review on fake biometric detection system for various applicationsA review on fake biometric detection system for various applications
A review on fake biometric detection system for various applications
 

Similar to IRJET- Study of Data Analysis on Machines of Pharmaceutical Manufacturing Industry

Similar to IRJET- Study of Data Analysis on Machines of Pharmaceutical Manufacturing Industry (20)

IRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of DiabetesIRJET - Machine Learning for Diagnosis of Diabetes
IRJET - Machine Learning for Diagnosis of Diabetes
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
 
Application to Predict Cattle Disease Pattern using ML
Application to Predict Cattle Disease Pattern using MLApplication to Predict Cattle Disease Pattern using ML
Application to Predict Cattle Disease Pattern using ML
 
“Detection of Diseases using Machine Learning”
“Detection of Diseases using Machine Learning”“Detection of Diseases using Machine Learning”
“Detection of Diseases using Machine Learning”
 
Innovating Quality Control in the Semiconductor Manufacturing Industry.pptx
Innovating Quality Control in the Semiconductor Manufacturing Industry.pptxInnovating Quality Control in the Semiconductor Manufacturing Industry.pptx
Innovating Quality Control in the Semiconductor Manufacturing Industry.pptx
 
IRJET - Neural Network based Leaf Disease Detection and Remedy Recommenda...
IRJET -  	  Neural Network based Leaf Disease Detection and Remedy Recommenda...IRJET -  	  Neural Network based Leaf Disease Detection and Remedy Recommenda...
IRJET - Neural Network based Leaf Disease Detection and Remedy Recommenda...
 
IoT Based Human Activity Recognition and Classification Using Machine Learning
IoT Based Human Activity Recognition and Classification Using Machine LearningIoT Based Human Activity Recognition and Classification Using Machine Learning
IoT Based Human Activity Recognition and Classification Using Machine Learning
 
Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...
 
IRJET- Design an Approach for Prediction of Human Activity Recognition us...
IRJET-  	  Design an Approach for Prediction of Human Activity Recognition us...IRJET-  	  Design an Approach for Prediction of Human Activity Recognition us...
IRJET- Design an Approach for Prediction of Human Activity Recognition us...
 
IRJET- A Survey on Advanced Ration Distribution System
IRJET-  	  A Survey on Advanced Ration Distribution SystemIRJET-  	  A Survey on Advanced Ration Distribution System
IRJET- A Survey on Advanced Ration Distribution System
 
IRJET- Automated Health Care Management System using Big Data Technology
IRJET- Automated Health Care Management System using Big Data TechnologyIRJET- Automated Health Care Management System using Big Data Technology
IRJET- Automated Health Care Management System using Big Data Technology
 
Applications of Sensors to Detect the Behavior of Human. A Survey Paper
Applications of Sensors to Detect the Behavior of Human. A Survey PaperApplications of Sensors to Detect the Behavior of Human. A Survey Paper
Applications of Sensors to Detect the Behavior of Human. A Survey Paper
 
Employment Performance Management Using Machine Learning
Employment Performance Management Using Machine LearningEmployment Performance Management Using Machine Learning
Employment Performance Management Using Machine Learning
 
IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...
IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...
IRJET- Contradicting the Hypothesis of Data Analytics with the Help of a Use-...
 
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New ApproachIRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
 
A Review Paper on Doctorless Intelligent Covid Center
A Review Paper on Doctorless Intelligent Covid CenterA Review Paper on Doctorless Intelligent Covid Center
A Review Paper on Doctorless Intelligent Covid Center
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNN
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction System
 
IRJET- Data Reduction in Bug Triage using Supervised Machine Learning
IRJET- Data Reduction in Bug Triage using Supervised Machine LearningIRJET- Data Reduction in Bug Triage using Supervised Machine Learning
IRJET- Data Reduction in Bug Triage using Supervised Machine Learning
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Microkernel in Operating System | Operating System
Microkernel in Operating System | Operating SystemMicrokernel in Operating System | Operating System
Microkernel in Operating System | Operating System
Sampad Kar
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
rahulmanepalli02
 
Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manual
BalamuruganV28
 
ALCOHOL PRODUCTION- Beer Brewing Process.pdf
ALCOHOL PRODUCTION- Beer Brewing Process.pdfALCOHOL PRODUCTION- Beer Brewing Process.pdf
ALCOHOL PRODUCTION- Beer Brewing Process.pdf
Madan Karki
 
electrical installation and maintenance.
electrical installation and maintenance.electrical installation and maintenance.
electrical installation and maintenance.
benjamincojr
 

Recently uploaded (20)

Passive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.pptPassive Air Cooling System and Solar Water Heater.ppt
Passive Air Cooling System and Solar Water Heater.ppt
 
AI in Healthcare Innovative use cases and applications.pdf
AI in Healthcare Innovative use cases and applications.pdfAI in Healthcare Innovative use cases and applications.pdf
AI in Healthcare Innovative use cases and applications.pdf
 
Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...
 
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdfInstruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
 
Operating System chapter 9 (Virtual Memory)
Operating System chapter 9 (Virtual Memory)Operating System chapter 9 (Virtual Memory)
Operating System chapter 9 (Virtual Memory)
 
Microkernel in Operating System | Operating System
Microkernel in Operating System | Operating SystemMicrokernel in Operating System | Operating System
Microkernel in Operating System | Operating System
 
21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
 
CLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalCLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference Modal
 
21scheme vtu syllabus of visveraya technological university
21scheme vtu syllabus of visveraya technological university21scheme vtu syllabus of visveraya technological university
21scheme vtu syllabus of visveraya technological university
 
Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manual
 
ALCOHOL PRODUCTION- Beer Brewing Process.pdf
ALCOHOL PRODUCTION- Beer Brewing Process.pdfALCOHOL PRODUCTION- Beer Brewing Process.pdf
ALCOHOL PRODUCTION- Beer Brewing Process.pdf
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded Systems
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Students
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
electrical installation and maintenance.
electrical installation and maintenance.electrical installation and maintenance.
electrical installation and maintenance.
 
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxSLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
 
Lab Manual Arduino UNO Microcontrollar.docx
Lab Manual Arduino UNO Microcontrollar.docxLab Manual Arduino UNO Microcontrollar.docx
Lab Manual Arduino UNO Microcontrollar.docx
 

IRJET- Study of Data Analysis on Machines of Pharmaceutical Manufacturing Industry

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2784 Study of Data Analysis on Machines of Pharmaceutical Manufacturing Industry Utkarsh Rahane1, Vishal Karande2, Vrushabh Deogirikar3, Rajas Chaudhari4, Avinash Bagul5 1,2,3,4B.E. Student, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Ambegaon, Pune-411041, Maharashtra, India 5Professor, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Ambegaon, Pune-411041, Maharashtra, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - A checkweigher is an automatic machine used for checking the weight of packaged products. It is usually found at the terminating phase of a production line. It is used to ensure that the weight of the packaged goods is within specified limits. If any discrepancies are found, then the packages are taken out of the production line immediately. It is mostly done on fragile goods whose weight content makesa difference. Depending uponthecartonsizeandtheaccuracy to be carried out, a checkweigher can weigh inexcessof upto300 items per minute. The tablet production capacity in a pharmaceutical manufacturing industry is about 15000 to 20000 tablets per hour per machine. Duringthisprocess, there is a possibility of metal particles which can get infused in the contents of the tablets. For discarding such impurities in the tablets, these tablets are then passed through the pharmaceutical metaldetectorwhichdiscardsthetabletswith all possible impurities. Based upon the rejections in a specific time slot, the data would be analysed over a time span and maintenance as well as traceback activities can be carried out effortlessly. We aim to analyse the reports generated by these two machines that are used in a pharmaceutical manufacturing industry. Based on the analytics obtained, we will be determining the faults or exceptional cases occurredin the machine when working and increase their efficiency. Key Words: Checkweigher, metal detector, pandas, pharmaceutical industry, Jupyter Notebook, analysis, graphical representation, Py-Qt, error rate. 1. INTRODUCTION Data analysis plays a very important role in examining the trends and patterns in a specific domain. Pharmaceutical manufacturing industries have also been in the long run for manufacturing various sorts of tablets and medicines. The recent machines also provide thedata basedontheirspecific operation in the manufacturing process. Taking the two machines into consideration i.e. Checkweigher and Metal detector, we will be analysing the data and visualize it with various visualisation techniques. A checkweigher is an automatic dynamic weighing machine that checks the weight of packaged commodities. It ensures that these packages are in the specified limits. If not, then these packages are discarded immediately from the conveyor belts. It has a very high speed rate of weighing the packages and verifying their limits. Fig -1: Checkweigher Block Diagram A metal detector is a device that is used to detect the metal impurities present in the capsules or tablets that are being manufactured at that time. The manufactured tablets are passed through metal detector which discards the tablets with such impurities in it. Fig -2: Metal Detector Block Diagram The record is maintained by these machines which can be extracted from them by inserting a flash device. Further, we can analyse this data by applying some specific libraries like numpy, pandas and matplotlib for plotting and visualisations. The same have been discussed briefly in the next section.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2785 2. LITERATURE SURVEY The authors Metta Ongkasuwan and Wut Sookcharoen [1] have discussed the study related to benefits ofdata analytics for stability and continuity of service and operation management in medical equipmentindustry whichisusedto provide insight and information for management of data generated by machines and to make decisions in managing and sustaining the production. Ayeda Sayeed, Soo Jeon and Theodore Pribytkov [2] have thrown a light on the working of checkweigher machine. Checkweigher needs the products singulated to give the most effective results.Theyhaveproposeda IMWSsystem to overcome this problem caused by typical checkweigher. It enhances the capabilities of a typical checkweigher but also includes multiple hardware requirements along with an array of motion weight sensors. Xie Xiaowen, Chen Lin, Fang Hengzhi and Chen Yongxing [3] have statedthecompletepharmaceutical productionprocess of manufacturing. The process monitoring and quality management system of modular pharmaceutical production line consists of configuration control software module, formula and parameter optimization module. Authors Emir Slanjankic, Haris Balta, Adil Joldic, Alsa Cvitkovic, Djenan Heric, Emir Veledar [4] have emphasized on Principal Component Analysis(PCA) and Disjoint Cluster Analysis(DCA) for data reduction and summarization. DCA groups observations into clusters such that members of the same cluster have strong correlation and members form different clusters have weak correlation. Mr. Subhashish Kumar, Dr. Namrata Dhanda and Mr. Ashutosh Pandey [5] have quoted their research on statistical analytics expertise field i.e. Data science. Use of open source library of python language for data set mining, modelling and visualization has been studied. This research has highlighted the specifications and use of Pandas, it is an open source library easy to handle data structures, algorithms and data analysis tools for python programming language. HONG-BIN GAO and WEI-YI PANG [6] has pivoted the aim at the correction on dynamic measurement errors. Belted dynamic weight equipment is designed for continuous weighing the bulk solids or powders on conveyor belt. Measurement errors on the electronic belt conveyor scale can be divided into static measurement errors and dynamic measurement errors. To correct the dynamic measurement errors a measurement area is built and StressAnalysisofthe Measurement Area is done. The method presented here is being characterized by moderate computation and high application value. Mathematical model analysis and neural network error correction method are also present. A high- accuracy dynamic weighing system has been proposed in this paper. Joao Felipe Pimentel, Leonardo Murta, Vanessa Braganholo, and Juliana Freire [7] In this paper, the authors present a study that aims to provide insights into the reproducibility aspects of Jupyter notebook. Jupyter Notebooks are being widely used by many different communities, both in science and industry. They support the creation of literate programming documents that combine code, text, and execution results with visualizations and all sorts of rich media. This paper has three main contributions. First, it analyzes evidence of good and bad practices on the development of Jupyter Notebooks regarding reproducibility. Second, it presents a full reproducibility study that measures the reproducibility rate of notebooks (RQ7). Finally, it proposes a set of good practices that intends to minimize the criticisms and raise the reproducibility rate. 3. METHODOLOGY NumPy is a general-purpose array processing package. It provides a high performance multidimensional arrayobject, and tools for working with multidimensional arrays and matrices. NumPy primarily targets the CPython reference implementation of python as it is a non-optimising bytecode interpreter. This project utilises numpy for useful linear algebra and random number capabilities on the data generated by checkweigher machine. Pandas is an open source library that allows us to perform data manipulation in Python. Pandas libraryisbuiltontop of Numpy, which means Pandas needs Numpy to operate. Pandas provide an easy way to create, manipulate and wrangle the data. Pandas is also an elegant solution for time series data. Advantages of pandas are it easily handles missing data, provides an efficient way to slice the data. Panda library will be used in this project to do analysis on the data generated by the checkweigher machine. Analysis will be done for upper and lower bound of defective pieces, repetition of defects on a daily basis, weekly basis and monthly basis, analyses rate of error occurred and classified accordingly into under, best and overweight. Matplotlib is a library for the pythonprogramminglanguage. It has numerical mathematical extension Numpy. It has an object oriented API for embedding plots into applications by using general purpose GUI toolkit. Visual display analysis will be done with the help of this library. The jupyter notebook is usedasa platformforprocessingthe data. It is an open source web application. It allows us to create documents that contain codes, visualization and equations.. This project utilizes jupyter notebook for numerical simulation, data analysis and for writing codes. The stated three libraries will be integrated into the Jupyter notebook which will be then used to visualise the data along with it’s statistics.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2786 Fig -3: System Architecture 3.1 Process Flow The complete process is explained in the following phases. Phase 1: Data Collection The data is continuously generated in a specific structure by the manufacturing machines. In this phase the data is collected from these machines (Checkweigher and Pharmaceutical Metal Detector) which is basically a .csv file format. This data is then fed as input data in Jupyter Notebook for further processing. Phase 2: Environment Setup In the second phase multiple required libraries such as NumPy, pandas and Matplotlib are integrated into the environment of Jupyter Notebook for performing various analytical techniques. Phase 3: Data Analysis This is the phase where statistical and logical techniquesare applied systematically for analyzing the data.NumPyisused to interpret this data into required format. It is used for manipulating these numerical values to generate analysis. Further statistical analysis is done using pandas for the numerical values obtained by the data interpretation on the data. Matplotlib is used for producing graphical structures based on this data. Phase 4: Data Visualization and Interface In this phase visualization is done in Jupyter notebook. Further, the front end interface is done with the help of functionalities provided by Py-Qt. The results of analysis phase are displayed in the form of various graphical structures and reports are generated. 3. CONCLUSION Hence, by using various analytical techniques on the data of checkweigher and metal detector machines in pharmaceutical industry we have generated some graphically represented results and reports which will be helpful in determining faults or exceptional cases occured while working and so resulting in increasingefficiencyof the machines. REFERENCES 1) Metta Ongkasuwan and Wut Sookcharoen "Data Analytics for Service and Operation Management Improvement in Medical Equipment Industry" in 2018 5th International Conference on Businessand Industrial Research (ICBIR), Bangkok, Thailand. 2) Ayeda Sayeed, Soo Jeon and Theodore Pribytkov, “In-Motion Weight Sensor Array for Dynamic Weighing of Non-Singulated Objects” 3) Xie Xiaowen, Chen Lin and Fang Hengzhi, Chen Yongxing, “Research on Process Supervision and Quality Control System of Modular Pharmaceutical Production Line”. 4) The authors Emir Slanjankic, HarisBalta,Adil Joldic, Alsa Cvitkovic, Djenan Heric and Emir Veledar, “Data Mining Techniques and SAS as a tool for graphical presentation of Principal Components Analysis and Disjoint Cluster Analysis results”. 5) Mr. Subhashish Kumar, Dr. Namrata Dhanda, Mr. Ashutosh Pandey, “Data Science – Cosmic Infoset Mining, Modeling and Visualization”, 2018 International Conference on Computational and Characterization Techniques in Engineering & Sciences (CCTES) Integral University, Lucknow, India, Sep 14-15, 2018. 6) HONG-BIN GAO and WEI-YI PANG, “A HIGH- ACCURACY DYNAMIC WEIGHING SYSTEM BASED ON SINGLE-IDLERCONVEYORBELT”,Proceedingof the Eighth International Conference on Machine Learning andCybernetics,Baoding,12-15 July2009. 7) Authors Joao Felipe Pimentel, Leonardo Murta, Vanessa Braganholo, and Juliana Freire “A Large- scale Study about Quality and Reproducibility of Jupyter Notebooks”, 2019 IEEE/ACM 16th International Conference on Mining Software Repositories (MSR).