SlideShare a Scribd company logo
1 of 41
1
Automating the Seal Leak Testing
Food Storage Containers:
Lisa Gardner
7/30/2018
Design Engineering Intern
Manager – Chris May
Graduating May 2019
Introduction
• Project Deliverables
• Overview of Existing Leak Test
Deep Dive
• Developing the Testing Apparatus
• Correlation to Existing Leak Test
• Updated Test Procedure
Future Steps
• Apparatus Recommendations
• Testing Procedure Recommendations
Overall Newell
Experience
• Lessons Learned
• Resources Used Throughout Project
2
Presentation Agenda
3
The Project
Automate our leak testing procedure
Improve current procedure
Create test fixture
Price final apparatus
Design the fixture in Creo
Company Impact
Why Is it Important? Allows us to free up technician’s time,
so we can do more robust testing.
Makes our tests more standardized and our
results more reproducible.
10,000-15,000leak tests per year
251work days in a year (excluding National holidays)
90 seconds per test (including set-up)
60 tests per workday, 375 hours annually, and $13,125* spent annually
*Based on the average hourly wage of a contracted technician (approximately $35)
4
Removed to not reveal company information
5
Overview of
Existing Leak Test
6
Existing Procedure
50% filled
with water
Rotated on all
4 sides
PASS: ≤ 5 drips per side or < 20 drips total
Removed to not reveal company information
7
Products in Scope
FreshWorks Premier Brilliance*
EFL TakeAlongsLock-Its
*Because of its leak-proof claim, Brilliance undergoes the Walmart leak test of 4 90 degree rotations for 30 minutes on each side
7
8
Developing the
Testing Apparatus
9
Final Apparatus: Exploded View
Steel Plate
Steel Plate Holder
Mounting Disk
IR Drip Sensor Holder
Water Droplet Funnel
IR Rotation Sensor
Gears
Screen & Start Button
Estimated Cost: $180.87 9
10
Container Attachment Method
Max Breakaway
Force: 95 lbf
Estimated Shear
Force: 10 lbf
Max Breakaway
Force: 150 lbf
Estimated Shear
Force: 16 lbf
Chosen Method: Magnets
Max Force of
Container Weight: 12 lbf
Moment
Force Due
to Gravity
STEP 1
11
Container Attachment Method
Fill container
50% with water
Position magnet in the center of
the container and turn it on
Attach the lid
Mount the container
on the apparatus
STEP 1 STEP 2 STEP 3 STEP 4
Steel Plate
12
Container Attachment Method Adaptation
Steel Plate
d = distance between magnet and steel plate
13
Rotating the Container & Collecting Drips
Hardware Software 13
14
Creating the Apparatus: Hardware
DC Motor IR Sensors Push ButtonH Bridge
Gears Power Source 8020 Aluminum
Microcontroller
Steel Plate
& Magnet
Wires, Resistors,
& Flyback Diode
Water Collection
Funnel
OLED Screen
15
Software
16
Stopping Rotation at 90 Degrees
IR Sensor
17
Code
90 degree rotations with 10 second pause
Printing the drips
30 seconds of continuous rotation
Displaying final results and resetting the test
18
Drop Collection
1 drop detected
IR Sensor
19
Drop Collection Code Adaptation
Rotate to 90 degree position
Stop
Check for drops
Delay 10 seconds
Total drops detected: 0
If there is a drop, update the
total number of drops
Typical Code Execution
= 1 drip passed in front
of the IR sensor
This code checks for
drops one time.
20
Drop Collection Code Adaptation
Final Code Execution
Rotate to 90 degree position
Stop
Delay 10 seconds
If a is detected, the
code executes the
update line and then
returns to the main code
Check for drops
If there is a drop, update
the total number of drops
Total drops detected: 5= 1 drip passed in front
of the IR sensor
This code checks for
drops continuously.
21
Completed Test Apparatus
21
22
Correlation to
Existing Leak Test
23
Does the Magnet Change the Seal?
Sizes: 0.5 cups, 1.3 cups, & 3.2 cups Size: 5 cups
Trial Total Drops by Hand Total Drops by Apparatus
1 0 0
2 0 0
3 0 0
4 0 0
5 0 0
6 0 0
Trial Total Drops by Hand Total Drops by Apparatus
1 0 0
2 0 0
3 0 0
4 0 0
5 0 0
6 0 0
23
24
Leaking Container Comparison
4
0
Stream
0 0 0
4
1
0 0 0 0
1 2 3 4 5 6
DROPS
TRIALS
NUMBER OF DROPS BY HAND AND
BY APPARATUS ON ONE SIDE
Drops by Hand Drops by Apparatus
This Sistema TakeAlongs pre-production container leaked inconsistently from
trial to trial even when the method of drop collection was held constant.
24
25
Updated Test Procedure
26
Adapted to New Apparatus
Standardize closing the lid of
the container to reduce
variation in results by burping
the lid and by lining up
Rubbermaid logos.
26
27
Recommendations
28
Benchmarking the Two Tests
Test Method
Maintains
integrity of
container for
use in future
testing
Consumer
Relevant
Standardized
Drop Collection
Requires
minimal work
of technician
Does not affect
seal by creating
false forces
Testing by Hand
Testing Using
Apparatus
Resting containers on a surface with the lid hanging off creates
another force that could change the integrity of the seal.
The testing apparatus saves time, standardizes drop collection, and
maintains the integrity of the seal and the container.
28
Company Impact
10,000-15,000leak tests per year
92 seconds per hand-held test*
46 seconds for test apparatus set-up
50% reduction in time where the technician is needed
$6,562.50 saved annually just on time spent testing
+ increased technician productivity
+ standardization could reduce number of production cycles
+ higher quality products
*includes putting on the lid
29
Removed to not reveal company information
30
Future Steps: Testing Apparatus
• Conduct a usability study with
technicians
• Waterproof and encapsulate device to
increase safety
• Estimate lifespan of the device
• Add code that allows for data export
directly to Excel
• Add code that gives more information
to product engineers
30
31
Future Steps: Overall Leak Testing
• Automate lid attachment to increase
test result reproducibility
• Pursue a better, more rigorous testing
plan where samples are tested
multiple times
• Minimize human error wherever
possible, so that we can have higher
confidence in our results
31
34
Thank You
Thank you
35
Questions?
Appendix
36
37
Costing
38
CAD Model
Steel Plate
Steel Plate Holder
Mounting Disk
IR Drip Sensor Holder
Water Droplet FunnelIR Rotation Sensor
Gears
Screen & Start Button
40
Alternative Ways to Test Leak Proof Containers
Tim Wong and Josh Rivera have worked previously on other ways
to leak test, but these have involved permanently modifying the
container and were difficult to correlate to our existing tests.
40
41
Understanding the motor’s ability to hold containers
STEP 1 STEP 2 STEP 3
STEP 4
41
42
Magnet Usability
Magnetic Field
with Magnet “ON”
Magnetic Field
with Magnet “OFF”
The ability to turn the magnetic field on and off means that
technicians will not have to pry the containers off of the apparatus
43
Determining a Pass/Fail In the Code
There are two ways a
container can fail. If
neither of those failure
criteria is met, then the
container passes.
Failure #1: There are more than 20
drops total
Failure #2: There are more than 5
drops on any of all four sides
44
Schematic Diagram
OLED Screen
Microcontroller
Motor Driver (H Bridge)
Motor
IR
Sensor
IR
Sensor
44

