SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
O Mohamed Adam Adlan Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -4) March 2015, pp.35-38
www.ijera.com 35 | P a g e
Pharmacy Automation-Pill Counting Design
Omer Mohamed Adam Adlan1
, Abdelrasoul Jabar Alzubaidi 2
1
PHD candidate
2
Sudan University of science and Technology- Engineering College- Electronics Department
Abstract
Dispensing medications in a community pharmacy was a time-consuming operation. The pharmacist dispensed
most prescriptions that were in tablet or capsule form with a simple tray and spatula. Many new medications
were being developed by pharmaceutical manufacturers at an ever-increasing pace, and the prices of those
medications were rising steeply. A typical community pharmacist was working longer hours and often forced to
hire additional staff to handle increased workloads. This extra workload did not allow the time to focus on safety
issues. This new factor led to the concept of using a machine to count medications.
This paper introduces a design based on using microcontrollers for counting tablets and capsules . A
production flow is build to automate the whole operations
Keywords : medication, dispensing pharmacist , automation , microcontroller, tablets, capsules.
I. INTRODUCTION
The original electronic portable digital tablet
counting technology was invented in the early
seventies of the last century. These early electronic
counters were designed to help pharmacies replace
the common (but often inaccurate) practice of
counting medications by hand.
A simple to operate machine had been developed
to accurately and quickly count prescription
medications. One of the first commercially available
tablet counters in use was the KL7and KL8 models.
The substantial investment in new technology was a
major consideration for many pharmacies. Eventually
the pharmacy community adopted the use of a
counting machine as a superior method to hand-
counting medications. These devices became known
as tablet counter, capsule counter, pill counter, or
drug counter.
These counters aided the pharmacy industry with
time-consuming manual counting of drug
prescriptions. A counting machine was found to
consistently count medications accurately and
quickly. A system of pharmacy automation was
quickly adopted, and innovations emerged every
decade to meet the needs of the pharmacy industry to
deliver medications quickly, safely, and
economically. Modern pharmacies have many new
options to improve their workflow. This requires
them not only to use the new technology, but to work
out how to choose intelligently from the many
options available .These industrial units were
designed to be fast and simple to operate, yet remain
small.At the turn of the technical advances saw the
design of a new breed of counters with a verification
system . With an onboard computer, displaying photo
images of medications to assist the pharmacist or
pharmacy technician to verify that the correct
medication was being dispensed. In addition, a
database for storing all prescriptions that were
counted on the device.
Today’s pharmacy industry recognizes the need
for heightened vigilance against medication errors
across the entire spectrum. Prescription dispensing
safety and accuracy in the pharmacy are an essential
part of ensuring the right patient gets the right
medication at the right dosage. A trend in pharmacy
is to place a greater reliance on technology and
pharmacy automation to minimize the chance of
human error and speed up the process of dispensing.
II. METHODOLOGY
Constant developments in Technology make the
dispensing of prescription medications safer, more
accurate, hand free and more efficient .This paper is
concerned with tablets , pills and capsules counting .
The counter design includes; tablets feeding , and an
electronics counting mechanism .The paper also
includes dealing with different sizes of tablets, pills
and capsules.
Initially the pan is fed with tablets to be counted
by the counter in the microcontroller, and the count is
displayed on the screen of the LCD. Two
mechanisms can be adapted for the tablets counting
mechanism:
The first mechanism is based on counting the
tablets one by one with the aid of a continuous
solenoid valve activation and de-activation.
The second mechanism adapts the principle of
opening the solenoid valve for a predetermined
period of time and then closing it. The tablets count is
proportional to the opening period of time of the
solenoid valve.
The tablets availability is sensed by an optical
sensor. If the tablets are no more available an alarm
RESEARCH ARTICLE OPEN ACCESS
O Mohamed Adam Adlan Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -4) March 2015, pp.35-38
www.ijera.com 36 | P a g e
will be activated and the process will be stopped.
The processing will be restarted once the tablets pan
gets fed with tablets . During the counting process ,
an alarm plus display message is displayed on the
LCD for any malfunction .
III. SYSTEM LAYOUT
The aim of the hardware and software design is
to automate the tablets counting operation..The
electronic devices required to construct the system
include a personnel computer, microcontroller,
sensors, solenoid valves, LCD, siren, plus
interconnection links and lab link cables. The block
diagram of the hardware implementation of the entire
system is shown in Figure (1) below.
Figure (1) Block diagram of the system
The input system consists of sets of
electronic blocks. Each set consists of an electronic
device dedicated to perform a specified task.
The hardware components are:
- Personnel computer (PC):
A PC furnished with parallel ports is used for
programming the microcontroller.
- Lab links :
Lab links are sort of cables that connects the
computer port to external electronic devices. They
are used for programming the microcontroller.
- Microcontroller :
Atmega 32 microcontroller captures data acquisition
from the sensors .It controls the solenoid valves, and
drives the stepper motors.
- Stepper motor :
A five wires stepper motors will be used .One wire is
for power supply to the stepper motor and the other
four wires are connected to the windings of the
stepper motor . Equation (1) gives the step angel of
the stepper motor.
360 Degrees
Step angle = ------------------------------ = 1.8 Degree / Step ……….(1)
200 Steps / revolution
- Twelve keys matrix keypad:
The keypad is connected to the ATmega 32
microcontroller .It represents data entry to the
microcontroller .
- LCD :
LCD is used to display the data entry and the real
time data during the system processing.
- Solenoid valve :
It is used to open or close the way to the tablets .
O Mohamed Adam Adlan Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -4) March 2015, pp.35-38
www.ijera.com 37 | P a g e
- Driver (ULN2803):
It is used as driver to the stepper motor and the
solenoid valve. Its driving output current equals 500
mA..
- Siren:
It is used to initiate an alarm.
IV. PROGRAMMING
To achieve an automation procedure for the
tablets counting, we need to go through the
following steps:
- Step one is developing a Bascom program in the
microcontroller.
- Step two is downloading the (.Hex) file into the
microcontroller using Pony prog program.
The algorithm contains two subroutines for
mechanism-1 and mechanism-2 as follows;
Start Feed:
… Rotate the stepper motor 10 steps for feeding the
pan.
Count:
… If (keypad input = 1 ) then call subroutine
mechanism-1.
… If (keypad input = 2 ) then call subroutine
mechanism-2.
… If the pan is empty then go to feed.
… If (keypad input = * ) then go to terminate.
Go to count.
Terminate:
End
subroutine mechanism-1:
… Open solenoid valve .
…. Delay 0.3 seconds.
… Close solenoid valve .
Return
subroutine mechanism-2:
… Open solenoid valve .
…. Delay 15 seconds.
… Close solenoid valve .
Return.
V. RESULTS
. Equation (2) gives the solenoid valve timing for
passing one tablet (mechanism-1) .
T solenoid valve opening α Constant x (TABLET)
thickness …………………….. (2)
Where ;
T solenoid valve opening = time duration for the solenoid
valve opening (seconds).
(TABLET) thickness = Thickness of the tablet or
capsule (millimeter).
Consider the(TABLET) thickness = 5 mm. . Now
implementing the system design , it is found that the
resultant time (T solenoid valve opening ) per one tablet is :
T solenoid valve opening = (solenoid valve opening time +
solenoid valve closing response time )
X (TABLET) thickness
T solenoid valve opening = (0.06 sec. + 0.01 sec. ) X (5
mm.) = 0.35 second
For increasing the productivity , we need to speed up
the time interval for opening the solenoid valve. .It is
found that speeding up the operation results in
malfunction of the system .The optimum timing
recorded is equal (0.35 second) for counting one
tablet.
. Equation (3) gives the solenoid valve timing for
passing the tablets (mechanism-2) .
(NUMBER) tablets passing α (Tsolenoid valve opening) …….. (3)
Where ;
(NUMBER) tablets passing = Number of tablets
passing .
T solenoid valve opening = time duration for the solenoid
valve opening (seconds).
Assuming that the time for solenoid valve opening (T
solenoid valve opening ) = 15 seconds . Now implementing
the system design , it is found that the resultant
number of tablets passing ((NUMBER) tablets passing ) is
equal :
(NUMBER) tablets passing = Constant X (T solenoid valve
opening )
T solenoid valve opening = (3.4) X (15 seconds) = 51 tablet
VI. CONCLUSION
Tablets counting automation is the application of
an electronics means to accomplish processing and
control operations .Two counting mechanisms are
used. In drug counting ,we need to go through a
series of precise steps to accomplish the operation.
This paper suggested a design based on using a
microcontroller for processing . The microcontroller
performs processing and control of the peripheral
devices in the system. The processing is sequential
and repetitive for tablets feeding and counting
operations.
REFERENCES
[1] John Kirby Filed 8 September 1970 (3 July
1974). COUNTING MACHINES - Patent
GB1358378(A). DTI Data Networks LLC.
Retrieved 18 March 2010.
[2] United States Patent Office (29 January
1974).. RELATING TO COUNTING
O Mohamed Adam Adlan Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -4) March 2015, pp.35-38
www.ijera.com 38 | P a g e
MACHINES. Freepatentsonline.com.
Retrieved 6 March 2010.
[3] "An Efficiency Analysis of the Kirby Lester
KL16df Automatic Tablet and Capsule
Counting System". Pharmacy Automation.
The Thomsen Group Inc. 2004. Retrieved 5
March 2010.
[4] "An Efficiency Analysis of the Kirby Lester
KL16df Automatic Tablet and Capsule
Counting System". Pharmacy Automation.
The Thomsen Group Inc. 2004. Retrieved 5
March 2010.
[5] Christopher J Thomsen (9 November 2004).
"Pharmacy Automation-Practical
Technology Solutions for the Pharmacy".
Business briefing : US Pharmacy review
2004. The Thompson Group. Retrieved 5
March 2010.

