ArticlesArticles Most Helpful ArticlesMost Helpful Articles Language SettingsLanguage Settings LoginLogin
RSS Feeds
DrillDown Icon Table of Contents Back
 . . . . . . . . . . . . .
DrillDown Icon Hardware and Software Requirements for Installing SQL Server
DrillDown Icon List of Modules Converted to MANEX Client Server
DrillDown Icon Installing SQL Server
DrillDown Icon System Administrator
DrillDown Icon Security System
DrillDown Icon Accounting Setup
DrillDown Icon System Setup
DrillDown Icon Operations Manuals
DrillDown Icon Sales
DrillDown Icon Inventory Management
DrillDown Icon Material Planning
DrillDown Icon Production
DrillDown Icon Quality/Engineering
DrillDown Icon Statisical Quality Control (SQC) (OPTIONAL Module)
DrillDown Icon Prerequisites
DrillDown Icon Introduction
DrillDown Icon Fields & Definitions
DrillDown Icon Defect Data Collection
DrillDown Icon View Chart Tab
DrillDown Icon Template Selection/Setup Tab
DrillDown Icon Template Detail Tab
DrillDown Icon How To ....
DrillDown Icon FAQ's - SQC
DrillDown Icon Corrective Action Request (CAR) (OPTIONAL Module)
DrillDown Icon Integrated BOM & AVL
DrillDown Icon BOM Import
DrillDown Icon ECO, BCN & Deviation Control Mgmt (EBD) (OPTIONAL Module)
DrillDown Icon Work Order Traveler Setup
DrillDown Icon Product Data Management (PDM) (OPTIONAL Module)
DrillDown Icon PDM Standard Process Specification
DrillDown Icon Administration
DrillDown Icon Accounting
DrillDown Icon System Utilities
DrillDown Icon SQL Server Memory Settings and Performance
DrillDown Icon Definitions
DrillDown Icon How to schedule and automate backups of SQL Server databases in SQL Server Express
DrillDown Icon SQL_FAQ's
  Email This ArticlePrint PreviewPrint Current Article and All Sub-Articles
 
Template Detail Tab
 
Template Detail Tab
 
 
 
 
Date Range Enter the Date Range, From and To.  Mark the Radial for the view by Daily, Weekly, Monthly, or Yearly.
User Defined Limits for DPM Chart

Central Line

lnCentralLine=lnTotalDef/lnTotalComp, where lnTotalDef is sum of all defect quantities * 1000000 and lnTotalComp is sum of inspected quantities*Parts Per Unit (entered in the routing module)

At this time system will decide if it can use average group size or not. If the size group varies more tan 15% the system will use variance Upper and Lowercontrol limit.   If average group size could be used the average group size gets calculated by taking lnAvrgSubgrSize=lnTotalComp divided by number of groups and rounded to the nearest integer.

Calculation for the Upper Control Line

LnUpperLine=ROUND(((3*(SQRT(lnCentrLine*(1000000-lnCentrLine))))/SQRT(lnAvrgSubgrSize)),3)

Calculation for the Lower Control Line

lnLowerLine = ROUND(lnCentrLine -((3*(SQRT(lnCentrLine*(1000000-lnCentrLine))))/SQRT(lnAvrgSubgrSize)),3)

lnLowerLine = IIF(lnLowerLine<0,0,lnLowerLine) 

User Defined Limits for pChart

The formula for the Central line (Red) is:   p = Total Number Failed (divided by) Total Number Inspected  

Upper Control Limit (UCL) = p + 3 (divided by) p (1-p) divided by n

Lower Control Limit (LCL) = p - 3 (divided by) p(1-p)  divided by n (or 0, whichever is greater)

n = number inspected (sample size)

User Defined Goal for the Yield Chart "Yield" =  Total number of units handled correctly through the process step(s). This is usually measured in a percentage.  The results being displayed in the "Yeild Chart" is the ratio of summed inspected qty and summed passed qty, grouped by date (user can select WO number, defect code to be filtered). 


 
Article ID: 5110