More Related Content

What's hot

C-0131 Mechanical Calibration
C-0131 Mechanical CalibrationC-0131 Mechanical Calibration
C-0131 Mechanical CalibrationMaxpromotion
 
NDT for boilers by LABORELEC
NDT for boilers by LABORELECNDT for boilers by LABORELEC
NDT for boilers by LABORELECOsama Lari
 
LEV....beyond the basics
LEV....beyond the basicsLEV....beyond the basics
LEV....beyond the basicsAdrian Sims
 
How to Ensure Safety and Efficiency in Stormwater Sampling
How to Ensure Safety and Efficiency in Stormwater SamplingHow to Ensure Safety and Efficiency in Stormwater Sampling
How to Ensure Safety and Efficiency in Stormwater SamplingTriumvirate Environmental
 
Basic Datalogger Water Level Measurement
Basic Datalogger Water Level MeasurementBasic Datalogger Water Level Measurement
Basic Datalogger Water Level MeasurementHydroG Resources
 
Corrocoat USA Lowers Costs and Increases Reliability at Chemical Plant
Corrocoat USA Lowers Costs and Increases Reliability at Chemical PlantCorrocoat USA Lowers Costs and Increases Reliability at Chemical Plant
Corrocoat USA Lowers Costs and Increases Reliability at Chemical PlantEd Cilli
 