Contenu connexe

En vedette (8)

Wujud perjumpaan agama dan kebudayaan di indonesia
Wujud perjumpaan agama dan kebudayaan di indonesiaWujud perjumpaan agama dan kebudayaan di indonesia
Wujud perjumpaan agama dan kebudayaan di indonesia
 
Assessment of Undiscovered Oil and Gas Resources of the Levant Basin Province...
Assessment of Undiscovered Oil and Gas Resources of the Levant Basin Province...Assessment of Undiscovered Oil and Gas Resources of the Levant Basin Province...
Assessment of Undiscovered Oil and Gas Resources of the Levant Basin Province...
 
Prezentatsia
PrezentatsiaPrezentatsia
Prezentatsia
 
Презентация_Киричок
Презентация_КиричокПрезентация_Киричок
Презентация_Киричок
 
HAFIZ ZAIN MUSTAFA
HAFIZ ZAIN MUSTAFAHAFIZ ZAIN MUSTAFA
HAFIZ ZAIN MUSTAFA
 
Kurumsal şi̇rket-yöneti̇mi̇ (1)
Kurumsal şi̇rket-yöneti̇mi̇ (1)Kurumsal şi̇rket-yöneti̇mi̇ (1)
Kurumsal şi̇rket-yöneti̇mi̇ (1)
 
