Skip to main content

social

pop

Design of an industrial sorting and counting machine | Olome Baudouin Ekute University of Bamenda

Design and realization of an automatic industrial sorting and counting machine

In order to present this project, this dissertation is divided into five chapters.
  •  Chapter 1: General introduction of the system.
  • Chapter 2: Review of related literature on the project and contents related to the project.
  • Chapter 3: Technological study of components (theoretical study, dimensioning of components and choice criterion).
  • Chapter 4: System simulation and practical implementation.
  • Chapter 5: Difficulties encountered, recommendations, future scope, and conclusion.

Get complete PDF, simulation, codes, and PCB design. Link at bottom

Problem statement 

In modern industry, the sorting of items or products into various categories by an automated system is of great importance in order to have competitive advantages in production speed, efficiency, production value and labour cost.
This project involves designing and realizing an automated industrial sorting machine which is able to sort and count the number of items into their various categories. For example, in an industry producing soaps of different sizes, the sorting machine can be used to group these soaps into their various categories.

Scope and objectives of the study

The objectives of this project is:
  • Sorting of two items on the basis of their respective height. With the height of the smaller item ranging from 3.5cm to 9cm and the bigger item ranging from 9.1cm to 20cm.
  • Counting the number of items sorted.
Using a PIC 16F877A microcontroller to implement the control of this system.

Overview

The machine consist of a conveyor belt which carries the items from the manufactured end, passing through a detector made of IR sensors which detects the category of the item. The item is then passed to the sorting compartment designed at one end of the conveyor belt in order for the items to be sorted. Once at the sorting compartment of the conveyor belt, the item is sorted into its category. The sorting is done with the use of two DC motor controlled linear arm actuators each corresponding to a specific category of item. The linear actuator which ejects in a single axes directs the item through a specific route into the next process or receptor. An LCD is used to display the number of items being sorted.

System block diagram
sorting and counting machine block diagram
System block diagram

Components used

The components used in designing this system are:
  • PIC microcontroller
  • Infra-red sensors
  • DC Motors
  • Motor driver
  • Liquid crystal display
  • Resistors, capacitors, diodes, etc.
  • Conveyor belt structure (Plastic belt, bearings, roller pipes, wooden/metallic framework)

Dimensioning of system components

Available in complete PDF

Flow chart 
sorting and counting machine flow chart
System flow chart

Circuit diagram and System simulation

Complete simulation, codes PCB design available. Check at bottom
sorting machine circuit diagram
sorting and counting machine circuit diagram
Circuit diagram

Realised piece

sorting and counting machine PCB design

industrial sorting and counting machine
Industrial sorting and counting machine
small conveyor belt frame

Click Here to get complete PDF, simulation, code and PCB design

Reference: Olome B.E. "design and realisation of an automatic industrial sorting machine", university of Bamenda, July 2019


Popular posts from this blog

How to Install Proteus 8 Professional: A Step-by-Step Guide

 How to Install Proteus 8 Professional: A Step-by-Step Guide Proteus 8 Professional is a powerful tool for electronic circuit design and simulation. Whether you’re a student, hobbyist, or professional engineer, following a clear installation process ensures you get started without headaches. Are you ready to start designing and simulating electronic circuits with Proteus 8 Professional!   Here’s a comprehensive, guide to installing Proteus 8 Professional on your Windows PC. Step 1: Download the Installer ·        Visit the official Labcenter Electronics website or another trusted source to download the Proteus 8 Professional installer. Avoid unofficial sources to prevent malware or corrupted files . You can download from HERE DOWNLOAD PROTEUS AND ARDUINO ·        The installer typically comes as a ZIP file. Wait for the download to finish and locate it in your Downloads folder Step 2: Extract the Installer...

Interfacing a 16X4 LCD

Interfacing 16X4 LCD Simulation is done with Proteus ISIS code: MikroC Requirements: 16X4 LCD PIC16F877A 8 MHz oscillator A variable resistor (5k) 22pF capacitor A resistor (10k) Circuit Diagram of 16X4 LCD and code is shown below  // Begin LCD configuration sbit LCD_RS_direction at TRISB0_bit; sbit LCD_EN_direction at TRISB1_bit; sbit LCD_D4_direction at TRISB2_bit; sbit LCD_D5_direction at TRISB3_bit; sbit LCD_D6_direction at TRISB4_bit; sbit LCD_D7_direction at TRISB5_bit; sbit LCD_RS at RB0_bit; sbit LCD_EN at RB1_bit; sbit LCD_D4 at RB2_bit; sbit LCD_D5 at RB3_bit; sbit LCD_D6 at RB4_bit; sbit LCD_D7 at RB5_bit; // End of LCD configuration void main() { char txt1[]="welcome to 16x4"; char txt2[]="LCD display";   char txt3[]="by"; char txt4[]=" EKETECH "; TRISB=0X00;   // Configure PORTB as output PORTB=0X00;        // initialise PORTB while(1)       ...

GCE Syllabus and Scheme of work Cameroon technical and general schools

Syllabus Electrical Technology ( for Electrotechnics, Electronics and Air-conditioning), Mechanical ( Automobile, sheet metal ), civil engineering (plumbing, wood works, building and public works), tailoring General education is also available down In Cameroon, a syllabus  is a guideline defining the structure and the content of a course. Have you be searching for this? Your problem is solved Download is available at the bottom page The scheme of work is a guide used to monitor the progress of a course based on an original plan. Hence it can be viewed as interpretation of a syllabus.  Teachers use it as a harmonised guide in a particular territory like in Cameroon , in order to attain the same general and specific objectives all over the educational institutions. Speciality include: Electrotechnics Electronics  Air-conditioning Title of module (Subjects): Electricity/Electronics. Its is commonly called in Cameroon ELEC-ELO Technology and Electrica...