Water Quality Monitor - Sensor Check Procedures
Water Quality Monitor - Sensor Check ProceduresWater Quality Monitor - Sensor Check Procedures
Water Quality Monitor - Sensor Check ProceduresSeaBirdScientific
 
Sample rel assement a company -sov reliability assessment criteria
Sample rel assement   a company -sov reliability assessment criteriaSample rel assement   a company -sov reliability assessment criteria
Sample rel assement a company -sov reliability assessment criteriaTom Jacyszyn
 
C-0715 Electro-Technical Calibration
C-0715 Electro-Technical CalibrationC-0715 Electro-Technical Calibration
C-0715 Electro-Technical CalibrationMaxpromotion
 
Accab Certificate & Scope
Accab Certificate & ScopeAccab Certificate & Scope
Accab Certificate & ScopeMaxpromotion
 
AIHce 2015 PBZ monitoing and wipe sampling for lead BY Prashanth K
AIHce 2015 PBZ monitoing and wipe sampling for lead BY Prashanth KAIHce 2015 PBZ monitoing and wipe sampling for lead BY Prashanth K
AIHce 2015 PBZ monitoing and wipe sampling for lead BY Prashanth KKartik Vora
 
C-0440 Thermal Calibration
C-0440 Thermal CalibrationC-0440 Thermal Calibration
C-0440 Thermal CalibrationMaxpromotion
 
Some critical facets in air pollution
Some critical facets in air pollutionSome critical facets in air pollution
Some critical facets in air pollutionECRD2015
 
Alps leak testing highlights
Alps leak testing highlights Alps leak testing highlights
Alps leak testing highlights Industry Network
 
Bridging the Gap in Flow Measurement
Bridging the Gap in Flow MeasurementBridging the Gap in Flow Measurement
Bridging the Gap in Flow MeasurementBailey LeRoux
 

What's hot (20)

C-0131 Mechanical Calibration
C-0131 Mechanical CalibrationC-0131 Mechanical Calibration
C-0131 Mechanical Calibration
 
Itp
ItpItp
Itp
 
NDT for boilers by LABORELEC
NDT for boilers by LABORELECNDT for boilers by LABORELEC
NDT for boilers by LABORELEC
 
LEV....beyond the basics
LEV....beyond the basicsLEV....beyond the basics
LEV....beyond the basics
 
How to Ensure Safety and Efficiency in Stormwater Sampling
How to Ensure Safety and Efficiency in Stormwater SamplingHow to Ensure Safety and Efficiency in Stormwater Sampling
How to Ensure Safety and Efficiency in Stormwater Sampling
 
Basic Datalogger Water Level Measurement
Basic Datalogger Water Level MeasurementBasic Datalogger Water Level Measurement
Basic Datalogger Water Level Measurement
 
Corrocoat USA Lowers Costs and Increases Reliability at Chemical Plant
Corrocoat USA Lowers Costs and Increases Reliability at Chemical PlantCorrocoat USA Lowers Costs and Increases Reliability at Chemical Plant
Corrocoat USA Lowers Costs and Increases Reliability at Chemical Plant
 
Water Quality Monitor - Sensor Check Procedures
Water Quality Monitor - Sensor Check ProceduresWater Quality Monitor - Sensor Check Procedures
Water Quality Monitor - Sensor Check Procedures
 
P2 P
P2 PP2 P
P2 P
 
Sample rel assement a company -sov reliability assessment criteria
Sample rel assement   a company -sov reliability assessment criteriaSample rel assement   a company -sov reliability assessment criteria
Sample rel assement a company -sov reliability assessment criteria
 
OxygenBottleA3
OxygenBottleA3OxygenBottleA3
OxygenBottleA3
 