sarojinimaheshreport
sarojinimaheshreportsarojinimaheshreport
sarojinimaheshreport
 
Sistem ekskresi
Sistem ekskresiSistem ekskresi
Sistem ekskresi
 

Similaire à Pharmacy Automation-Pill Counting Design

Alarm System for Medicine Reminder Based on Microcontroller
Alarm System for Medicine Reminder Based on MicrocontrollerAlarm System for Medicine Reminder Based on Microcontroller
Alarm System for Medicine Reminder Based on Microcontrollerijtsrd
 
IRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia InjectorIRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia InjectorIRJET Journal
 
Constrained discrete model predictive control of a greenhouse system temperature
Constrained discrete model predictive control of a greenhouse system temperatureConstrained discrete model predictive control of a greenhouse system temperature
Constrained discrete model predictive control of a greenhouse system temperatureIJECEIAES
 
Dual Mode Ventilator Integrated with Patient Monitoring System
Dual Mode Ventilator Integrated with Patient Monitoring SystemDual Mode Ventilator Integrated with Patient Monitoring System
Dual Mode Ventilator Integrated with Patient Monitoring SystemIRJET Journal
 
INDUCTIVE LOGIC PROGRAMMING FOR INDUSTRIAL CONTROL APPLICATIONS
INDUCTIVE LOGIC PROGRAMMING FOR INDUSTRIAL CONTROL APPLICATIONSINDUCTIVE LOGIC PROGRAMMING FOR INDUSTRIAL CONTROL APPLICATIONS
INDUCTIVE LOGIC PROGRAMMING FOR INDUSTRIAL CONTROL APPLICATIONScsandit
 
