You are on page 1of 5

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/308833034

Designing of microcontroller based Syringe Pump with variable and low


delivery rates for the administration of small volumes

Conference Paper · October 2015


DOI: 10.1109/SIITME.2015.7342311

CITATIONS READS

3 4,970

3 authors, including:

Muhammad Ahmed Khan Osama Mazhar


Technical University of Denmark Delft University of Technology
23 PUBLICATIONS   116 CITATIONS    18 PUBLICATIONS   117 CITATIONS   

SEE PROFILE SEE PROFILE

Some of the authors of this publication are also working on these related projects:

Designing Implantable Force Biosensor for Real-time Monitoring of Knee Prosthesis View project

Designing Bio-ceramics Ink for Sensorized Conductive Scaffolds for Regenerative Medicine Applications View project

All content following this page was uploaded by Muhammad Ahmed Khan on 01 February 2017.

The user has requested enhancement of the downloaded file.


2015 IEEE 21st International Symposium for Design and Technology in Electronic Packaging (SIITME)

Designing of Microcontroller based Syringe Pump


with Variable and Low Delivery Rates for the
Administration of Small Volumes
Muhammad Ahmed Khan Osama Mazhar
Electrical Engineering & Information Technology Computer Vision and Robotics
Technische Hochschule Ingolstadt University of Burgundy
Ingolstadt, Germany Burgundy, France
engineerahmedkhan@gmail.com osamazhar@yahoo.com

Sameed Tehami
Electrical Engineering & Information Technology
Technische Hochschule Ingolstadt
Ingolstadt, Germany

Abstract— Delivering medications and fluids intravenously is a enough to feed a patient at required flow rate [3]. In infants,
common practice in modern medical procedures. Administering concentrated drugs are mostly delivered using low infusion
medications or fluids directly into a patient’s blood circulation rates (0.5 – 2 ml/h) to avoid volume overload and under such
results in a predictable and immediate absorption of the drug or conditions minor variations of flow rate can cause serious
fluid administered, this may play a vital role in the treatment of
hemodynamic instability.[4] [5] [6] [7]. There are different
certain acute conditions which require immediate action by
drugs or fluids. methods for flow measurement including volumetric [8],
Syringe Pumps are highly useful in delivering a precise quantity gravimetric [8] [9] [10] [11] and automatic [12] [14].
of the substance at specific periods of time as required. This Automatic technique simply needs infusion line connected to
research presents a proposal to create a cost effective working an inlet port and display volume readings and flow rate on the
prototype of syringe pump for variable and low delivery rates for screens [12] [13].
the administration of small volumes. The presented Syringe
Pump utilizes a lead-screw mechanism that is driven by a stepper Safety of patient is one of the most significant features in the
motor which itself is controlled by an electronic circuit based on development of syringe pumps and in past many functional
an 89S52 microcontroller that works as the brain of the system failure of syringe pumps have been reported [14] [15] [16].
and controls all other peripherals like LCD, Keypad and other Statistical results show that 39% errors occur while
components. Due to the possibility of the complete prototyping of administering drugs, 10% errors arise in pharmacy and 38%
the syringe pump locally from the electronic hardware designing
errors are made when infusing drugs, 13% due to some other
to the code writing and to the mechanical assembly designing and
fabrication it allows us in future to modify this design in reasons [17]. Hence this error can be minimized by integrating
accordance to the need of any related industry at home letting off control systems with syringe pumps via specialized controller
the dependency on manufacturers from other parts of the world or computer which permits partial automation of human
and may even allow us to export this cheaper product abroad. interaction [18]

Index Terms—Syringe pump, Lead screw mechanism, delivery B. Objective and Scope
rates, 89S52 microcontroller.
Drugs have been administered intravenously since more
I. INTRODUCTION than hundred years using different kinds of needles and
A. Background syringes. Early intravenous devices were manual, crude and
needed manual monitoring by the medical staff. The manual
Syringe pump or drug delivery system is a small infusion devices could not be generally used without direct medical
pump used to slowly administer small amounts of fluid supervision and assistance of the medical staff. The objective
(without or with medication) to a patient [1]. There are of this research work is development of a cost effective
different types of drug delivery system including fixed and microcontroller based Syringe Pump that is capable of
continuous delivery system. Continuous infusion usually delivering volumes as small as 0.1ml to as large as 12ml at
delivers small pulses of infusion, commonly between 500 delivery rates as small as 0.1ml/hr to delivery rates as large as
nanoliters and 10000 microliters per hour [2] whereas the fixed 999.9ml/hr with extra-ordinary accuracy and precision with
drug delivery system contains peristaltic pump that is large respect to both flow rate and volume