C-0715 Electro-Technical Calibration
C-0715 Electro-Technical CalibrationC-0715 Electro-Technical Calibration
C-0715 Electro-Technical Calibration
 
Accab Certificate & Scope
Accab Certificate & ScopeAccab Certificate & Scope
Accab Certificate & Scope
 
AIHce 2015 PBZ monitoing and wipe sampling for lead BY Prashanth K
AIHce 2015 PBZ monitoing and wipe sampling for lead BY Prashanth KAIHce 2015 PBZ monitoing and wipe sampling for lead BY Prashanth K
AIHce 2015 PBZ monitoing and wipe sampling for lead BY Prashanth K
 
C-0440 Thermal Calibration
C-0440 Thermal CalibrationC-0440 Thermal Calibration
C-0440 Thermal Calibration
 
qPCR rapid Legionella test
qPCR rapid Legionella testqPCR rapid Legionella test
qPCR rapid Legionella test
 
Some critical facets in air pollution
Some critical facets in air pollutionSome critical facets in air pollution
Some critical facets in air pollution
 
Alps leak testing highlights
Alps leak testing highlights Alps leak testing highlights
Alps leak testing highlights
 
Resume
ResumeResume
Resume
 
Bridging the Gap in Flow Measurement
Bridging the Gap in Flow MeasurementBridging the Gap in Flow Measurement
Bridging the Gap in Flow Measurement
 

Similar to Automating Leak Testing

PAT for packaging real time monitoring of pharmaceutical bottles’ induction s...
PAT for packaging real time monitoring of pharmaceutical bottles’ induction s...PAT for packaging real time monitoring of pharmaceutical bottles’ induction s...
PAT for packaging real time monitoring of pharmaceutical bottles’ induction s...PT Asia Limited
 
DIR Technologies | PAT for Packaging by Fabian Schapiro
DIR Technologies | PAT for Packaging by Fabian SchapiroDIR Technologies | PAT for Packaging by Fabian Schapiro
DIR Technologies | PAT for Packaging by Fabian SchapiroDIR Technologies
 
validation HPLC and HPTLC D-A star.pptx
validation HPLC and HPTLC D-A star.pptxvalidation HPLC and HPTLC D-A star.pptx
validation HPLC and HPTLC D-A star.pptxDevaPundkar
 
Lean Supply Chain Management--by JULIAN KALAC
Lean Supply Chain Management--by JULIAN KALACLean Supply Chain Management--by JULIAN KALAC
Lean Supply Chain Management--by JULIAN KALACJulian Kalac P.Eng
 
CD 2016 March - Advisian Showcase
CD 2016 March - Advisian ShowcaseCD 2016 March - Advisian Showcase
CD 2016 March - Advisian ShowcaseComit Projects Ltd
 
A practical approach to pharmaceutical HVAC energy reduction
A practical approach to pharmaceutical HVAC energy reductionA practical approach to pharmaceutical HVAC energy reduction
A practical approach to pharmaceutical HVAC energy reductionEECO2
 
Verifying Performance and Capability of New Technology for Surface and Subsur...
Verifying Performance and Capability of New Technology for Surface and Subsur...Verifying Performance and Capability of New Technology for Surface and Subsur...
Verifying Performance and Capability of New Technology for Surface and Subsur...Society of Petroleum Engineers
 
Velocys ppt140813_ENFL-ACS_2014
Velocys ppt140813_ENFL-ACS_2014Velocys ppt140813_ENFL-ACS_2014
Velocys ppt140813_ENFL-ACS_2014John Glenning
 
Safe Hose Assemble: From Factory to Field
Safe Hose Assemble: From Factory to FieldSafe Hose Assemble: From Factory to Field
Safe Hose Assemble: From Factory to FieldDesign World
 
Agr Field Operations Pipeline Inspection
Agr Field Operations Pipeline InspectionAgr Field Operations Pipeline Inspection
Agr Field Operations Pipeline Inspectionjsthetford
 
Equipment validation
Equipment validationEquipment validation
Equipment validationGaurav Kr
 
Verifying Performance and Capability of New Technology for Surface and Subsur...
Verifying Performance and Capability of New Technology for Surface and Subsur...Verifying Performance and Capability of New Technology for Surface and Subsur...
Verifying Performance and Capability of New Technology for Surface and Subsur...Society of Petroleum Engineers
 
