Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

I need 3000 words on instruction Discover Test Failure Pattern

26/08/2020 Client: suns Deadline: 24 Hours

Attachment:1

CHAPTER 1

INTRODUCTION

1.1. Background

Bill Hewlett and Dave Packard graduated with degrees in electrical engineering from Stanford University in 1935. In 1937, Bill and Dave formalize their partnership. They decide the company’s name with a coin toss. In 1999, HP announces strategic realignment to create an independent measurement company composed of test and measurement components, chemical analysis and medical businesses, and a computing and imaging company that includes all of HP’s computing, printing and imaging businesses.

Agilent Technologies, the name of the new measurement company, is announced at historic brand-identity launch event in San Jose, Calif., announced by Agilent President and Chief Executive Officer Ned Barnholt. (KeysightTech, 2019) In 2013 Agilent Technologies announces that it will split into two separate pure-play measurement companies. The name of the new electronic measurement company is announced later in the year as Keysight Technologies.

During 2014 the separation process continues and on November 1 Keysight Technologies becomes a fully separate electronic measurement company. On November 3, 2014, Keysight lists on the New York Stock Exchange, under ticker symbol KEYS, completing the final phase of its separation from Agilent.

1.2. Problem Background

Keysight offers a variety of products which includes hardware and software. One of the few instruments that Keysight are selling are multimeters, signal analyzes, atomic force microscope, power suppliers and handheld tools. Besides that, Keysight is serving the aerospace & defense, telecommunications, automotive & energy and semiconductor industry. Keysight Technologies is the world’s leading electronic measurement company.

Most product in Keysight undergo 100% testing using automated test. All tests are executed and deemed passed only if all tests are passed. This way the test process is straightforward, easy to administer and should ensure zero percent defect. The drawback of this test process is that it takes time to do 100% testing. The cost of testing will be evident for high volume product with long test time. The test results of units tested in manufacturing contains lots of measurement, process and specification data. After testing, the result is stored in raw data format using test executive software. Data analysis technique has the potential to uncover new insights from test, looking at data from a different angle than the traditional SPC approach. Product may fail for many reasons which are often not obvious or difficult to surface without tedious statistical analysis on the test results.

1.3. Problem Statement

Whenever there is any yield issue in the production line, nothing could be more frustrating for the test engineers to know that the key to unlock a particular problem is available, but that it is lost somewhere in a mountain of data files or databases. Data collection is usually carried out to compile the result of testing over different time period, over different batches or under different test conditions. With shorter test development cycle, test engineer typically use the data in the manufacturing test and perform only basic filtering and simple analysis. As a result, efforts to shorten the test time often result in only incremental speed improvement. Engineers also use more time to troubleshoot the product quality issues due to data overload. To ramp up the volume production of a newly launched product, it is often easiest to allocate more engineers or setup more stations to test in parallel.

In manufacturing, the production operation faces the challenge of Optimizing Inefficient Process. Test process named “AC20GHz_Sequences.TrigMisc”. About 30% of the unit required at least 3 rounds of run, each run consume 2 hours to complete the test. This is due to some failures was found during the test and whenever a failure point is found, the test will automatically be stopped. This is followed by sending the DUT to rework station and queue for rework. Once rework is done, the DUT will send back to test station and resume the test from the last failure point. The process of sending for rework will be repeated when the next failure point is met.

This repeated activity in between test station and rework station is part of the production waste as it creates lots of DUT movement to-and-back from rework station and DUT queuing time at rework station. According to LEAN definition these waste as categorized as the waste of motion and the waste of waiting.

1.4. Objectives of Project

Objectives

• Design & identify the Failure relationship in the test using Association Rules & Decision Tree

1.5. Benefit of Project

The test and calibration time will be reduced, when the failure the detected early, means the cycle time to produce a new equipment will be reduced too. The annual test volume of test on year 2018 is around 2000 runs. Lower cycle time will directly reduce the production cost of a product and increase the net profit of a product. The Table 1.1 illustrates the ROI of the Project.

Annual Unit 2222

Monthly Unit 186

Monthly Paid for Operator 882

1 round Test Time in Hour 2