978-1-5090-0332-7/15/$31.00 ©2015 IEEE 1 22-25 Oct 2015, Brasov, Romania


2015 IEEE 21st International Symposium for Design and Technology in Electronic Packaging (SIITME)

Fig. 1. Flowchart representing Methodology Steps Fig. 3. Simulated Design of Syringe Pump

II. MATERIALS AND METHODOLGY


A. Interfacing Keypad and LCD to Micro-Controller Unit
This section will be covering all the materials and the tools (MCU) Circuit
that are used while designing and fabricating the Syringe
A 4X4 Matrix Keypad was interfaced with the Micro-
Pump. It also talks about the principles and procedures that are
Controller IC with its Rows being connected to the first four
followed throughout the designing and fabrication of the
pins of the PORT1 of the MCU and its columns being
project. The development of the syringe pump began with
connected to the first four pins of the PORT2 of MCU. A
process of brain storming in order to identify the most efficient
16X2 Matrix LCD with LMB162A controller was connected
and cost effective design. First of all, hardware has been
via Bus with its data lines to PORT3 of the MCU and the
designed using simulation software which provided the basis
control pins i.e., RS, RW and EN pins to P2^4, P2^5 and P2^6
for syringe pump development. Then algorithm for
of the MCU respectively. Before the circuit was tested it was
microcontroller was developed which was key part in order to
necessary to develop a code that incorporates the LCD and
control the process of infusion. Hardware designing and
Keypad with the Micro-Controller. So it becomes our next
algorithmic development was followed by hardware
target to move on to write a C-Code for the desired interface.
implementation which includes 74LS86 Exclusive-OR gate IC,
7476 J-K Flip Flop IC, Stepper Motor, Transformer, Bridge B. C-Code To Interface LCD And Keypad
Rectifier, Voltage Regulator IC, Crystal, Resistors, Capacitors The code was written in order to check whether the circuit
and 89S52 Microcontroller serving as the brain of the system. yet designed is working in co-operation with the C-code or
Once the hardware was completed the prototype will be used to not. This has also benefited us having a basic structure of the
test the project, correct eventual errors and enhance its c-code which would be further enhanced until our required
performance, taking in account the famous rule that states that function of the syringe pump is achieved
any project never works the first time, at least it does not work
as it is expected. The complete block diagram of used C. Stepper Motor Driver Circuit
methodology has been shown in Fig. 1 whereas Fig. 2 shows Target to be achieved was set to design a simple circuit to
all the software used during this project. The complete detail of drive the stepper motor in both directions. For this regard, a
each step has been provided in later sections of paper simple circuit was made on the software that consisted of a J-
K Flip Flop and an Ex-OR Gate IC. The circuit has an ability
III. HARDWARE DESIGN to drive the stepper motor ―step by step‖ when a High-To-Low
As the hardware part of the circuit is less flexible as Pulse is applied at the J-K Flip Flop ―Clock‖ Input Pins. An
compared to the software that is to develop the code, it is Input at one of the four Ex-OR Gates of the IC is made to be
better to work on the hardware first then to develop the code set High or Low manually in the initial steps of the Hardware
as it can be adapted to the hardware design easily. development which was meant to change the direction of the
The complete architectural design of syringe pump has Stepper Motor.
been shown in fig 3 along with its schematic layout in fig 4.
Incorporation of the Stepper Motor Driver Circuit
The process of hardware designing has been divided into 6
steps illustrated below: The stepper motor circuit which was developed has been
merged with the previously designed interfacing circuit
containing LCD, Keypad and MCU. The point here to be
noticed is that the LEDs connected at the four respective
outputs of the J-K Flip Flop are representing the connections
of the stepper motor and are arranged in the sequence as
required in the motor. So in the simulation of this project

Fig. 2. Softwares used Fig. 4. Schematic Layout

978-1-5090-0332-7/15/$31.00 ©2015 IEEE 2 22-25 Oct 2015, Brasov, Romania


2015 IEEE 21st International Symposium for Design and Technology in Electronic Packaging (SIITME)

D. Incorporation of the Stepper Motor Driver Circuit