Integrity Test Troubleshooting – Beyond Rewet and Retest
Integrity Test Troubleshooting – Beyond Rewet and RetestIntegrity Test Troubleshooting – Beyond Rewet and Retest
Integrity Test Troubleshooting – Beyond Rewet and RetestMerck Life Sciences
 
TESTING OF COST-EFFECTIVE LEAK LOCALIZATION METHOD
TESTING OF COST-EFFECTIVE LEAK LOCALIZATION METHODTESTING OF COST-EFFECTIVE LEAK LOCALIZATION METHOD
TESTING OF COST-EFFECTIVE LEAK LOCALIZATION METHODiQHub
 
MCEM-S23-JT-EX03-GD (1).pptx
MCEM-S23-JT-EX03-GD (1).pptxMCEM-S23-JT-EX03-GD (1).pptx
MCEM-S23-JT-EX03-GD (1).pptxNisargPatel608768
 

Similar to Automating Leak Testing (20)

Final ABET Presentation
Final ABET PresentationFinal ABET Presentation
Final ABET Presentation
 
PAT for packaging real time monitoring of pharmaceutical bottles’ induction s...
PAT for packaging real time monitoring of pharmaceutical bottles’ induction s...PAT for packaging real time monitoring of pharmaceutical bottles’ induction s...
PAT for packaging real time monitoring of pharmaceutical bottles’ induction s...
 
DIR Technologies | PAT for Packaging by Fabian Schapiro
DIR Technologies | PAT for Packaging by Fabian SchapiroDIR Technologies | PAT for Packaging by Fabian Schapiro
DIR Technologies | PAT for Packaging by Fabian Schapiro
 
Alpla_EKTHA.pptx
Alpla_EKTHA.pptxAlpla_EKTHA.pptx
Alpla_EKTHA.pptx
 
validation HPLC and HPTLC D-A star.pptx
validation HPLC and HPTLC D-A star.pptxvalidation HPLC and HPTLC D-A star.pptx
validation HPLC and HPTLC D-A star.pptx
 
Lean Supply Chain Management--by JULIAN KALAC
Lean Supply Chain Management--by JULIAN KALACLean Supply Chain Management--by JULIAN KALAC
Lean Supply Chain Management--by JULIAN KALAC
 
CD 2016 March - Advisian Showcase
CD 2016 March - Advisian ShowcaseCD 2016 March - Advisian Showcase
CD 2016 March - Advisian Showcase
 
A practical approach to pharmaceutical HVAC energy reduction
A practical approach to pharmaceutical HVAC energy reductionA practical approach to pharmaceutical HVAC energy reduction
A practical approach to pharmaceutical HVAC energy reduction
 
6 Ways to Speed Up App Testing
6 Ways to Speed Up App Testing6 Ways to Speed Up App Testing
6 Ways to Speed Up App Testing
 
Sop bacteria
Sop bacteriaSop bacteria
Sop bacteria
 
Verifying Performance and Capability of New Technology for Surface and Subsur...
Verifying Performance and Capability of New Technology for Surface and Subsur...Verifying Performance and Capability of New Technology for Surface and Subsur...
Verifying Performance and Capability of New Technology for Surface and Subsur...
 
Velocys ppt140813_ENFL-ACS_2014
Velocys ppt140813_ENFL-ACS_2014Velocys ppt140813_ENFL-ACS_2014
Velocys ppt140813_ENFL-ACS_2014
 
Safe Hose Assemble: From Factory to Field
Safe Hose Assemble: From Factory to FieldSafe Hose Assemble: From Factory to Field
Safe Hose Assemble: From Factory to Field
 
Pilot Plant.pptx
Pilot Plant.pptxPilot Plant.pptx
Pilot Plant.pptx
 
Agr Field Operations Pipeline Inspection
Agr Field Operations Pipeline InspectionAgr Field Operations Pipeline Inspection
Agr Field Operations Pipeline Inspection
 
Equipment validation
Equipment validationEquipment validation
Equipment validation
 