Total Test Time removed in a month(by day) 48

Total Test Time removed in a month(by month) 2

Dollar saved in a month 1949

Annually Saved USD 23,384

Table 1.1 ROI of the Project

Assume if this approach successfully deployed and reduce 1 round of retest, it can help to save up to USD 23,384. In addition, capture and digitalize the pattern of the test failure information into a model using data driven approach. Transform from manual to machine learning model for test engineers to get the insights of test failure relationship in a test process.

1.6. Research Questions

The research questions are:

1. What are the pattern of the failure relationship in the test process.

2. What is the relationship among the test process.

The research objectives are:

• To identify the pattern of the failure relationship in the test

• To discover the failure pattern by using the Machine Learning

Attachment:2

CHAPTER 2

RELATED WORKS

2.0 . Introduction

In this chapter is to evaluate the available literature in the given domain which will cover the existing tools and analytical technique in the domain.

2.1. Literature Review

Optimal planning of an industrial manufacturing system, anticipating failures can be considered an insight (Khan, Schioler, Kulahci, & Peter, 2019) Productivity is one of three basic elements that manufactures are seeking along with cost and quality.

Manufacturing try to go beyond preventive maintenance in order to enable prescriptive maintenance systems. Downtime is critical to drive productivity and overall efficiency of industrial equipment and machinery. Predict failure analysis is to predict potential problem with system or application. Its extend availability by going beyond failure detection to predict the failure before occur. (IBM, 2019)

There are several journal is being reviewed regarding the minig associate rules able to improved manufacturing productivity as it is important to know if the sequence of failure able to detected during usage or from historical data. (Kumar & Selvadoss, 2013). According to Unchalisa Taetragool proprosed that design failure pattern analysis and solve problems in the domain of manufacturing quality improvement. The second study by Apte, Wiess, and Grout (1993) employed 5 methods to predict defects in hard drive manufacturing.

2.2 . Data Science & Analytics Technique

2.2.1. Decision Tree

Decision Tree is a type of supervised learning algorithm that widely in used for classification problem. It is a decision support tool, a tree-like graph of a model of decisions and the consequences, including the chance event outcomes, resource costs and so on. Tree based method allow predictive models with high accuracy, stability and ease of interpretation. (Brid, 2019)

Application for decision tree have a natural “if.. then.. else”, this construction makes it fit easily into programmatic structure. It also ideal for categories problem where the attributes or features are systematically evaluated to determine a final category.

It has two types of decision tree which is Categorical Variable Decision Tree and Continuous Variable Decision Tree. Continuous variable has the continuous target variable while the Categorical has the target variable such as “FAIL” or “PASS”. The figure below illustrates a problem to predict if the customer will pay the renewal premium insurance company (YES/NO).

 The basic terminology related to the Decision Tree are Root Node, Splitting, Decision Node, Leaf/Terminal Node, Pruning, Branch/Sub-Tree and Parent and Child Node. The advantage of Decision Tree does not require normalization of data while disadvantage of the decision tree require longer time to train the model. (K, 2019)

 There are several literatures have mentioned data classification application in manufacturing. Wei-Choi C. proposed data mining solution for discovering the root cause of low-yield situation.

2.2.2. Associate Rules

Associate Rule is a rule-based machine learning method to insight the interesting relationship between variable. There are if-then statement that help to show the probability of relationships between data item. In associate rule mining, helps analyze data for pattern or co-occurrence in database. It evaluates frequent if-then associations.

 There are two parts which is an antecedent(if) and consequent (then). An antecedent, an item found consequent within the data. (Rouse, n.d.). Elisa had discovered the data mining such as associate rules and decision trees are used to determine the cause of failures in fabrication process.

Elisa had discovered the data mining such as associate rules and decision trees are used to determine the cause of failures in fabrication process. Furthermore, the use of association rules mining in frequent patterns captured from industrial processes can provide useful knowledge to explain industrial failures (Martínez-de-Pisón, Sanz, Martínez-de-Pisón, Jiménez, & Conti, 2012).

2.3 . Literature Review on Analytical Tools

2.3.1 R Studio