An educational fuzzy temperature control system
An educational fuzzy temperature control system An educational fuzzy temperature control system
An educational fuzzy temperature control system IJECEIAES
 
A Smart Pill Box with Remind and Consumption using IOT
A Smart Pill Box with Remind and Consumption using IOTA Smart Pill Box with Remind and Consumption using IOT
A Smart Pill Box with Remind and Consumption using IOTIRJET Journal
 
Robotic Assembly for Healthcare
Robotic Assembly for HealthcareRobotic Assembly for Healthcare
Robotic Assembly for HealthcareIRJET Journal
 
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerLow Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerIRJET Journal
 
IRJET- Fingerprint Based Automatic Ration Distribution System
IRJET- Fingerprint Based Automatic Ration Distribution SystemIRJET- Fingerprint Based Automatic Ration Distribution System
IRJET- Fingerprint Based Automatic Ration Distribution SystemIRJET Journal
 
Implementation of redundancy in the effective regulation of temperature in an...
Implementation of redundancy in the effective regulation of temperature in an...Implementation of redundancy in the effective regulation of temperature in an...
Implementation of redundancy in the effective regulation of temperature in an...IOSR Journals
 
61 programmable
61 programmable61 programmable
61 programmableLecturer
 
IRJET-Design of Automatic Smart Medication Dispenser
IRJET-Design of Automatic Smart Medication DispenserIRJET-Design of Automatic Smart Medication Dispenser
IRJET-Design of Automatic Smart Medication DispenserIRJET Journal
 

Similaire à Pharmacy Automation-Pill Counting Design (20)

E05213741
E05213741E05213741
E05213741
 
Alarm System for Medicine Reminder Based on Microcontroller
Alarm System for Medicine Reminder Based on MicrocontrollerAlarm System for Medicine Reminder Based on Microcontroller
Alarm System for Medicine Reminder Based on Microcontroller
 
IRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia InjectorIRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia Injector
 
Aa04405152157
Aa04405152157Aa04405152157
Aa04405152157
 
Constrained discrete model predictive control of a greenhouse system temperature
Constrained discrete model predictive control of a greenhouse system temperatureConstrained discrete model predictive control of a greenhouse system temperature
Constrained discrete model predictive control of a greenhouse system temperature
 
Dual Mode Ventilator Integrated with Patient Monitoring System
Dual Mode Ventilator Integrated with Patient Monitoring SystemDual Mode Ventilator Integrated with Patient Monitoring System
Dual Mode Ventilator Integrated with Patient Monitoring System
 
F05134247
F05134247F05134247
F05134247
 
008_23035research061214_49_55
008_23035research061214_49_55008_23035research061214_49_55
008_23035research061214_49_55
 