The stepper motor circuit which was developed has been
merged with the previously designed interfacing circuit
containing LCD, Keypad and MCU. The point here to be
noticed is that the LEDs connected at the four respective
outputs of the J-K Flip Flop are representing the connections
of the stepper motor and are arranged in the sequence as
required in the motor. So in the simulation of this project these
LED’s will be representing the running of the stepper motor
till the end. Though it was possible to use a stepper motor too
in the simulation but LEDs were thought to have a better
representation of the Pulses going to the Motor Coils.
E. Current Reinforcement Circuit
As the circuit yet designed cannot drive a stepper motor by
itself, as the logic outputs cannot supply nearly enough
current. Therefore the next step would be to design a required
current reinforcement circuit for the stepper motor driver
circuit to actuate a stepper motor in real. In order to provide
current amplification, transistors like IRF640, TIP31, TIP120
or similar can be used. Now when using MOSFETs like
IRF640, it should be kept in mind that for their proper
switching, the gate must be provided with sufficient amount of
current itself to open completely. Thus using another current
amplification IC i.e., ULN2003A the logic outputs from the J-
K Flip Flop was amplified then was fed to the gates of
IRF640.
Fig. 5. Flow chart of algorithmic approach
F. Finalizing Hardware Design
Several other components were added in the circuit like moving the block left or right according to the position of the
LEDs for indication of the pulses, Connectors, Switches, plunger of the syringe. Speed of the motor in Manual Mode or
Voltage regulator IC 7805 for stepping down +12V supply in other words Delay between the pulses to the motor is set
voltage to +5V for powering up Micro-Controller IC, LCD randomly by taking the user’s ease into account. Within
and other ICs and components etc. The complete simulated program mode, the program requires inputs from user
circuit looked like as shown in fig.3. Now as the Hardware including patient ID, flow rate and volume. If all the inputs are
design of the electronic circuit is complete, the next step inserted correctly then it will initiate the process of infusion
would be the development of the complete code for the Micro- and will continue until the desired time. The final algorithmic
Controller to take charge of all the desired activities of the approach of syringe pump has been shown in the flow chart
Syringe Pump accurately. represented in fig. 5.

IV. ALGORITHM DEVELOPMENT V. HARDWARE IMPLEMENTATION


Algorithmic development is one of the most critical steps in A. PCB Designing
designing any application as it is the set of instructions that After the development of the algorithm and schematics of
controls ―what‖, ―when‖ and ―how‖ to accomplish a task on a the electronic circuit, the next step was designing the PC
particular signal. The basic goal of this algorithm was to make Board for the electronic circuit (Fig. 6 and 7). ARES software
it less complex, more accurate and intelligent. Hence the from the same package as ISIS was used to transfer the
program first waits for the syringe to be attach to the patient schematics and to design its PC Board. With the development
and will then ask user to select either ―Manual Mode‖ or of the Printed Circuit Board of the circuit of Syringe Pump the
―Program Mode‖. Manual Mode is made such that the Syringe Engineering Process of Designing of the Electronic Circuit
Pump must be controlled with two switches on the keypads came to its probable end with all targets successfully achieved.

Th

Fig. 6. PCB View with Components Fig. 7. PCB Designing

978-1-5090-0332-7/15/$31.00 ©2015 IEEE 3 22-25 Oct 2015, Brasov, Romania


2015 IEEE 21st International Symposium for Design and Technology in Electronic Packaging (SIITME)

thing that is to be added in the syringe pump is the Serial RS-


232 Interface that may allow the engineers to update the
software of the microcontroller if any up-gradation in the code
occurs. The fourth and yet important idea for the near future is
the development of the GUI Software for the syringe pump
that it may be handled through a Personal Desktop Computer.

