Moldwise SPC analysis

My requirement is to capture Diameter of a product during in-process inspection. Product is manufactured in different moulds, its glass manufacturing industry. Client requirement is to mould wise study of SPC for characteristic "Diameter" during in-process inspection.
How can we maintain master data for this.
1-option) If I go each mould as SPC characteristic with spec of Diameter, I can generate Control chart for mould wise.
But collection of master data for each mold wise will be very huge for each charecteristic.
2-option) Inspection point and maintaining Mold number as inspection point indentifier, In this case client can record Diameter for all running moulds by mentioning mould number in Inspection point identifier, but my control chart generated will not be for Mould wise data but for characteristic "Diameter" only.
Is there any other way to capture mould wise data.
Thanks in advance.
Vineeth Varghese

Hi Vineeth,
If the number of mould for the Machine is about 10 or 15 and if these diameter check is going to be done once or twice per inspection lot pnly then this data is not that much big. you can go with your option 1. To go with option one i would suggest you to keep your MICs (QS21) as "In complete Copy Mode" so that you can change the MIC specs, text, limits etc in each inspection plan or task lsit according to your material.
The other option option I would suggest is if your are using the sample procedure, and if you can genereate your samples = the number of moulds then you can acitvate your MIC as "Single Result" and system will ask you to enter result as number of time as your sample size is. And you can retrieve the SPC graphical tred for these singal results also.
Best Of Luck,
Update us to herp you more, reward points to help you better!
Regards,
Shyamal