Verifying Performance and Capability of New Technology for Surface and Subsur...
Verifying Performance and Capability of New Technology for Surface and Subsur...Verifying Performance and Capability of New Technology for Surface and Subsur...
Verifying Performance and Capability of New Technology for Surface and Subsur...
 
Integrity Test Troubleshooting – Beyond Rewet and Retest
Integrity Test Troubleshooting – Beyond Rewet and RetestIntegrity Test Troubleshooting – Beyond Rewet and Retest
Integrity Test Troubleshooting – Beyond Rewet and Retest
 
TESTING OF COST-EFFECTIVE LEAK LOCALIZATION METHOD
TESTING OF COST-EFFECTIVE LEAK LOCALIZATION METHODTESTING OF COST-EFFECTIVE LEAK LOCALIZATION METHOD
TESTING OF COST-EFFECTIVE LEAK LOCALIZATION METHOD
 
MCEM-S23-JT-EX03-GD (1).pptx
MCEM-S23-JT-EX03-GD (1).pptxMCEM-S23-JT-EX03-GD (1).pptx
MCEM-S23-JT-EX03-GD (1).pptx
 

More from Elizabeth (Lisa) Gardner

Using Engineering Methods During Intervention Design to Increase Participant ...
Using Engineering Methods During Intervention Design to Increase Participant ...Using Engineering Methods During Intervention Design to Increase Participant ...
Using Engineering Methods During Intervention Design to Increase Participant ...Elizabeth (Lisa) Gardner
 
A Call for Research Exploring Social Media Influences on Mother's Child Feedi...
A Call for Research Exploring Social Media Influences on Mother's Child Feedi...A Call for Research Exploring Social Media Influences on Mother's Child Feedi...
A Call for Research Exploring Social Media Influences on Mother's Child Feedi...Elizabeth (Lisa) Gardner
 
Tweeting differently: A case study comparing @MyPlate and @FoodNetwork
Tweeting differently: A case study comparing @MyPlate and @FoodNetworkTweeting differently: A case study comparing @MyPlate and @FoodNetwork
Tweeting differently: A case study comparing @MyPlate and @FoodNetworkElizabeth (Lisa) Gardner
 
Parental Financial Assistance, Paid Work, and Undergraduate Campus Involvemen...
Parental Financial Assistance, Paid Work, and Undergraduate Campus Involvemen...Parental Financial Assistance, Paid Work, and Undergraduate Campus Involvemen...
Parental Financial Assistance, Paid Work, and Undergraduate Campus Involvemen...Elizabeth (Lisa) Gardner
 
Students' Time Use During Their First Year at College is Associated with Enga...
Students' Time Use During Their First Year at College is Associated with Enga...Students' Time Use During Their First Year at College is Associated with Enga...
Students' Time Use During Their First Year at College is Associated with Enga...Elizabeth (Lisa) Gardner
 
Using Design Thinking to Facilitate Students' Transition to College
Using Design Thinking to Facilitate Students' Transition to CollegeUsing Design Thinking to Facilitate Students' Transition to College
Using Design Thinking to Facilitate Students' Transition to CollegeElizabeth (Lisa) Gardner
 

More from Elizabeth (Lisa) Gardner (11)

Baby Weaning Poster
Baby Weaning PosterBaby Weaning Poster
Baby Weaning Poster
 
Healthy Kids Poster
Healthy Kids PosterHealthy Kids Poster
Healthy Kids Poster
 
HUDDIL Poster
HUDDIL PosterHUDDIL Poster
HUDDIL Poster
 
Using Engineering Methods During Intervention Design to Increase Participant ...
Using Engineering Methods During Intervention Design to Increase Participant ...Using Engineering Methods During Intervention Design to Increase Participant ...
Using Engineering Methods During Intervention Design to Increase Participant ...
 
Don't Drive Intexticated
Don't Drive IntexticatedDon't Drive Intexticated
Don't Drive Intexticated
 
ABLE to Pursue Their Own Happiness
ABLE to Pursue Their Own HappinessABLE to Pursue Their Own Happiness
ABLE to Pursue Their Own Happiness
 
A Call for Research Exploring Social Media Influences on Mother's Child Feedi...
A Call for Research Exploring Social Media Influences on Mother's Child Feedi...A Call for Research Exploring Social Media Influences on Mother's Child Feedi...
A Call for Research Exploring Social Media Influences on Mother's Child Feedi...
 