INDUCTIVE LOGIC PROGRAMMING FOR INDUSTRIAL CONTROL APPLICATIONS
INDUCTIVE LOGIC PROGRAMMING FOR INDUSTRIAL CONTROL APPLICATIONSINDUCTIVE LOGIC PROGRAMMING FOR INDUSTRIAL CONTROL APPLICATIONS
INDUCTIVE LOGIC PROGRAMMING FOR INDUSTRIAL CONTROL APPLICATIONS
 
An educational fuzzy temperature control system
An educational fuzzy temperature control system An educational fuzzy temperature control system
An educational fuzzy temperature control system
 
A Smart Pill Box with Remind and Consumption using IOT
A Smart Pill Box with Remind and Consumption using IOTA Smart Pill Box with Remind and Consumption using IOT
A Smart Pill Box with Remind and Consumption using IOT
 
Robotic Assembly for Healthcare
Robotic Assembly for HealthcareRobotic Assembly for Healthcare
Robotic Assembly for Healthcare
 
A05910106
A05910106A05910106
A05910106
 
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using MicrocontrollerLow Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
Low Cost PLC Alternative Solution with SCADA Interface Using Microcontroller
 
Di34672675
Di34672675Di34672675
Di34672675
 
4. 8484 1-pb
4. 8484 1-pb4. 8484 1-pb
4. 8484 1-pb
 
IRJET- Fingerprint Based Automatic Ration Distribution System
IRJET- Fingerprint Based Automatic Ration Distribution SystemIRJET- Fingerprint Based Automatic Ration Distribution System
IRJET- Fingerprint Based Automatic Ration Distribution System
 
Implementation of redundancy in the effective regulation of temperature in an...
Implementation of redundancy in the effective regulation of temperature in an...Implementation of redundancy in the effective regulation of temperature in an...
Implementation of redundancy in the effective regulation of temperature in an...
 
61 programmable
61 programmable61 programmable
61 programmable
 
IRJET-Design of Automatic Smart Medication Dispenser
IRJET-Design of Automatic Smart Medication DispenserIRJET-Design of Automatic Smart Medication Dispenser
IRJET-Design of Automatic Smart Medication Dispenser
 

