JMP Yield Application Using JMP’s rich graphical capabilities, customizable JSL code, and ODBC database connectivity to build a yield analysis application.

Slides:



Advertisements
Similar presentations
Yi Wang CTO, Data Services Ivy Li Director, Equity Data Collection
Advertisements

DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
Company Overview A World Leader in Systems and Security Management Oliver Keizers, NetIQ.
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
Create with SharePoint 2010 Jen Dodd Sr. Solutions Consultant
What’s New in Visio 2007 Office Visio 2007 is easy to use and comes with diagram- specific shapes and tools that enable you to quickly create professional-looking.
DSP- Bringing BI to SharePoint.  DSP Portal Edition provides an easy-to-use framework that links information stored in data warehouses to corporate portals.
PO320: Reporting with the EPM Solution Keshav Puttaswamy Program Manager Lead Project Business Unit Microsoft Corporation.
Tier 1 : Who is Yokogawa Industrial Automation?
Release 11i Workshops Dallas, TX Raleigh, NC Denver, CO Atlanta, GA Detroit, MI Tim Sharpe Oracle E-Business Suite Release 11i Discoverer.
© 2010 Delmar, Cengage Learning Chapter 8 Collecting Data with Forms.
Chapter 8 Collecting Data with Forms. Chapter 8 Lessons Introduction 1.Plan and create a form 2.Edit and format a form 3.Work with form objects 4.Test.
Introduction – Addressing Business Challenges Microsoft® Business Intelligence Solutions.
FROM IMAGES TO ANSWERS Image Pro Plus 6.0 Introduction.
Building the Events Components– Lesson 111 Building the Events Components Lesson 11.
International Conference ICSTI QUESTEL 40 years of experience mastering IP information to help cutting edge companies drive their strategy in an IP centric.
Reading Flash. Training target: Read the following reading materials and use the reading skills mentioned in the passages above. You may also choose some.
SEOUL, S. KOREA PYONGYANG, N. KOREA KUALA LUMPUR, MALAYSIA
What is Scala? Scala Business Solutions was formed in 1997, in Amsterdam Original company founded in 1978 We make business software It’s available in over.
Agenda  Introduction  The BI360 Solution vs Business Needs (Gartner Survey) Sample Customers Modules and Architecture  … Let’s Demo! Reporting Portal.
Building strong career with business analytics certification.
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
Planning Server Deployments Chapter 1. Server Deployment When planning a server deployment for a large enterprise network, the operating system edition.
DB Implementation: MS Access Forms. MS Access Forms: Purpose Data entry, editing, & viewing data in Tables Forms are user-friendlier to end-users than.
Global Web Based e- Detailing Market Share, Global Trends, Analysis, Research, Report, Opportunities, Segmentation and Forecast,
FACTS Computer Software House FACTS Computer Software House, a Software Development, Solutions and Services Company headquartered in Dubai, United Arab.
Global Service Resource Planning (SRP) SaaS Solutions Market Share, Global Trends, Analysis, Research, Report, Opportunities,
Global Connected Wearable Devices Industry 2016 Market Research Report.
Global IT Infrastructure Industry 2016 Market Research Report.
Global Micro Gas Generator Industry 2016 Market Research Report.
Global Flat-Panel TV IC Sales Market Report 2017.
Global Intrusion Prevention System Market Research Report 2017.
Global TVS Thyristor Market Research Report 2017.
Global Masonry White Cement Market by Manufacturers, Countries, Type and Application, Forecast to 2022.
Global (North America, Europe and Asia-Pacific, South America, Middle East and Africa) Antivirus Software Market 2017 Forecast to 2022.
Building Dashboards with JMP 13 Dan Schikore SAS, JMP
The Self-Service Business Intelligence Suite
GIS Mapping for K-12 Students
A Brief Company Introduction
Fujimi SPC System using JSL June 22, 2016
Leveraging R and Shiny for Point and Click ADaM Analysis
QLIK Overview & Desk Aid
Your Dashboard to Success
Working in the Forms Developer Environment
DELLSOFT Technologies Pvt. Ltd.
Reporting and Analysis With Microsoft Office
District And Club database
Global Top Countries Dental Laboratory Workstations Market Report
Global Top Countries Stairlift Market Report
The Self-Service Business Intelligence Suite
Sharing interactive web reports from JMP®
Supplier Recovery Claim Automation
OnContact CRM Customer Relationship Management
1. Introduction to Visual Basic
DB Implementation: MS Access Forms
IVend Retail 6.5 Dashboard Designer.
NCS Circulation Reporting - A Review Of Reporting Options
Using JDeveloper.
DB Implementation: MS Access Forms
Top Reasons to Choose Android Today. Over the years the Android OS has progressed largely by acquiring major percent of global market share. A number.
Top Reasons to Choose Android Today. Over the years the Android OS has progressed largely by acquiring major percent of global market share. A number.
6 optional slides to add for Financial
CHIPS® Fund Based Payroll Designed for Microsoft Windows
What is CRM ? Customer Relationship Management (CRM) systems offer tools to efficiently manage the sales and marketing functions of the organization.
Exploring Microsoft® Office 2016 Series Editor Mary Anne Poatsy
Microsoft Office Illustrated Fundamentals
PRIMAR MBSHC 21 Hans Chr. Lauritzen, Director PRIMAR
Key Applications Module Lesson 14 — Working with Tables
Chapter 4 Enhancing the Graphical User Interface
Presentation transcript:

JMP Yield Application Using JMP’s rich graphical capabilities, customizable JSL code, and ODBC database connectivity to build a yield analysis application Hyde F. Miller Sr. Manager, Yield Enhancement and Fab/Foundry Process Optimization 9/16/14

Intersil Today Power management and precision analog solutions Extensive IP portfolio developed over decades of innovation > 1,000 patents Headquartered in Silicon Valley, long history of innovation Decades of invention, global presence 1,100 employees Strong financial position Debt free balance sheet Consistent R&D investment Industrial & Infrastructure 60% Personal Computing 20% Consumer 2013 Revenue of $575M

Supplying the Industry’s Innovators As a result of our strong capabilities, Intersil is a valued supplier to the world’s most innovative technology companies.

Global Support Presence Harlow, United Kingdom Milpitas, CA Tokyo, Japan Dallas, TX Palm Bay, FL Bridgewater, NJ Headquarters Design Centers Manufacturing Sales Kuala Lumpur, Malaysia Raleigh, NC Austin, TX Taipei, Taiwan Munich, Germany Seoul, Korea Shanghai, China Singapore Paris, France Shenzhen, China Bangalore, India Our geographically dispersed sales, support and design locations enable a quick reaction to our customer needs regardless of their location.

Key Features in JMP Useful for Building a Custom (Yield Analysis) Application Scripting (JSL) – Facilitates fully customizable application to meet the exact business needs Database connectivity (ODBC) – Allows direct pull of specific data from existing data warehouse Graphical Analysis – JMP provides a rich suite of graphical tools to display results and provide insight Multiple element reports – A single graph can provide a lot of information. Even more so, a group of graphs and analysis results can tell a more complete story. Interactive display elements – Add drill-down capability to explore the next logical question of what is driving yield trends. Add-ins –Easy to deploy across the organization

Display Elements for Organization and Interactivity Text Box() Text Edit Box() Number Edit Box() Check Box() Radio Box() Button Box() Organization Outline Box(), H List Box(), V List Box(), Table Box(), Panel Box()

Example JSL ODBC Code Database Connection String SQL Commands dsn_string = "DSN=MIDAS;PWD=;DBQ=MDS1;"; Hint: to determine your string, open a database table using the menus (File ->Database->Open Table). Then edit table source (hot spot on table). SQL Commands sql_1 = "select * from MEL.LOT MEL_LOT, MEL.LOT_OPERATION_GROUP MEL_LOT_OPERATION_GROUP where MEL_LOT.LOTID in ('X2T7JB','X2T7L','X2T7LA') and MEL_LOT_OPERATION_GROUP.operation_group_nm = 'TEST' and MEL_LOT.LOTID=MEL_LOT_OPERATION_GROUP.LOTID"; sql_2 = "select * from MEL.LOT MEL_LOT where ROWNUM <= 5"; Create Database Connection Method (multiple SQL commands) dbc = Create Database Connection( dsn_string ); dt_1 = Execute SQL(dbc, sql_1, "First Table", invisible); dt_2 = Execute SQL(dbc, sql_2, "Second Table"); Close Database Connection( dbc ); Open Database Method (one-shot) dt_1 = Open Database(dsn_string, sql_1, "First Table", invisible); dt_2 = Open Database(dsn_string, sql_2, "Second Table"); Hint: this method is best for debugging SQL code

Demonstration – Points Made During Demo Be luxurious. Each chart provides information. A collection of charts provides insight. Systematize best practice. Take input from top experts within the company, how would they do it? Then build in that expert knowledge so everybody does it that way. Then perfect over time based on lessons learned. Utilize many JMP capabilities Trend lines (linear fit) Smoother Trend (interactive) Fit mean Color coded points Statistical results – tabular data By capability – Example: yield by facility Linked graphs and brushing When script stops, you still have full capabilities of JMP JMP has a variety of graphical tools. Find to one that best demonstrates the data. For example, using Graph Builder trellis plots for wafer maps. Custom design application to match specific business requirements (difficult to do with out-of-the-box tools).

Thank You! Hyde Miller Intersil Corp hmiller@intersil.com