R is a programming language and open source software for statistical computing and graphics supported by R Foundation. R is widely in used for statistical and data miner for developing the data analysis. In 1976, the R is created by Ross Ihaka and Robert Gentlemen at University of Auckland. (R Programming, 2019).

 R Studio makes R Programming to ease to use, it includes the code editor, debugging features and visualization tools as well. It supports the file format of Txt, Excel, SPSS, SAS, Stata. In addition, R Studio able to integrate support of Git, makes user more convenient to access their workspace.

 The Figure 2 illustrates the R Studio screen that are total 4 panel work space for 1. Edit and create the file containing R script 2. Key in the input of R commands 3. Trace back the command history 4. Plot or graph visualization. (STHDA, 2019)


Figure 5 2 R Studio Screen

 R is cross platform compatible, able to install on Windows, MAC OSX and Linux as well. It has thousands of documented extensions, the R package to work on.

Attachment:2


CHAPTER 3

RESEARCH METHODOLOGY

3.1 Introduction

        In this project, discover failure pattern is designed and developed to forecast which test point has the highest failure rate. Discover Test Failure analysis provides insight to user with the expected which test intent to be failed. This Chapter pertaining the selected methodology and activities plan of the project.

3.2 Research Framework


The Figure 3.1 illustrates the research framework of Discover Test Failure Pattern.

Above figure demonstrates the workflow of the project. The project is undergo production line for specific product family and model. Data acquired for FY17’ Q4 to FY 18’ Q3 for 1 year historical data.

3.3. Activities Plan & Project Gantt Chart

In this project, there are consists of four phases which are Introduction, Literature Review, Research Methodology, Result and Discussion and Conclusion where listed in Table 3.1. In addition, the Gantt Chart is shown in Figure 3.2.

Table 3.1: Activities Plan

Phase Task

Introduction & Literature Review

i. Background

a. Domain/context

ii. Problem Statement

iii. Objective of project

iv. Benefit of project

v. Review on relevant literature on:

a. Domain/context

b. Data Science and Analytical techniques

c. Data Science and Analytical tools



Research Methodology

i Activities plan and Gantt chart

ii Data Science project lifecycle

iii Data acquisition and data exploratory analysis

Results and Discussion

i Justification of selected DSA technique

ii Justification of selected DSA analytical tool

iii Challenges and Solutions

iv Discussion and Validation on project outcomes

Conclusion

i Conclusion

ii Future work



Figure 3.1: Gantt Chart

1.2. Data Collection

Data Source

The Data Source in used for the current project consists of Multiple Station, Product Family, Model, Option, Results of Test Sequence, Test Point Name, Duration completion time. The historical data for 1 year between FY17 to FY18 has been collected for this project.

 The data is required to query from the database in order to get the result file in xml content file and store locally in order to do the data pre-processing, figure 3.2 illustrates the data in the database. We does not have the raw data file from our local station, hence we

Figure 3.2 Data in the Database.

need to access to the production database and query the data. We chosen the FY17 to FY18 (1 Year) data to explore the relationship of the test sequence. After query the data, we use the c# program, to save the raw data file to local from the production database. The xml format consists all the information that required for this project such as StationId, Result Outcome, Model, Option, TestPoint Name, TestPointResults and etc. Each file size of the raw data around 2.2 megabytes, total 2222 rows of data, total file size is 5gigabytes.


Figure 3.2 Raw data file, xml format.

 The raw data file is unable to be used directly for data mining task, we had created another c# program to extract the data that we need for the modeling. Result in Table form where each test is represented as rows as shown in Figure 3.3.












Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Top Grade Tutor
Study Master
Academic Master
Homework Tutor
Writing Factory
Writer Writer Name Offer Chat
Top Grade Tutor

ONLINE

Top Grade Tutor

I am highly qualified expert, working from 2008-9 in this industry. I have all relevant skills and expertise related to your project. To ensure my potential must visit my profile to check my ratings and uploaded samples. Thanks :--)

$15 Chat With Writer
Study Master

ONLINE

Study Master

I am highly qualified expert, working from 2008-9 in this industry. I have all relevant skills and expertise related to your project.