REFERENCES
[1] N. A. Kshirsagar, ―Drug Delivery Systems‖, Department of
ClinicalPharmacology, Indian Journal of Pharmacology, 2000.
Fig. 8. Mechanical Assembly
[2] Didier Maillefer, Stephan Gamper, ―High Performance Silicon
Micropump for Disposable Drug Delivery System‖,
B. Mechanical Assembly Institute of Microsystems, IEEE, 2001.
The materials used in the fabrication of the mechanical [3] P. K. Gaur, S. Mishra, ―Transdermal Drug Delivery System‖, Asian
Journal of Pharmaceutical and Clinical Research, Volume2,2009.
assembly of the syringe pump have been shown in fig. 8.
[4] Capes DF, Dunster KR, Sunderland VB, McMillan D, Colditz PB,
Aluminum blocks are used for the purpose of holding the McDonald C., ―Fluctuations in syringe pump infusions: association with
syringe and as a holder for the plunger to be moved by the blood pressure variations in infants.‖,Am J Health Syst Pharm. 1995
actuator. Polished and anodized aluminum plate is used as the Aug 1;52(15):1646-53.
base for the complete mechanism to provide the slide [5] Schulze KF, Graff M, Schimmel MS, Schenkman A, Rohan P.
mechanism with reasonable stability. Mild Steel Rod is used ―Physiologic oscillations produced by an infusion pump‖, J Pediatr
1983; 103: 796–8.
to make a screw for the proposed lead-screw mechanism. The
diameter of the rod selected in 6mm with the Pitch of the [6] Capes DF, Dunster KR, Sunderland VB, McMillan D, Colditz PB,
McDonald C. ―Fluctuations in syringe pump infusions: association with
screw being 1mm. Bushes are used for smooth movement. blood pressure variation in infants‖, Am J Health-Syst Pharm 1995; 52:
Bushes present in the Moving Block of syringe pump are 1646–53
made up of brass. Brass, usually copper alloyed with zinc, is [7] Klem SA, Farrington JM, Leff RD. ―Influence of infusion pump
easily shaped, stamped and deep drawn. It has excellent operation and flow rate on hemodynamic stability during epinephrine
forming and drawing properties and good strength. Three infusion‖, Crit Care Med 1993; 21: 1213–7
Thumb Screws are fabricated of Brass, two for tightening the [8] ECRI Institute 2008 Inspection and Preventive Maintenance for General
Purpose Infusion
Stainless Steel Plate that holds the Finger Tabs of the syringe Pumps Biomedical Benchmark™©
and one for tightening of the Thumb Tab on the moving block [9] ISO/IEC 60601-2-24 1998 Medical electrical equipment: Particular
whereas moving block slides over the rods which are made up requirements for the safety of infusion pumps and controller
of stainless steel. [10] D.M.Clarkson,‖ Accuracy estimations of testing of infusion devices
using weighing balances‖, Medical Engineering & Physics .
VI. CONCLUSION AND FUTURE WORK 2002 Volume 23, Issue 3, Pages 229–235
This report actually covers all the procedures of Research [11] Ilfeld B, Morey TE ,Kayser Enneking F ―The delivery rate accuracy of
portable infusion pumps used for continuous regional analgesia‖ Anesth
and Development of a Syringe Pump that started with the analg 2002 Nov; 95; 1331-1336
brainstorming of the concepts and comes to end with an [12] Fluke Corporation 2005 Operators Manual IDA4 Plus Infusion Pump
effective prototyping of a syringe pump. After fabrication of Analyzer
syringe pump it has been tested via clinical surveys where it [13] Bio-Tek Instruments INC 1997 IDA2 Plus: Operators Manual
was proved that it is capable of delivering volumes as small as [14] Wilkinson DA, Schofield NM. ―A potential hazard with Graseby 3000
0.1ml to as large as 12ml at delivery rates as small as 0.1ml/hr syringe pumps. ―, Anaesthesia, October 2003, vol. 58,1030.
to delivery rates as large as 999.9ml/hr with extra-ordinary [15] Christodoulou C. ―Incident with a Baxter AS40A syringe pump:
accuracy and precision with respect to both flow rate and vigilance is warranted‖, Can J Anaesth, 2004; vol. 51:185-6.
volume. [16] Derrick JL, Ho AM, Cho AM. ―Consequences of syringe size sensor
malfunction in a modern infusion pump‖, Anaesth Intensive Care,
There are several more ideas that are intended to be made 2003;31:75-9
into reality as far as the future perspective is concerned. The [17] Cardinal Health― info presentation „Pyxis Barcode Strategy―, 2004
first and the foremost is to add an option to select between [18] http://www.bbraunusa.com/images/bbraun_usa/Outlook_300_Sheet_RD
several syringe sizes that is required usually by the users. The 3.pdf. Last time viewed 2007 02 05.
second thing to be added is a Serial EEPROM in the project
that it may store the data in its memory and can be restored
even after the syringe pump is turned off. The third important

978-1-5090-0332-7/15/$31.00 ©2015 IEEE 4 22-25 Oct 2015, Brasov, Romania

View publication stats

You might also like