Inspiration

Semiconductor manufacturing consists of sophisticated, state of the art, 1000s of equipment. A multitude of IIoT sensors provides information about the equipment performance, which are analyzed using control charts. Daily review of these charts is essential to maintain high-quality standards of products. There are 200+ charts to be captured every day, doing this manually needs 5000+ annual hours. Due to time constraints very few critical charts were captured.

What it does

  1. FDC system (Fault Detection and Classification) gets data from IIoT sensors of equipment and plots Charts. FDC Database has the list of Chart IDs that have spiked or exceeded above-set limits
  2. RPA gets the list of Chart IDs that are out of control from FDC Database
  3. RPA logs in to FDC UI, enters Chart ID and Date range
  4. RPA takes snapshot of the chart that appears in the UI and saves the image to specified folder
  5. Saved Images are then appended to PowerPoint File for review of Engineering Team. This File helps the team provide quick corrective actions to avoid equipment downtime and any degradation in product quality

How we built it

  1. We gathered the pain points of Equipment Engineers in creating the report of OOC (Out Of Control) charts
  2. Detailed Requirement Analysis was done. Hybrid solution of RPA and python was suggested. RPA to take the OOC charts’ screenshots and python to collate the image files into PowerPoint.
  3. Bot account access was obtained for FDC Database and Front End
  4. Bot used Database Commands to extract list of Chart IDs
  5. Bot used Object Cloning commands for front end operations of FDC

Challenges we ran into

Automation Anywhere product limitation in creating PowerPoint File from the Chart Image Files. To solve this python script was written.

Accomplishments that we're proud of

We are proud of improving our manufacturing quality by helping in analysis of equipment performance

What we learned

We learnt how to utilize RPA to solve our manufacturing operations problem

Built With

Share this project:

Updates