$10 Chat With Writer
Academic Master

ONLINE

Academic Master

I have super grip on essays, case studies, reports and discussion posts. I am working on this forum from last 6 years with full amount of satisfaction of my clients.

$15 Chat With Writer
Homework Tutor

ONLINE

Homework Tutor

Hello client, I have gone through the project specifications you have provided and I can easily manage the task. I am an experienced writer with diverse Knowledge in Article writing and Rewriting, Dissertations & Thesis writing, reports, case studies, and Literature Review.

$10 Chat With Writer
Writing Factory

ONLINE

Writing Factory

I can help you with creating a presentation of one slide for The Word of William Hunter. I will be happy to offer you 100% original work with high-quality standard, professional research and writing services of various complexities.

$0 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

A very old man with enormous wings questions and answers - Python programming - The processes of photosynthesis and cellular respiration are complementary - John maddison tower district court - Managing a project schedule cpmgt 300 - Case study for $8 - Economic and Political Globalization - How to calculate long term constant growth in fcf - Current analytical architecture - Vcaa physics advice for teachers - How to avoid being a victim of cybercrime - Complete subject and predicate - Lithium has two naturally occurring isotopes - First they came in german - Cliff longshaw driving instructor - How secure is my password net - Value marketing has become the watchword for many marketers. - According to piaget accommodation occurs when individuals - What temperature does water boil at 10000 feet - Discussion forensics - Monash law professional practice - Synthes small frag inventory - Decko industries reported the following monthly data - Write equations of parallel and perpendicular lines calculator - Chick fil a target market - Cdisc lab controlled terminology - Writing an analysis of media messages - Balanced symbol equation for sodium carbonate and hydrochloric acid - Eng 121 week 2 discussion 2 - Data visualization makes complex data more _______________ - Which of the following is not an external recruiting source - Law and ethics chapter 7 review answers - Arduino xbee send and receive data - Jamie hubley - Essay - Essentialfunctions xlsx at www seletraining com - Biosecurity and bioterrorism - W10 law dis - The grasshopper and the bell cricket analyzing the text answers - Logitech case study analysis - Www unswglobal unsw edu au educational assessments - Royal albert hall debenture - 6.2 properties of parallelograms - Ao care cancellation form - What is a language feature - How to write running record observation - 1.08 macbeth plot analysis - Customer service level 2 - Analysis of kolcaba's comfort theory - Peer reviewed journals on food adulteration analysis of palm oil for sudan 1 and sudan 4 adulterants - Principles of managerial accounting - Organizational Analysis - I need Professional that love Chemistry - The over the shoulder shot involves - The hobbit teaching guide pdf - 8pm gmt to cst - Computer science - Jeannette walls real family pictures - The baldwin company will increase its automation - Criminal Justice _ Week 2 - Methods exam formula sheet - HA599 Unit 2 Discussion - +91-8890675453 love marriage problem solution IN Khammam - 3rd degree heart block acls - Nutty sweet crossword clue - Excel 2016 capstone project ex 3 working with sales data - Financial managerial accounting 14th edition answers - Canadian solar 445w datasheet - Capital market and its types - Pilot project evaluation template - Merlin entertainments organisational chart - Socio - Flr fp application online - Criminal law irac example - Week 2 - Maple leaf shoes ltd case study - Sometimes you hear someone say that a particular appliance - Police essay - Web server plugin for websphere application server - Chemical reactions and equations lab - Data analysis descriptive statistics excel mac - Discussion - Nuts and bolts of college writing 2nd edition - Scientific Research Paper on Human Population - What money market instrument is used to finance international trade - Seeking Professional MBA Assignment Help? - Bluescope steel price list - Requirements for the corporate computing function - Jeremy's a handbag manufacturer in lower manhattan - Vo2 max lab report example - Alice the camel has 5 humps - Probability at least 3 - !!~Italy~!! +91-8529590991 Love Marriage Specialist Molvi ji - Types of leadership ppt - True or false environmental questions - Yoohoo rolling on the floorboard - Fas 167 definition - Light dependent reaction quiz - Medicare levy variation declaration - Social Science