Analysis Tool for Industrial Images


Team

Table of Contents

  1. Problem Overview
  2. Existing System
  3. Proposed System
  4. Analysis Tool
  5. Dashboard
  6. Machine Learning
  7. Backend
  8. Links

Problem Overview

The injection molding manufacturing process is used for producing parts by injecting molten material into a mold.In our specific use case, we focus on plastic injection molding.One of the common problems in this process is when plastic residue gets stuck or left behind in the mold.Thus leading to damages to the mold , defects in products and ultimately resulting in unwanted business costs.

Current Implementation

The above issue is mainly handled by checking the molds manually on each iteration. This has become a heavy burden as it costs time and money to supply this labor at a high frequency. These machines are highly capable of working on full automatic but this issue has caused a significant overhead in the manufacturing process.As a solution, a device was built to capture images of the mold in near IR frequency to check for stuck particles. Currently, this is being implemented to mitigate this issue.The implementation is purely run to check for defects using an image processing algorithm with a given set of parameters.The problem here is that although this implementation has proven to be a better alternative there is a limitation at which how effective or how true the results from this device is Currently, the built device only gives out a binary output as positive a negative. Since there is a limitation for the flexibility of the used algorithm is these results do not always turn out to be true. Hence our focus is to elevate the performance of the implemented device to produce better results.

Proposed System

As a solution, we aim to provide a tool to provide statistical data representing to be used to show the effectiveness of the algorithm.Here we would change parameters such as threshold values for identifying particle sizes. For this we will be using the images captured from the device and manually labelled image sets. As a second part of the implementation, a dashboard to centrally view all the statistical data pertaining to different machines will be created. So that a better management of the facility can be maintained. With the proposed solution we will be able to improve the performance of the current implementation and as a result, improve the overall benefits. We will be able to have better confirmation of the errors / defects with higher assurance. We wil be able to minimize the cost of labour as the frequency of mold checks/ cleaning gets minimized and increase the overall output of the machines. The minimal maintenance cost wil be significantly lower than the high price to be paid for damaged molds. With the added improvements to the device, the whole operation will ultimately be able to work on its maximum rated speed without any interference.

Analysis Tool

The Analysis Tool is built to get statistical data of the implemented algorithm. The tool automatically sets threshold values for given datasets and outputs statistical data. The current implementation is written with python using modules for file reading and system access.

Dashboard

Used to visualize the data provided by the tool for multiple machines.

Machine Learning

Backend

Backend is build using nodejs for the servers , MySQL for the database and ExpressJS for the REST API.