Dernier

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Dernier (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Pharmacy Automation-Pill Counting Design

  • 1. O Mohamed Adam Adlan Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -4) March 2015, pp.35-38 www.ijera.com 35 | P a g e Pharmacy Automation-Pill Counting Design Omer Mohamed Adam Adlan1 , Abdelrasoul Jabar Alzubaidi 2 1 PHD candidate 2 Sudan University of science and Technology- Engineering College- Electronics Department Abstract Dispensing medications in a community pharmacy was a time-consuming operation. The pharmacist dispensed most prescriptions that were in tablet or capsule form with a simple tray and spatula. Many new medications were being developed by pharmaceutical manufacturers at an ever-increasing pace, and the prices of those medications were rising steeply. A typical community pharmacist was working longer hours and often forced to hire additional staff to handle increased workloads. This extra workload did not allow the time to focus on safety issues. This new factor led to the concept of using a machine to count medications. This paper introduces a design based on using microcontrollers for counting tablets and capsules . A production flow is build to automate the whole operations Keywords : medication, dispensing pharmacist , automation , microcontroller, tablets, capsules. I. INTRODUCTION The original electronic portable digital tablet counting technology was invented in the early seventies of the last century. These early electronic counters were designed to help pharmacies replace the common (but often inaccurate) practice of counting medications by hand. A simple to operate machine had been developed to accurately and quickly count prescription medications. One of the first commercially available tablet counters in use was the KL7and KL8 models. The substantial investment in new technology was a major consideration for many pharmacies. Eventually the pharmacy community adopted the use of a counting machine as a superior method to hand- counting medications. These devices became known as tablet counter, capsule counter, pill counter, or drug counter. These counters aided the pharmacy industry with time-consuming manual counting of drug prescriptions. A counting machine was found to consistently count medications accurately and quickly. A system of pharmacy automation was quickly adopted, and innovations emerged every decade to meet the needs of the pharmacy industry to deliver medications quickly, safely, and economically. Modern pharmacies have many new options to improve their workflow. This requires them not only to use the new technology, but to work out how to choose intelligently from the many options available .These industrial units were designed to be fast and simple to operate, yet remain small.At the turn of the technical advances saw the design of a new breed of counters with a verification system . With an onboard computer, displaying photo images of medications to assist the pharmacist or pharmacy technician to verify that the correct medication was being dispensed. In addition, a database for storing all prescriptions that were counted on the device. Today’s pharmacy industry recognizes the need for heightened vigilance against medication errors across the entire spectrum. Prescription dispensing safety and accuracy in the pharmacy are an essential part of ensuring the right patient gets the right medication at the right dosage. A trend in pharmacy is to place a greater reliance on technology and pharmacy automation to minimize the chance of human error and speed up the process of dispensing. II. METHODOLOGY Constant developments in Technology make the dispensing of prescription medications safer, more accurate, hand free and more efficient .This paper is concerned with tablets , pills and capsules counting . The counter design includes; tablets feeding , and an electronics counting mechanism .The paper also includes dealing with different sizes of tablets, pills and capsules. Initially the pan is fed with tablets to be counted by the counter in the microcontroller, and the count is displayed on the screen of the LCD. Two mechanisms can be adapted for the tablets counting mechanism: The first mechanism is based on counting the tablets one by one with the aid of a continuous solenoid valve activation and de-activation. The second mechanism adapts the principle of opening the solenoid valve for a predetermined period of time and then closing it. The tablets count is proportional to the opening period of time of the solenoid valve. The tablets availability is sensed by an optical sensor. If the tablets are no more available an alarm RESEARCH ARTICLE OPEN ACCESS
  • 2. O Mohamed Adam Adlan Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -4) March 2015, pp.35-38 www.ijera.com 36 | P a g e will be activated and the process will be stopped. The processing will be restarted once the tablets pan gets fed with tablets . During the counting process , an alarm plus display message is displayed on the LCD for any malfunction . III. SYSTEM LAYOUT The aim of the hardware and software design is to automate the tablets counting operation..The electronic devices required to construct the system include a personnel computer, microcontroller, sensors, solenoid valves, LCD, siren, plus interconnection links and lab link cables. The block diagram of the hardware implementation of the entire system is shown in Figure (1) below. Figure (1) Block diagram of the system The input system consists of sets of electronic blocks. Each set consists of an electronic device dedicated to perform a specified task. The hardware components are: - Personnel computer (PC): A PC furnished with parallel ports is used for programming the microcontroller. - Lab links : Lab links are sort of cables that connects the computer port to external electronic devices. They are used for programming the microcontroller. - Microcontroller : Atmega 32 microcontroller captures data acquisition from the sensors .It controls the solenoid valves, and drives the stepper motors. - Stepper motor : A five wires stepper motors will be used .One wire is for power supply to the stepper motor and the other four wires are connected to the windings of the stepper motor . Equation (1) gives the step angel of the stepper motor. 360 Degrees Step angle = ------------------------------ = 1.8 Degree / Step ……….(1) 200 Steps / revolution - Twelve keys matrix keypad: The keypad is connected to the ATmega 32 microcontroller .It represents data entry to the microcontroller . - LCD : LCD is used to display the data entry and the real time data during the system processing. - Solenoid valve : It is used to open or close the way to the tablets .
  • 3. O Mohamed Adam Adlan Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -4) March 2015, pp.35-38 www.ijera.com 37 | P a g e - Driver (ULN2803): It is used as driver to the stepper motor and the solenoid valve. Its driving output current equals 500 mA.. - Siren: It is used to initiate an alarm. IV. PROGRAMMING To achieve an automation procedure for the tablets counting, we need to go through the following steps: - Step one is developing a Bascom program in the microcontroller. - Step two is downloading the (.Hex) file into the microcontroller using Pony prog program. The algorithm contains two subroutines for mechanism-1 and mechanism-2 as follows; Start Feed: … Rotate the stepper motor 10 steps for feeding the pan. Count: … If (keypad input = 1 ) then call subroutine mechanism-1. … If (keypad input = 2 ) then call subroutine mechanism-2. … If the pan is empty then go to feed. … If (keypad input = * ) then go to terminate. Go to count. Terminate: End subroutine mechanism-1: … Open solenoid valve . …. Delay 0.3 seconds. … Close solenoid valve . Return subroutine mechanism-2: … Open solenoid valve . …. Delay 15 seconds. … Close solenoid valve . Return. V. RESULTS . Equation (2) gives the solenoid valve timing for passing one tablet (mechanism-1) . T solenoid valve opening α Constant x (TABLET) thickness …………………….. (2) Where ; T solenoid valve opening = time duration for the solenoid valve opening (seconds). (TABLET) thickness = Thickness of the tablet or capsule (millimeter). Consider the(TABLET) thickness = 5 mm. . Now implementing the system design , it is found that the resultant time (T solenoid valve opening ) per one tablet is : T solenoid valve opening = (solenoid valve opening time + solenoid valve closing response time ) X (TABLET) thickness T solenoid valve opening = (0.06 sec. + 0.01 sec. ) X (5 mm.) = 0.35 second For increasing the productivity , we need to speed up the time interval for opening the solenoid valve. .It is found that speeding up the operation results in malfunction of the system .The optimum timing recorded is equal (0.35 second) for counting one tablet. . Equation (3) gives the solenoid valve timing for passing the tablets (mechanism-2) . (NUMBER) tablets passing α (Tsolenoid valve opening) …….. (3) Where ; (NUMBER) tablets passing = Number of tablets passing . T solenoid valve opening = time duration for the solenoid valve opening (seconds). Assuming that the time for solenoid valve opening (T solenoid valve opening ) = 15 seconds . Now implementing the system design , it is found that the resultant number of tablets passing ((NUMBER) tablets passing ) is equal : (NUMBER) tablets passing = Constant X (T solenoid valve opening ) T solenoid valve opening = (3.4) X (15 seconds) = 51 tablet VI. CONCLUSION Tablets counting automation is the application of an electronics means to accomplish processing and control operations .Two counting mechanisms are used. In drug counting ,we need to go through a series of precise steps to accomplish the operation. This paper suggested a design based on using a microcontroller for processing . The microcontroller performs processing and control of the peripheral devices in the system. The processing is sequential and repetitive for tablets feeding and counting operations. REFERENCES [1] John Kirby Filed 8 September 1970 (3 July 1974). COUNTING MACHINES - Patent GB1358378(A). DTI Data Networks LLC. Retrieved 18 March 2010. [2] United States Patent Office (29 January 1974).. RELATING TO COUNTING
  • 4. O Mohamed Adam Adlan Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -4) March 2015, pp.35-38 www.ijera.com 38 | P a g e MACHINES. Freepatentsonline.com. Retrieved 6 March 2010. [3] "An Efficiency Analysis of the Kirby Lester KL16df Automatic Tablet and Capsule Counting System". Pharmacy Automation. The Thomsen Group Inc. 2004. Retrieved 5 March 2010. [4] "An Efficiency Analysis of the Kirby Lester KL16df Automatic Tablet and Capsule Counting System". Pharmacy Automation. The Thomsen Group Inc. 2004. Retrieved 5 March 2010. [5] Christopher J Thomsen (9 November 2004). "Pharmacy Automation-Practical Technology Solutions for the Pharmacy". Business briefing : US Pharmacy review 2004. The Thompson Group. Retrieved 5 March 2010.