Skip to main content

First meeting with the company

This blog will be an insight into our summer placement in a company which specialises in using automation to replace traditional manual-dispensing method, which is seen commonly behind the counter in pharmacies.

5/6
We arrived at the company. We were greeted by the company manager.we were given a tour around the office and being shown the robot that they used to store original pack medication in a managed space and to retrieve the packs at point of dispensing. Each type of pills is stored in a canister of its own.

When an order comes in the system. It retrieves the necessary amount of pills from each canister and processed.

(Usually, the patient needs to take multiple medications over a month or so, and also each drug may have different dosage, so maybe pill A needs to be taken two times a day -morning and evening and pill B only need to be taken once every two days. This brings importance to controlling the dosage and quantity of each pill as impreciseness of the dosage can be dangerous to the user's safety. )

After it is retrieved from each canister, the machine will process them and sort into different pouches as it is ordered by the patient's prescription so that the patient can safely ingest the right amount of each pill without worrying taking the incorrect amount of pills

The dispensing mechanisms of the canisters were briefly explained. The canister that is holding a specific type of pill has an opening at the bottom and a rotating device. The rotor(like a gear) has multiple teeth made on the edges, which is roughly the dimension of one tablet. So when the rotor spins, one pill will slide in and drop through the hole below one by one and be taken to the next stage of processing.

However, the problem is that the mechanism is not perfect. Sometimes it will get jammed as two pills happen to be stuck in the same teeth which stops the rotor from functioning or crush the tablet which is sticking out. As it is explained before, the wrong or indefinite dosage of medication can cause harm to the user's health. Therefore each pouch needs to go through quality control before it is delivered to its patients.

They have this machine which is equipped with two cameras. Every pouch will need to be checked before it will be packed and delivered. When each bag comes under the camera, multiple pictures are taken and processed to a computer which has a database which has the information on every pill in the robot. The photos of the pouches will be verified by the data on the database(dimensions of the pill, quantities, colour, etc.). If any of the pouches contain medicines that are non-verifiable to the system, it will send an alert and will need manual checking and permission for it to be marked correct.

Another problem is that each rotor only tailors to one specific type of pill. Additionally, Each rotor has to be specially made for a  particular pill. The rotor is interchangeable, so when needed, the rotor can be swapped out for another different sized pill.
However, it is costly to order these rotors and have them made as each of them can cost up to ~£80  each and new drugs are getting developed every day. It is inefficient and costly to manufacture a unique rotor for every single one of them as the ever-changing traits of the business. This will exponentially increase the cost of manufacturing.

We were asked to find a solution to this problem. The company has given us some ideas of what will help them resolve this issue.

It is ideal if there is a program where the user only needs to enter the dimension of pills they wanted to store in the container. Then the program automatically generates a CAD model of the rotor with appropriately sized teeth carved on the edge, which will fit the exact dimensions of the pill that the user typed in.



Comments

Popular posts from this blog

Investigation

Now we have to investigate the relating methods and topics that possibly help us find a solution. The goal is to find the most efficient way to bring low volume, accurate, fast turn around manufacturing in house. 4 axis CNC Milling/Routing: CNC stands for Computer numerical control. Numerical control is the automated control of machining tools and 3D printers by means of a computer. An NC machine alters a blank piece of material (plastic or thermoformed plastic ) to meet precise specifications by following programmed instructions and without a manual operator. Computer Numerical Control is different from typical PCs in the type of software used to control the machine, which is specially customized and programmed with G-Code — a specific CNC machine language that allows precise control of features like speed, location, coordination and feed rate. A 4-axis CNC machine operates on the X,Y and Z axes like a 3-axis machine, but it also includes rotation around the X-axis, whi...

2nd week

CAM mach3 has a cam software called lazycam so we will be using it to be able to make the Gcode for the Mach3. CNC machine software Mach3 and Mach4 software will be used to run the CNC Machine, also a CNC usb controller software comes with the usb that could also possibly work into the making a router. Design of router: The design of router will be based with autocad, due that was the advised software to use but later on, we will do a research about it Errors we countered and how did we solve the problems: We did the building and fixing of the new CNC machine CNC machine not having a manual, search online and to contact seller No CNC calibration manual, search online and to contact seller Broken Mill needles, the solution will be to buy more Milling needles

Types of CNC used

5 different types of CNC softwares have been used: Mach3, Mach4, USB CNC Controller and PlanetCNC Mach3 Mach3 CNC Controller software will convert your PC into a fully functional 6 axis CNC Controller. Mach3 is one of the most popular CNC Controllers for both DIY and Industrial machines. Mach3 works on most Windows PC’s to control the motion of motors (stepper & servo) by processing G-Code. Mach3 is a feature rich program which is also easy to use. It works with other programs and will import DXF files, generate G-Code, fully customizable. Works with CNC Routers, Milling Machines, Lathes, Plasma Cutters and Lasers. Mach4 Mach4 is completely new software with less than 1% of the programming code in common with Mach3. It was written from the ground up to be expandable, flexible, and extremely responsive for use with very large files. Mach3 was designed for simple hobby machines and still serves this purpose well.  When quality, speed, and the ability to use or le...