Similar Messages

  • 6-sigma,Cp,Cpk,Pp,Pk calculation for SPC Analysis in MII

    Hi,
    1) Are there any built in functions or calculations available in MII to get the 6-sigma,Cp,Cpk,Pp,Pk for SPC/SQC Analysis?
    2) Is it possible to enable the periodic calculation of control limits?
    In past if anybody implimented the above scenarios in MII, please let me know.
    I'm using MII 12.1.4.
    Thanks in advance.
    -Suresh
    Edited by: Suresh Hiremath on Feb 17, 2010 8:17 AM

    Hey i think u need to use following code (EST_CP instead of Cp)
    var Cp=document.SPCAPP.ChartObject.getStatasticsItem("EST_CP");
    Alternate way as follows
    First u can get all standard params like mean, standard, lsl and usl using following codes
    var x= document.SPCAPP.getChartObject().getStatisticsItem("MEAN");
    var sigma = document.SPCAPP.getChartObject().getStatisticsItem("STANDARDDEVIATION");
    var lsl= document.SPCAPP.getChartObject().getStatisticsItem("EFFECTIVE_LSL");
    var usl= document.SPCAPP.getChartObject().getStatisticsItem("EFFECTIVE_USL");
    then
         if(usl=="" && lsl!="")
                                              var Cp = "NA";
              var Cpl  = Math.round(((x - lsl)/(3*sigma))*100)/100;
              var Cpu = "NA";
              var Cpk = Math.round(((x - lsl)/(3*sigma))*100)/100;
              var Cpm = "NA";
              var Cr = "NA";
              if(usl!="" && lsl=="")
              var Cp = "NA";
              var Cpl ="NA";
              var Cpu = Math.round(((usl - x)/(3*sigma))*100)/100;
              var Cpk = Math.round(((usl - x)/(3*sigma))*100)/100;
              var Cpm = "NA";
              var Cr = "NA";
              if(usl!="" && lsl !="" )
              var Cp = Math.round(((usl - lsl)/(6*sigma))*100)/100;
              var Cpl = Math.round(((x - lsl)/(3*sigma))*100)/100;
              var Cpu = Math.round(((usl - x)/(3*sigma))*100)/100;
              var Cpk = Math.min(Cpl,Cpu);
              var Cpm = Math.round(((usl - lsl)/(6*Math.sqrt((Math.pow(sigma,2) + Math.pow(x-((parseFloat(usl)+parseFloat(lsl))/2),2)))))*100)/100;
              var Cr = Math.round(((6*sigma)/(usl - lsl))*100)/100;
    Regards
    Som

  • Obtaining QM Historical Data for SPC Analysis

    Can someone please advise me if ECC 700 has a standard BAPI/RFC to return historical QM data.  I have searched through BAPI Explorer and didn't not see anything which would fill this requirement.
    What I did find was the following document, [SAP QM Productivity Pack for SAP xMII (Starter Kit)|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0b0cf92-af8b-2a10-d8a5-f1e115fa5f7e], which provides detailed code to create an custom RFC. Before proceeding down this path, I wanted to confirm that I did not miss something.
    Thanks,
    Michael Teti
    Senior Solutions Consultant
    SeeIT Solutions, LLC

    Michael,
    Here is the link.  This is considered old tech, but I have not gotten anyone's specific input on why it should not be used.  There may be reasons.  I have used it twice, once just playing around and with only one caveat, it was pretty easy to implement. 
    [SQ01 Queries|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/390b889b-0e01-0010-e4af-c9a062b9b880]
    The document covers 5 or so RFC calls.  You will need to check the field names since they are defined internally and do not use the table column names (of course).  Probably the only thing left out of Sam's document.  One of the RFC calls will give you the internal field names.
    You will also need to create your own query in SQ01 in SAP prior to doing the other stuff.  I think there is a way to do it via the BAPI calls, but I could never get it to work the one time I spent half a day trying.  It might have been a permissions issue, so if you want, go ahead and play around. 
    Good luck,
    Mike

  • Calling up a Performance Manger SPC Chart from a WebI document

    Post Author: satwar
    CA Forum: Performance Management and Dashboards
    Please forgive my terminology, as I'm only a superuser of B.O. not a computer trained person.I have put a few years into configuring WebI document reports in InfoView of B.O. XI 2.  Our company is getting into SPC in a big way, hence my attention has turned to Performance Manager.  I was disappointed to learn that I have to create a whole new Universe of objects in Performance Manager in order to conduct SPC analysis on the variables I have been reporting in tables & graphs in WebI documents in InfoView.I can learn to accept that aspect of B.O. but I am a little concerned about my users having to navigate through Performance Manager to view SPC analytics.  My users have put up considerable resistance just navigating to WebI documents in InfoView.Hope seemed to be around the corner when I read about calling up Performance Manager analytics from WebI documents.  Having read the details it seems like these WebI documents are created in the Performance Manager Universe, not in the Infoview WebI documents that I have already developed in InfoView.If anyone can explain and clarify how this feature works, I'd be eternally grateful. 

    Post Author: jezbraker
    CA Forum: Performance Management and Dashboards
    You can Link any documents that are stored as objects in the cmc, regardless of the universe or way in which they were created.openAnalytic.jsp will allow you to open pretty much anything much as does openDocument  int the webi world.Once you create the SPC chart in process analysis youll need to view it in the control chart screen then click save as and save it into one of you folders in the corp repository. When this is done you can quickly get an example of the URI syntax by going to create new document in dashboard manger, selecting interactive metric trends, expanding navigation and legend opions, clicking browse, selecting your newly saved analytic and clicking ok.  This will but a url into the text box which you can copy and paste into your webi doc links - here's an example of the kind of thing... openAnalytic.jsp?DocumentName=MySPCanalytictest&RepositoryType=C&RepositoryName=SPCTest&DocumentExt=afd&DocumentId=AadTAN28x6lMpTxxlAhW09s&mode=full You may need to stick the odd ../../ or /jsp/ etc in front of the url depecing where you plan to call it from of course. You'll find descriptions of parameters etc for openAnalytic in the product docs. cheers,jez.  

  • How to display BarChart, SPC Chart in EP?

    hi,
    how to display charts e.g.:Barcharts,SPC analysis Charts etc
    in EP ?
    anyone can help regarding this.
    regards
    suresh hiremath<b></b>

    Hi Suresh,
    HTMLB provides some chart functionality. Have a look into the <a href="http://www.sapdesignguild.org/resources/htmlb_guidance/index.html">SAP HTMLB Guidelines</a>. Look for charts in chapter 5 (Visible Controls).
    Best regards,
    Martin

  • SPC using MII

    Hi,
    If you are using MII for SPC analysis and willing to share your experience, please let me know. We would like to better understand the capabilities of MII from an SPC perspective.
    Thanks,
    Girish

    Hi Girish,
              Please refer this thread - [SAP MII SPC|http://forums.sdn.sap.com/thread.jspa?threadID=2074447]
    Thanks,
    Suhas

  • QM_Cp & CpK Value

    Dear MAsters,
    By which T Code I can get the Cp &CpK value ? To get the Cp & CpK value, what are the settings & pre requisites to get the same? My users want SPC analysis from SAP ?Please help.
    Thanks,
    Ram.

    use following Transaction
    QGC1    Qual. control charts for insp. lots
    QGC2    Control charts for task list charac.
    QGC3    Control charts for master insp. char
    Read Following Document
    http://help.sap.com/saphelp_erp2005/helpdata/en/4e/a8b43446a1c564e10000009b38f83b/frameset.htm
    <a href="http://">http://</a>
    thanks
    Sanjay

  • Xacute SPC/SQC Analysis Action Output XML

    I am using 11.5 and am going to implement some BLS's with the SPC/SQC Analysis action.
    My question is how do I work with that XML Output from the Action. I need to look at one of the "Rowset" pieces at a time with an Iterator or Sort and Filter action but cannot get the actions to discriminate the Rowset I want. They all want to process a composite of the entire XML.
    I tried to break up the output into 5 separate XML documents without success. I am sure I must be doing it wrong, there must be a way to work with it.
    What is the best way to handle a compound XML output like the one from the SPC/SQC Analysis action?
    ...Sparks

    You would need to repeat on a particular Rowset[n]/Row depending upon the information you are looking for.
    For example ,If I remember correct, the third Rowset gives you the WECO violated rules.
    Therefore if you are looking for violated WECO rules then you will have the following XPATH for the Repeater action
    <Action Name>.Results{/Rowsets/Rowset[3]/Row}.
    Hope this helps.

  • SPC Charts and Analysis

    Hi....
    Do any of the BusinesssObjects applications support the generation of statistical process control (SPC) charts like x-bar charts and histograms?  Which one....
    I need a software application that can pull data out of a MS SQL 2005 database and Oracle database and present SPC charts via a web browser.  It'll need to be able to calculate and display standard deviation, control limits, specification limits, and process calability stats like Cpk.
    I've found some references to what I need in reference to 'BusinessObjects Process Analysis' and 'BusinessObjects Dashboard builder', but nothing that really communicates which product or products can do it.
    Thanks for any pointers.
    John

    You have to log into SAP to see the charts , cp,cpk values etc. I am not aware of any options to publish these charts on web, I never got  a chance to do that.
    But with my experience, the SPC options in standard SAP (ECC or R/3) are very limited not like  third party applications like infinity qs etc. The SPC chart options like any other sap r/3, go to the related transaction code and pull up the charts on various selection criteria. Configurable graphical options are available and SAP supports various kinds of charts.
    The other option (I have doen it in multiple places) is utilize sap to gather/collects data points, inerface third party statistical packages  like statistica to sap r/3 . downlaod the data from sap and do the analysis.
    Hope it helps.
    Thanks,
    Ram

  • SPC/SQC Chart/Analysis problem

    Hello to all,
    I am new to xmii and I am trying to get started with the SPC/SQC Analysis tools.  I have been able to get the chart to work but I am having trouble with Analysis block.  I am not able to config the Analysis tool to work correctly.  Is there any examples or documentation on the configuration and use of the xmii quality tools (beyond the online help in BLS) that I can use to configuration the tools correctly.
    thank you in advance

    Roger,
    If you can get the iSPCChart applet to work, then getting the action block to work should be quite similar.   Map in the same query and display templates from your applet, along with any Parameter overrides or linked in properties that you would do in either with HTML or JavaScript on a web page.  If the templates work by themselves using the dynamic page generator then it should only require the configure dialog settings for the action block.
    The output of this action block should be a multiple Rowset IllumDoc that looks just like the SPC Results output you get from the applet right-click menu (not the raw data - but the spc details).
    To see the xml results from your applet, hold down the control key when you select SPC result details.  This output should match the output from your SPC/SQC action block.
    Regards,
    Jeremy

  • Implementing SPC/Control charts in Reporting Services/BI Solution

    Hello All
    I'm one of the BI specialists in our company - currently looking after our BI solution which incorporates SQL Server 2005, SSRS, SSIS, SSAS, Performance Point, Pro Clarity and various other bits and bobs etc.
    What I'm aiming to do, is establish a suite of SPC/Control charts for our portal, based on the suite of cubes we already have. At the moment, I'm thinking of producing these in the SSRS environment, but I'm open to suggestions!
    As a starting point, I've created the necessary charts in Excel (calculating averages, standard deviation, upper/lower control limit) etc, but now I'm looking at implementing it in our DWH.
    Third party software may be an option (such as Dundas, which keeps cropping up in my crusades!) but I'd like to perhaps generate these myself - if I'm not asking too much that is!
    Any advice greatly appreciated...
    Cheers
    Lee

    Hi Lee,
    Based on your descriptions, you want to implement Statistical Process Control(SPC) chart in SQL Server Reporting Services. If I have misunderstood, please do not hesitate to let me know.
    By default, we only have Column, Line, Shape, Bar, Area, Range, Scatter, Polar charts in SQL Server Reporting Services. As a workaround, we can anaylze the data using SQL Server Analysis Services, and then use these chart to display the data in SQL Server Reporting Services. We can use parameters to filter data.
    Third party software may be an option. However, if you want to implement these charts by yourself, we can implement a custom report item in SQL Server Reporting Services. We can start it from here: http://msdn.microsoft.com/en-us/library/ms345231.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • MIC / VENDOR Trend analysis in Graphical mode

    Dear Freinds,
    please explain me how top perform trend analysis in graphical mode for a material procured from a vendor over a period of time.
    Report should display the charecterstics recorded for Material / Vendor combination.
    I am not using SPC charecteristics.
    regards
    jeevan

    Dear Jeevan
    There are two ways in which you can do the graphical analysis for material vendor combination
    1) You can do it in MCVD. Here you can get all the relevant mics in the desired combination
    2) But a better graphical analysis can be done in QS28. But here you will have to specify the MIC.
    Go to QS28. Input the plant and the mic and execute. You will get MIC details. Choose the MIC and click on Result history. A pop will appear Result history Limit Selection. Here you can mention the vendor . Execute you will get the entire list of lots with all values and charts. You can run chart, histogram, cp , CPk values. Run chart for mean, runchart for single values etc
    You can do this through the inspection lot also. Go to QA33 > result> Select the Mic> go to Result history >enter the vendor. Execute you will get the entire list of lots with all values and charts
    Hope this helps
    Regards
    Gajesh

  • SPC chart for Qualitytative MIC?

    Hi All,
    1)Please suggest me SPC chart will also valid for Qualitytative MIC?
    2)Whats are ohers charts are possible in QM?
    Regards,
    sid

    Per my knowledge, SAP does not have SPC charts for Attribute / Qualitative characteristics. Even if you want to do the analysis outside of SAP, through QM - STI interface, this interface does not support qualitative characteristics.
    Other charts you have is Histogram, Run charts. If you are in higher versions of SAP (EHP 2), SAP has given a new **** pit for evaluations, you can access it thru QGA4. Check OSS, SAP has released a consulting note on this. You can do variery of analysis and various chart options are available in this **** pit.
    I hope this helps.
    Thanks,
    Ram

  • SPC Charts and Analytics

    Hi....
    I hope somebody can provide some help.
    Does SAP's software generate SPC charts using STATIT Custom QC and STATIT eQC or another software package?  or is it SAP developed?
    Does anybody know if BusinessObjects is capable of generating SPC charts like an X-bar S chart?  Can it also provide process capability analysis (e.g. histograms with Cpk values)?
    Thanks,
    John

    You have to log into SAP to see the charts , cp,cpk values etc. I am not aware of any options to publish these charts on web, I never got  a chance to do that.
    But with my experience, the SPC options in standard SAP (ECC or R/3) are very limited not like  third party applications like infinity qs etc. The SPC chart options like any other sap r/3, go to the related transaction code and pull up the charts on various selection criteria. Configurable graphical options are available and SAP supports various kinds of charts.
    The other option (I have doen it in multiple places) is utilize sap to gather/collects data points, inerface third party statistical packages  like statistica to sap r/3 . downlaod the data from sap and do the analysis.
    Hope it helps.
    Thanks,
    Ram

  • Is LabVIEW SPC toolkit easy to learn?

    Dear All,
    For manhour estimation purposes, grateful if you may comment on the likely learning time for the SPC toolkit.
    We need to write a module to link up to our client's an existing
    factory automation system using SPC.
    We have never use SPC before.
    We
    noted that LabVIEW has a SPC module.
    Is the LabVIEW SPC toolkit easy to learn and easy to use?

    No, you don't have to use TestStand to use SPC but since you posted in the TestStand forum, I assumed that you wanted to do so.
    If your customer has an existing SPC system, then you are going to have to get details on that. SPC is a generic term and the NI SPC toolkit may not be appropriate if there is already a system in place. SPC is a method that companies use to monitor and improve quality. Data from the manufacturing process is stored and analyzed. The type of analysis done varies with what the company wants (and can afford). If you are testing product, you might be interested in yield or the ratio of products that test good versus total tested. A low yield would set a flag that the assembly of the product has some issues. A defect Pareto is done to determine which tests fail the most. This could indicate a problem with a specific part. There are numerous other methods that can be applied. Entire books have been written on the subject.
    Your involvement in SPC would probably start by having a means to write test and measurement information to a database. Most likely this would be their existing database. NI sells the Database Connectivity Toolkit that makes it simple to read/write to almost all databases. Most commercial SPC packages provide the means to set real-time alarms. If you are asked to integrate this into your program, you will have to read the database/SPC program and take some sort of action.
    Since you say "If things went well, you will add SPC to link with our EXISTING factory automation system running SPC", you will need to get additional information on this to accurately quote the task or just quote the vision part and quote the SPC part when "things went well".

Maybe you are looking for

  • How to include a .class file in a jsp page

    hi everyone, i know the syntax as: <%@ include file = "filename.class" %> then at run time the server could not find the class file if i use, <%@ page import = "FileName.class" %> then also the same problem persists & if i use <jsp:include page = "Re

  • GSBER is empty via BAPI_ACC_DOCUMENT_POST

    Hello! Could you help? I'm creating the financial document through BAPI_ACC_DOCUMENT_POST with two tax positions.   PE_DOCUMENTHEADER-BUS_ACT = 'RFBU'.   PE_DOCUMENTHEADER-USERNAME = SY-UNAME.   PE_DOCUMENTHEADER-HEADER_TXT = PI_BKTXT.   PE_DOCUMENTH

  • Region automation help

    i can't figure out if i'm doing something wrong or if this is a limitation with region automation of plug in parameters. when i automate a parameter within a plug in by grabbing the on screen control while "midi" recording automation, i am able to re

  • What does transaction bd87 do?

    Hello i need to change an idoc status.It is not working through other transactions.If i use transaction bd87, will it only change the status or/and  treat the idoc?

  • Locked the phone and lost the password

    locked my Iphone using the built in code option and might made a mistake so now it is locked. How to unlock it? Thanks