Tweeting differently: A case study comparing @MyPlate and @FoodNetwork
Tweeting differently: A case study comparing @MyPlate and @FoodNetworkTweeting differently: A case study comparing @MyPlate and @FoodNetwork
Tweeting differently: A case study comparing @MyPlate and @FoodNetwork
 
Parental Financial Assistance, Paid Work, and Undergraduate Campus Involvemen...
Parental Financial Assistance, Paid Work, and Undergraduate Campus Involvemen...Parental Financial Assistance, Paid Work, and Undergraduate Campus Involvemen...
Parental Financial Assistance, Paid Work, and Undergraduate Campus Involvemen...
 
Students' Time Use During Their First Year at College is Associated with Enga...
Students' Time Use During Their First Year at College is Associated with Enga...Students' Time Use During Their First Year at College is Associated with Enga...
Students' Time Use During Their First Year at College is Associated with Enga...
 
Using Design Thinking to Facilitate Students' Transition to College
Using Design Thinking to Facilitate Students' Transition to CollegeUsing Design Thinking to Facilitate Students' Transition to College
Using Design Thinking to Facilitate Students' Transition to College
 

Recently uploaded

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 

Recently uploaded (20)

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 

Automating Leak Testing

  • 1. 1 Automating the Seal Leak Testing Food Storage Containers: Lisa Gardner 7/30/2018 Design Engineering Intern Manager – Chris May Graduating May 2019
  • 2. Introduction • Project Deliverables • Overview of Existing Leak Test Deep Dive • Developing the Testing Apparatus • Correlation to Existing Leak Test • Updated Test Procedure Future Steps • Apparatus Recommendations • Testing Procedure Recommendations Overall Newell Experience • Lessons Learned • Resources Used Throughout Project 2 Presentation Agenda
  • 3. 3 The Project Automate our leak testing procedure Improve current procedure Create test fixture Price final apparatus Design the fixture in Creo
  • 4. Company Impact Why Is it Important? Allows us to free up technician’s time, so we can do more robust testing. Makes our tests more standardized and our results more reproducible. 10,000-15,000leak tests per year 251work days in a year (excluding National holidays) 90 seconds per test (including set-up) 60 tests per workday, 375 hours annually, and $13,125* spent annually *Based on the average hourly wage of a contracted technician (approximately $35) 4 Removed to not reveal company information
  • 6. 6 Existing Procedure 50% filled with water Rotated on all 4 sides PASS: ≤ 5 drips per side or < 20 drips total Removed to not reveal company information
  • 7. 7 Products in Scope FreshWorks Premier Brilliance* EFL TakeAlongsLock-Its *Because of its leak-proof claim, Brilliance undergoes the Walmart leak test of 4 90 degree rotations for 30 minutes on each side 7
  • 9. 9 Final Apparatus: Exploded View Steel Plate Steel Plate Holder Mounting Disk IR Drip Sensor Holder Water Droplet Funnel IR Rotation Sensor Gears Screen & Start Button Estimated Cost: $180.87 9
  • 10. 10 Container Attachment Method Max Breakaway Force: 95 lbf Estimated Shear Force: 10 lbf Max Breakaway Force: 150 lbf Estimated Shear Force: 16 lbf Chosen Method: Magnets Max Force of Container Weight: 12 lbf Moment Force Due to Gravity
  • 11. STEP 1 11 Container Attachment Method Fill container 50% with water Position magnet in the center of the container and turn it on Attach the lid Mount the container on the apparatus STEP 1 STEP 2 STEP 3 STEP 4
  • 12. Steel Plate 12 Container Attachment Method Adaptation Steel Plate d = distance between magnet and steel plate
  • 13. 13 Rotating the Container & Collecting Drips Hardware Software 13
  • 14. 14 Creating the Apparatus: Hardware DC Motor IR Sensors Push ButtonH Bridge Gears Power Source 8020 Aluminum Microcontroller Steel Plate & Magnet Wires, Resistors, & Flyback Diode Water Collection Funnel OLED Screen
  • 16. 16 Stopping Rotation at 90 Degrees IR Sensor
  • 17. 17 Code 90 degree rotations with 10 second pause Printing the drips 30 seconds of continuous rotation Displaying final results and resetting the test
  • 18. 18 Drop Collection 1 drop detected IR Sensor
  • 19. 19 Drop Collection Code Adaptation Rotate to 90 degree position Stop Check for drops Delay 10 seconds Total drops detected: 0 If there is a drop, update the total number of drops Typical Code Execution = 1 drip passed in front of the IR sensor This code checks for drops one time.
  • 20. 20 Drop Collection Code Adaptation Final Code Execution Rotate to 90 degree position Stop Delay 10 seconds If a is detected, the code executes the update line and then returns to the main code Check for drops If there is a drop, update the total number of drops Total drops detected: 5= 1 drip passed in front of the IR sensor This code checks for drops continuously.
  • 23. 23 Does the Magnet Change the Seal? Sizes: 0.5 cups, 1.3 cups, & 3.2 cups Size: 5 cups Trial Total Drops by Hand Total Drops by Apparatus 1 0 0 2 0 0 3 0 0 4 0 0 5 0 0 6 0 0 Trial Total Drops by Hand Total Drops by Apparatus 1 0 0 2 0 0 3 0 0 4 0 0 5 0 0 6 0 0 23
  • 24. 24 Leaking Container Comparison 4 0 Stream 0 0 0 4 1 0 0 0 0 1 2 3 4 5 6 DROPS TRIALS NUMBER OF DROPS BY HAND AND BY APPARATUS ON ONE SIDE Drops by Hand Drops by Apparatus This Sistema TakeAlongs pre-production container leaked inconsistently from trial to trial even when the method of drop collection was held constant. 24
  • 26. 26 Adapted to New Apparatus Standardize closing the lid of the container to reduce variation in results by burping the lid and by lining up Rubbermaid logos. 26
  • 28. 28 Benchmarking the Two Tests Test Method Maintains integrity of container for use in future testing Consumer Relevant Standardized Drop Collection Requires minimal work of technician Does not affect seal by creating false forces Testing by Hand Testing Using Apparatus Resting containers on a surface with the lid hanging off creates another force that could change the integrity of the seal. The testing apparatus saves time, standardizes drop collection, and maintains the integrity of the seal and the container. 28
  • 29. Company Impact 10,000-15,000leak tests per year 92 seconds per hand-held test* 46 seconds for test apparatus set-up 50% reduction in time where the technician is needed $6,562.50 saved annually just on time spent testing + increased technician productivity + standardization could reduce number of production cycles + higher quality products *includes putting on the lid 29 Removed to not reveal company information
  • 30. 30 Future Steps: Testing Apparatus • Conduct a usability study with technicians • Waterproof and encapsulate device to increase safety • Estimate lifespan of the device • Add code that allows for data export directly to Excel • Add code that gives more information to product engineers 30
  • 31. 31 Future Steps: Overall Leak Testing • Automate lid attachment to increase test result reproducibility • Pursue a better, more rigorous testing plan where samples are tested multiple times • Minimize human error wherever possible, so that we can have higher confidence in our results 31
  • 36. 38 CAD Model Steel Plate Steel Plate Holder Mounting Disk IR Drip Sensor Holder Water Droplet FunnelIR Rotation Sensor Gears Screen & Start Button
  • 37. 40 Alternative Ways to Test Leak Proof Containers Tim Wong and Josh Rivera have worked previously on other ways to leak test, but these have involved permanently modifying the container and were difficult to correlate to our existing tests. 40
  • 38. 41 Understanding the motor’s ability to hold containers STEP 1 STEP 2 STEP 3 STEP 4 41
  • 39. 42 Magnet Usability Magnetic Field with Magnet “ON” Magnetic Field with Magnet “OFF” The ability to turn the magnetic field on and off means that technicians will not have to pry the containers off of the apparatus
  • 40. 43 Determining a Pass/Fail In the Code There are two ways a container can fail. If neither of those failure criteria is met, then the container passes. Failure #1: There are more than 20 drops total Failure #2: There are more than 5 drops on any of all four sides
  • 41. 44 Schematic Diagram OLED Screen Microcontroller Motor Driver (H Bridge) Motor IR Sensor IR Sensor 44