<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog - SPC Software News &#38; Updates &#124; Make Better &#38; Faster Engineering Decisions with IntraStage</title>
	<atom:link href="http://www.intrastage.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.intrastage.com/blog</link>
	<description>Organizing Complex Data to  Improve Product Quality</description>
	<lastBuildDate>Fri, 26 Apr 2013 17:48:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Significant Role of LabVIEW Database in SPC Software</title>
		<link>http://www.intrastage.com/blog/significant-role-of-labview-database-in-spc-software</link>
		<comments>http://www.intrastage.com/blog/significant-role-of-labview-database-in-spc-software#comments</comments>
		<pubDate>Fri, 26 Apr 2013 17:48:04 +0000</pubDate>
		<dc:creator>Harsh Wanigaratne</dc:creator>
				<category><![CDATA[SPC Software]]></category>
		<category><![CDATA[Labview Database]]></category>
		<category><![CDATA[TestStand Database]]></category>
		<category><![CDATA[Web Based SPC Software]]></category>

		<guid isPermaLink="false">http://www.intrastage.com/blog/?p=458</guid>
		<description><![CDATA[
Introduction to LabVIEW
LabVIEW (short for Laboratory Virtual Instrumentation Engineering Workbench) is a platform and development environment for a visual programming language from National Instruments. The graphical language is named &#8220;G&#8221;. Originally released for the Apple Macintosh in 1986, LabVIEW is commonly used for data acquisition, instrument control, and industrial automation on a variety of platforms [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2013/04/LabVIEW-Database.jpg"><img class="size-full wp-image-459 alignleft" title="LabVIEW-Database" src="http://www.intrastage.com/blog/wp-content/uploads/2013/04/LabVIEW-Database.jpg" alt="" width="200" height="248" /></a></p>
<p style="text-align: justify;"><strong>Introduction to LabVIEW</strong></p>
<p style="text-align: justify;">LabVIEW (short for <strong>Lab</strong>oratory <strong>V</strong>irtual <strong>I</strong>nstrumentation <strong>E</strong>ngineering <strong>W</strong>orkbench) is a platform and development environment for a visual programming language from National Instruments. The graphical language is named &#8220;G&#8221;. Originally released for the Apple Macintosh in 1986, LabVIEW is commonly used for data acquisition, instrument control, and industrial automation on a variety of platforms including Microsoft Windows, various flavors of UNIX, Linux, and Mac OS X. The latest version of LabVIEW is version LabVIEW 2009 which was released in August 2009.</p>
<p style="text-align: justify;"><strong>Dataflow Programming</strong></p>
<p style="text-align: justify;">The programming language used in LabVIEW, also referred to as G, is a dataflow programming language. Execution is determined by the structure of a graphical block diagram (the LV-source code) on which the programmer connects different function-nodes by drawing wires. These wires propagate variables and any node can execute as soon as all its input data become available. Since this might be the case for multiple nodes simultaneously, G is inherently capable of parallel execution. Multi-processing and multi-threading hardware is automatically exploited by the built-in scheduler, which multiplexes multiple OS threads over the nodes ready for execution.</p>
<p style="text-align: justify;"><strong>Graphical Programming</strong></p>
<p style="text-align: justify;">LabVIEW ties the creation of user interfaces (called front panels) into the development cycle. LabVIEW programs/subroutines are called virtual instruments (VIs). Each VI has three components: a block diagram, a front panel, and a connector panel. The last is used to represent the VI in the block diagrams of other, calling VIs. Controls and indicators on the front panel allow an operator to input data into or extract data from a running virtual instrument. However, the front panel can also serve as a programmatic interface. Thus a virtual instrument can either be run as a program, with the front panel serving as a user interface, or, when dropped as a node onto the block diagram, the front panel defines the inputs and outputs for the given node through the connector pane. This implies each VI can be easily tested before being embedded as a subroutine into a larger program.</p>
<p style="text-align: justify;">The graphical approach also allows non-programmers to build programs simply by dragging and dropping virtual representations of lab equipment with which they are already familiar. The LabVIEW programming environment, with the included examples and the documentation, makes it simple to create small applications. This is a benefit on one side, but there is also a certain danger of underestimating the expertise needed for good quality &#8220;G&#8221; programming. For complex algorithms or large-scale code, it is important that the programmer possess an extensive knowledge of the special LabVIEW syntax and the topology of its memory management. The most advanced LabVIEW development systems offer the possibility of building stand-alone applications. Furthermore, it is possible to create distributed applications, which communicate by a client/server scheme, and are therefore easier to implement due to the inherently parallel nature of G-code.</p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong>Benefits</strong></p>
<p style="text-align: justify;">One benefit of LabVIEW over other development environments is the extensive support for accessing instrumentation hardware. Drivers and abstraction layers for many different types of instruments and buses are included or are available for inclusion. These present themselves as graphical nodes. The abstraction layers offer standard software interfaces to communicate with hardware devices. The provided driver interfaces save program development time. The sales pitch of National Instruments is, therefore, that even people with limited coding experience can write programs and deploy test solutions in a reduced time frame when compared to more conventional or competing systems. A new hardware driver topology (DAQmxBase), which consists mainly of G-coded components with only a few register calls through NI Measurement Hardware DDK (Driver Development Kit) functions, provides platform independent hardware access to numerous data acquisition and instrumentation devices. The DAQmxBase driver is available for LabVIEW on Windows, Mac OS X and Linux platforms.</p>
<p style="text-align: justify;"><strong>Role of LabVIEW Database in SPC Software</strong></p>
<p style="text-align: justify;"><a title="LabVIEW Database" href="http://www.intrastage.com/pages/15/teststanddatabase_labviewdatabase.html" target="_self">LabVIEW database</a> allows for creating custom applications that interact with real world data or signals. In fields like manufacturing, engineering this is very beneficial, especially where the <a title="SPC Software" href="http://www.intrastage.com/" target="_self">SPC Software</a> is used. LabVIEW database as part of SPC software ensures that a higher quality is delivered where a process is concerned, in less time and fewer people involved.</p>
<p style="text-align: justify;">It contains several components, a lot of which are necessary for any type of test, measurement or control application. These components include G Programming, hardware support, analysis and technical code libraries, technology abstraction, modes of computation, UI components and reporting tools. While SPC software helps maximize productivity of a process, LabVIEW in SPC Software ensures quick and easy use of the SPC software and also ensures faster processing of data and improve business productivity.</p>
<p style="text-align: justify;"><strong>LabVIEW Database Connectivity Toolkit</strong></p>
<p style="text-align: justify;">LabVIEW offers an additional Toolkit called “LabVIEW Database Connectivity Toolkit”. With this toolkit you can communicate with different databases, such as SQL Server, Oracle, etc.</p>
<p style="text-align: justify;"><strong>How IntraStage Can Help You?</strong></p>
<p style="text-align: justify;">IntraStage is middleware solution that seamlessly connects all of your LabVIEW testers, legacy testers, and manual entry stations into a centralized <a title="LabVIEW Database" href="http://www.intrastage.com/pages/15/teststanddatabase_labviewdatabase.html" target="_self">LabVIEW database.</a> Once in the database, IntraStage provides off-the-shelf web reports for quality and yield, as well as exporting the data to tools like Excel, Minitab, and JMP.  IntraStage also easily ties into enterprise systems, such as ORACLE, SAP and other MES/ERP systems.  Now your internal team can develop test databases faster with IntraStage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intrastage.com/blog/significant-role-of-labview-database-in-spc-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new big thing&#8230;BIG Data</title>
		<link>http://www.intrastage.com/blog/the-new-big-thing-big-data</link>
		<comments>http://www.intrastage.com/blog/the-new-big-thing-big-data#comments</comments>
		<pubDate>Fri, 19 Apr 2013 20:00:37 +0000</pubDate>
		<dc:creator>Harsh Wanigaratne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[product quality test data]]></category>

		<guid isPermaLink="false">http://www.intrastage.com/blog/?p=449</guid>
		<description><![CDATA[
// 
BIG data is a collection of sets of data too large and complex that it becomes difficult to process using on-hand database management tools. Get this… it is estimated that in 2012 most mid-size companies in the USA generate the equivalent data of the US Library of Congress in 1 year. As a company, Walmart creates [...]]]></description>
			<content:encoded><![CDATA[<p><!-- ClickTale Top part --><br />
<script type="text/javascript">// <![CDATA[
var WRInitTime=(new Date()).getTime();
// ]]&gt;</script><br />
<!-- ClickTale end of Top part --><a href="http://www.intrastage.com/blog/wp-content/uploads/2013/04/big-data.jpg"><img class="aligncenter size-medium wp-image-450" title="big data" src="http://www.intrastage.com/blog/wp-content/uploads/2013/04/big-data-300x100.jpg" alt="" width="300" height="100" /></a>BIG data is a collection of sets of data too large and complex that it becomes difficult to process using on-hand database management tools. Get this… it is estimated that in 2012 most mid-size companies in the USA generate the equivalent data of the US Library of Congress in 1 year. As a company, Walmart creates the equivalent of 50 million filing cabinets worth of data every hour. While these numbers seem incredible, the trend for most companies is an increasing volume of data generation and storage.</p>
<p>Product Quality Test Data generated by <span style="color: #000080;"><a href="http://www.intrastage.com/pages/31/isyourtestequipmententerpriseready.html"><span style="color: #000080;">Automatic Test Equipment (ATE)</span></a> </span>in R&amp;D, Manufacturing and Repair environments is no exception. The challenges of this enormous amount of Test Data is how to provide people with effective way to make product quality decisions from it. Quality today means augmenting the power of traditional <a href="http://www.intrastage.com/pages/30/realtimespcdatacollectionsoftware.html"><span style="color: #000080;">SPC (Statistical Process Control) </span></a>techniques with activities such as ensuring complete visibility into yields, being able to link failures with repair information and having a collaborative platform upon which all functions of an organization (R&amp;D, Manufacturing, Supply Chain etc.) can access this Test Data to quickly root cause issues.</p>
<p>If you would like to know more about these trends and how some Fortune 1000 companies are improving their Product Quality our VP Sales &amp; Marketing will be holding a seminar on&#8230;&#8221;Using BIG Data to Improve Product Quality for Electronic Manufacturers&#8221; at the FREE <a href="http://www.intrastage.com/events_details.php?id=23&amp;past=1"><span style="color: #000080;">Del Mar Electronics &amp; Design Show</span></a>.<br />
<!-- ClickTale Bottom part --></p>
<p><script type="text/javascript">// <![CDATA[
document.write(unescape("%3Cscript%20src='"+
 (document.location.protocol=='https:'?
  'https://clicktalecdn.sslcs.cdngc.net/www/':
  'http://s.clicktale.net/')+
 "WRe0.js'%20type='text/javascript'%3E%3C/script%3E"));
// ]]&gt;</script><br />
<script type="text/javascript">// <![CDATA[
var ClickTaleSSL=1;
if(typeof ClickTale=='function') ClickTale(4729,1,"www14");
// ]]&gt;</script><br />
<!-- ClickTale end of Bottom part --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intrastage.com/blog/the-new-big-thing-big-data/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Test Data Management Made Simple with IntraStage SPC Software</title>
		<link>http://www.intrastage.com/blog/test-data-management-made-simple-with-intrastage-spc-software</link>
		<comments>http://www.intrastage.com/blog/test-data-management-made-simple-with-intrastage-spc-software#comments</comments>
		<pubDate>Thu, 07 Mar 2013 05:57:33 +0000</pubDate>
		<dc:creator>Leslie</dc:creator>
				<category><![CDATA[SPC Software]]></category>
		<category><![CDATA[test data]]></category>
		<category><![CDATA[test data collection]]></category>
		<category><![CDATA[Test Data Management]]></category>
		<category><![CDATA[Test Data Management Software]]></category>

		<guid isPermaLink="false">http://www.intrastage.com/blog/?p=446</guid>
		<description><![CDATA[In 15 years, memory density will be 1000 times greater than today which is a peta-byte for 100 dollars. This can store about 85 years of video. A person will die before he finishes watching.&#8221; 
- Eric Schmidt, Google CEO
Data is the lifeblood of any organization. With it, companies can understand current issues, analyze trends, [...]]]></description>
			<content:encoded><![CDATA[<p><em><a href="http://www.intrastage.com/blog/wp-content/uploads/2013/03/Test-Data-Management.jpg"><img class="alignleft size-medium wp-image-447" title="Test-Data-Management" src="http://www.intrastage.com/blog/wp-content/uploads/2013/03/Test-Data-Management-213x300.jpg" alt="" width="213" height="300" /></a>In 15 years, memory density will be 1000 times greater than today which is a peta-byte for 100 dollars. This can store about 85 years of video. A person will die before he finishes watching.&#8221; </em></p>
<p style="text-align: right;"><em><strong>- Eric Schmidt, Google CEO</strong></em></p>
<p style="text-align: justify;">Data is the lifeblood of any organization. With it, companies can understand current issues, analyze trends, and determine actionable results to provide superior products to their customers. Enterprise resource planning (ERP) and customer relationship management (CRM) systems have done this for the business intelligence world for many years. In the test and production arena, R&amp;D departments are realizing that proper test data management can be a competitive differentiator in getting high-quality products to market faster. There is an increased need for a data management strategy, and if handled incorrectly, they can make test data a big problem.</p>
<p style="text-align: justify;">Today, companies have a “build vs. buy” decision when seeking software solutions to manage product quality data in R&amp;D, Manufacturing, Supplier or other areas of the product’s life cycle. As product quality becomes more and more important to retain customers, reduce operational cost and ensure customer satisfaction, it is no longer a decision on “if we need test data management”, but instead on “how should we implement quality test data management”.</p>
<p style="text-align: justify;">As with everything, there is no single “correct answer” to this “build vs. buy” question. In this Blog, we will explore the needs of test data management and how to handle it effectively with the help of <a title="IntraStage SPC Software" href="http://www.intrastage.com/" target="_self">IntraStage SPC Software</a>.</p>
<p style="text-align: justify;">Studies show that in most of the companies up to 60 percent of application development and testing time is devoted to data-related tasks. Reducing time spent on test data management is critical in controlling IT costs and keeping developers focused on the task at hand &#8211; developing new applications and managing existing ones. To design and build reliable applications today, however, entails a complex process involving a range of different and unfamiliar databases and file types. Often, developers and testing teams spend more time dealing with data-related issues than developing the actual application itself.</p>
<p style="text-align: justify;">Companies are inundated with data, and most are starting to realize that gigabytes of test data exist on hard drives throughout their supply chain. This data exists in a hodge-podge of formats, making it extremely difficult to normalize into a single database.  However, if this data were normalized, a number of macro-quality metrics would be possible, which could:</p>
<ul style="text-align: justify;">
<li>Improve manufacturing      yield</li>
<li>Enable information      visibility between functional groups such as R&amp;D Manufacturing, etc to      improve defect resolution times</li>
<li>Optimize test times      to move product through manufacturing faster</li>
<li>Decrease warranty      returns and recall events</li>
</ul>
<p style="text-align: justify;">Once a company has realized the positive financial impact that comes from better managing quality data, they often begin moving toward creating a normalized database and quality data management system. A common set of goals are:</p>
<ol style="text-align: justify;">
<li>Select a system that      can scale throughout the enterprise and supply chain</li>
<li>Incorporate industry      best practices</li>
<li>Finance with a “phase      gate” approach, where a low-cost pilot project is proven successful as a      step toward enterprise rollout</li>
<li>Deliver high value      relative to TCO (total cost of ownership)</li>
<li>Leverage your      company’s specific expertise and personnel</li>
</ol>
<p style="text-align: justify;">To select a system that can scale, the two core problems are:</p>
<p style="text-align: justify;">1). How to build a robust data model that will work for all legacy test data as well as all future test data and</p>
<p style="text-align: justify;">2). How to cost-effectively retrieve product quality test data from so many different locations, including those outside the firewall.</p>
<p style="text-align: justify;">The good news is that several companies, including IntraStage, now offer COTS (commercial off-the-shelf) solutions for both of these core problems. For instance, rather than spending NRE (non-recurring engineering) dollars to create and debug your own data model and retrieval process, you can purchase this technology at a fraction of the cost of inventing it in-house.</p>
<p style="text-align: justify;">Another benefit of using COTS technology is that the solution will already incorporate industry best practices, resolving goal #2. Rather than spending time learning all of the best practices and coding them internally, you can evaluate competitive COTS products and see how the best practices are coded into the product.</p>
<p style="text-align: justify;">While most internal teams will agree that the above list of goals is a great “pie-in-the-sky” set of tasks, they will admit to being mired in issues of maintaining the existing systems. Some common issues that need to be managed include:</p>
<ul style="text-align: justify;">
<li>How to maintain the      system if a key developer or IT person leaves?</li>
<li>How to add new      feature requests from Users?</li>
<li>How can system uptime      be guaranteed to 99.99%?</li>
<li>How to manage new applications      to access the data?</li>
<li>How to efficiently      scale the system to add new users, new products etc?</li>
</ul>
<p style="text-align: justify;">These are areas where IntraStage can help.</p>
<p style="text-align: justify;">The IntraStage solution offers a core foundation technology, solving the issues of data model, data retrieval, and out-of-the-box reporting while allowing your company to plug-in custom software and solve your specific needs for reporting, visualizations, and process around the test data.</p>
<p style="text-align: justify;">IntraStage is a Quality <a title="Test Data Management Software" href="http://www.intrastage.com/pages/11/testdatamanagementsoftware.html" target="_self">Test Data Management Software</a> provider for companies who design and manufacture electronic products. We provide SPC, Yield, CP, CPK, and test data analytical tools by automating the retrieval, storage, mining and reporting of R&amp;D, Manufacturing, Supplier and Field test data. Our clients choose us because we seamlessly integrate test data from different sources, lower their product design, manufacture and return costs by finding quality trends more quickly and accurately. IntraStage’s test data management software that saves time and reduces the level of complexity often associated with managing distributed data and preparing data for testing.</p>
<p style="text-align: justify;">IntraStage <a title="Test data Management Tool" href="http://www.intrastage.com/pages/11/testdatamanagementsoftware.html" target="_self">test data management tool</a> simplifies the complex task of managing test data. Equipped with an easy-to-use graphical interface, IntraStage allows developers and testing teams to perform all data-related tasks without writing programs or scripts, coding databases or using multiple utilities. IntraStage provides a standardized approach to managing data from multiple databases and file types, gives users the tools they need to effectively work with data and increases productivity, all without prerequisite training or expertise. IT organizations will immediately save time and reduce costs using IntraStage in their development and testing processes.</p>
<p style="text-align: justify;">Fortune 1000 companies rely on IntraStage’s business intelligence to keep them competitive when product quality and customer satisfaction are key differentiators. IntraStage product offerings ranges from on-site audits all the way to enterprise-wide business intelligence solutions. We can work with your internal team to build a quality test data management system that solves today’s problems and scales into the future.</p>
<p style="text-align: justify;"><a title="IntraStage SPC Software" href="http://www.intrastage.com/contact-us.php" target="_self">Contact IntraStage</a> today to get a proposal for a pilot project in your test department.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intrastage.com/blog/test-data-management-made-simple-with-intrastage-spc-software/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>We are nominated for Best in Test!</title>
		<link>http://www.intrastage.com/blog/we-are-nominated-for-best-in-test</link>
		<comments>http://www.intrastage.com/blog/we-are-nominated-for-best-in-test#comments</comments>
		<pubDate>Thu, 06 Dec 2012 20:23:42 +0000</pubDate>
		<dc:creator>Harsh Wanigaratne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[best in test]]></category>
		<category><![CDATA[electonic test and measurement]]></category>
		<category><![CDATA[test & measurement world]]></category>
		<category><![CDATA[test data collection]]></category>

		<guid isPermaLink="false">http://www.intrastage.com/blog/?p=439</guid>
		<description><![CDATA[Test and Measurement World have selected the finalists for the Best in Test awards and the Test of Time award.  The editors have searched through many commendable products, nominated by vendors, that were introduced between November 1, 2011, and October 26, 2012. With your vote, IntraStage can win this annual awards program, which recognizes excellence in electronics [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/12/best-in-test-e1354825298773.jpg"><img class="alignleft size-medium wp-image-440" title="best in test" src="http://www.intrastage.com/blog/wp-content/uploads/2012/12/best-in-test-218x300.jpg" alt="" width="218" height="300" /></a>Test and Measurement World have selected the finalists for the <strong>Best in Test </strong>awards and the Test of Time award.  The editors have searched through many commendable products, nominated by vendors, that were introduced between November 1, 2011, and October 26, 2012. With your vote, IntraStage can win this annual awards program, which recognizes excellence in electronics test and measurement. <br />
<strong>Place your vote for IntraStage&#8217;s Black Belt 5.0 </strong><strong><a href="http://www.tmworld.com/electronics-blogs/other/4402436/Cast-your-vote-for-Best-in-Test-?utm_source=Customers+and+Prospects+10.16.12&amp;utm_campaign=a6582e081e-Paperless+Forms+5.23.12&amp;utm_medium=email" target="_blank">HERE</a></strong>! </p>
<p>Test and Measurement World will announce the category winners at their Best in Test event, which will be held on January 31 in conjunction with <a href="http://www.designcon.com/?utm_source=Customers+and+Prospects+10.16.12&amp;utm_campaign=a6582e081e-Paperless+Forms+5.23.12&amp;utm_medium=email">DesignCon 2013</a>; they will also announce them at <a href="http://www.tmworld.com/?utm_source=Customers+and+Prospects+10.16.12&amp;utm_campaign=a6582e081e-Paperless+Forms+5.23.12&amp;utm_medium=email">www.tmworld.com</a> in February. We hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intrastage.com/blog/we-are-nominated-for-best-in-test/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Does IntraStage Facilitate Intelligent Data Analysis</title>
		<link>http://www.intrastage.com/blog/how-does-intrastage-facilitate-intelligent-data-analysis</link>
		<comments>http://www.intrastage.com/blog/how-does-intrastage-facilitate-intelligent-data-analysis#comments</comments>
		<pubDate>Tue, 20 Nov 2012 05:17:47 +0000</pubDate>
		<dc:creator>Leslie</dc:creator>
				<category><![CDATA[SPC Software]]></category>
		<category><![CDATA[Labview Database]]></category>
		<category><![CDATA[Real Time SPC]]></category>
		<category><![CDATA[SPC Data Collection Software]]></category>
		<category><![CDATA[Statistical Process Control Software]]></category>
		<category><![CDATA[TestStand Database]]></category>
		<category><![CDATA[Web Based SPC Software]]></category>

		<guid isPermaLink="false">http://www.intrastage.com/blog/?p=433</guid>
		<description><![CDATA[Many organizations today struggle with getting meaningful insights out of their Test Data. Partly this is due to the complexity of the collection and aggregation of the data, and also partly due to the actual types of data that is recorded at the Test Stations. This complexity is largely a result of the multitude of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Many organizations today struggle with getting meaningful insights out of their Test Data. Partly this is due to the complexity of the collection and aggregation of the data, and also partly due to the actual types of data that is recorded at the Test Stations. This complexity is largely a result of the multitude of different file formats that exist within Test teams and organizations. Even in a specific product family there can be multiple generations of test formats and the way to capture the Test Data can radically change. This results in a fractured ecosystem of data formats which make it difficult for Test Engineers and Management to get a global view of what is going on with their product quality.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">With some careful planning, the test data collected from <strong><a href="http://www.intrastage.com/industries.php">TestStand Database </a></strong>can be full of rich insights if some standard tags are added to the overall Test Data format. By standardizing on an output like Extensible Markup Language (XML), Automatic Test Markup Language (ATML) etc the re-invention of formats is eliminated. As the saying goes “Data is useless unless it is acted upon”. Test Data is key to identifying cost and throughput drivers on the product line. These new insights and capabilities can include Test Equipment Utilization, Test Equipment Accuracy, Yield Root Cause drill downs and Statistical Process Control (SPC).</p>
<p style="text-align: justify;">With IntraStage you can seamlessly integrate test data from different sources and lower your product design, manufacturing and return costs by finding quality trends quickly and accurately.</p>
<p style="text-align: justify;">IntraStage empowers businesses to make critical decisions easily and quickly throughout the product development life cycle with its<strong> <a href="http://www.intrastage.com/what-is-intrastage.php">Statistical Process Control Software</a></strong>. It has proved invaluable in uncovering improvement opportunities in both product design and manufacturing processes. Using a web based interface, IntraStage provides immediate access to all of your test data enabling you to quickly identify trends, failure analysis and yields. Built in QA routines such as CP, CPK, SPC and Six-Sigma help you identify the main issues affecting product quality.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">IntraStage has no limit to the number of users who can take advantage of managing and analyzing their Labview database, from development engineers&#8217; right through to manufacturing managers. By automating the process of collecting test data, OEMs can mine the data better and have the <strong><a href="http://www.intrastage.com/">real-time SPC</a></strong> capability to view issues and respond quicker to potential problem spots. Due to real time and historical access to all your product test data you can visualize trends, SPC data which means to reduce product rework, retest, test cycles and bring faster response to complex hidden product problems.</p>
<p style="text-align: justify;">Having deployed IntraStage you can achieve some meaningful results from the Test Data Tags implemented. Now it has become clear that with IntraStage’s <strong>Statistical Process Control Software</strong> we can do Intelligent Data Analysis and increase the quality of engineering decisions. Start using IntraStage today and improve your capabilities and reliability of the test data collection and statistical process analysis.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intrastage.com/blog/how-does-intrastage-facilitate-intelligent-data-analysis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Significant Role of SPC Software in Improving Quality</title>
		<link>http://www.intrastage.com/blog/significant-role-of-spc-software-in-improving-quality</link>
		<comments>http://www.intrastage.com/blog/significant-role-of-spc-software-in-improving-quality#comments</comments>
		<pubDate>Wed, 31 Oct 2012 12:54:14 +0000</pubDate>
		<dc:creator>Leslie</dc:creator>
				<category><![CDATA[SPC Software]]></category>
		<category><![CDATA[SPC]]></category>
		<category><![CDATA[SPC Techniques]]></category>
		<category><![CDATA[Statistical Process Control]]></category>
		<category><![CDATA[Web Based SPC Software]]></category>

		<guid isPermaLink="false">http://www.intrastage.com/blog/?p=424</guid>
		<description><![CDATA[What is Statistical Process Control (SPC)?
Statistical Process Control is an analytical decision making tool paramount for any manufacturing or engineering company to improve product quality by reducing process variation. It is a powerful tool that assists you to identify potential problems in process control and helps to optimize process, reduce process cost and observe noticeable [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/10/SPC-Software.jpg"><img class="alignleft size-full wp-image-431" title="SPC-Software" src="http://www.intrastage.com/blog/wp-content/uploads/2012/10/SPC-Software.jpg" alt="" width="229" height="226" /></a></strong><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/10/SPC-Software.jpg"><strong></strong></a><strong>What is Statistical Process Control (SPC)?</strong></p>
<p style="text-align: justify;"><strong>Statistical Process Control</strong> is an analytical decision making tool paramount for any manufacturing or engineering company to improve product quality by reducing process variation. It is a powerful tool that assists you to identify potential problems in process control and helps to optimize process, reduce process cost and observe noticeable improvement on the bottom line. SPC applies statistical methods and enables you to understand the interaction between variables, allow you to predict the effect of a new strategy and helps minimize the need for expensive and time consuming off-line testing.</p>
<p style="text-align: justify;">Quality is a critical part in manufacturing line, crucial for every business because good quality helps to determine a firm’s success in a number of ways such as customer retention, well-built brand status besides attracting and retaining skilled workforce. Quality control and development department uses various tools to identify the main issues that affect product quality and acts to streamline quality by implementing corrective actions that increase productivity and maximize growth.</p>
<p style="text-align: justify;">Studies reveal that SPC is well-known methods followed for monitoring, controlling and improving the process through statistical analysis. Manufacturers who have a continuous improvement program in place adopt <a href="http://www.intrastage.com/what-is-intrastage.php"><strong>Web Based SPC Software </strong></a>to monitor and control process variations and prevent waste from occurring. Every organization has number of processes and variables that can affect product and service outcomes, one greatest challenge is find &amp; focus the processes &amp; variables that are of key importance.</p>
<p style="text-align: justify;">SPC tools help identify areas that need attention, but managerial approach is required to use the SPC tools well. <strong>SPC Software</strong> guides you the type of action that is appropriate for improving the functioning of a process, analyze the return on investment and aid industries follow data-driven philosophy of quality improvement that values defect prevention over defect detection.</p>
<p style="text-align: justify;"><a href="http://www.intrastage.com/"><strong>SPC Software</strong></a> has number of tools to evaluate processes. Using the right tool will give you the exact Data Reporting of the process. Data reporting of each process is shown in chart format. Control charts graphically display your process information in an intelligent manner to operators and managers. Different types of charts like control chart, flow chart, Pareto Charts, Cross-sectional Chart, Mean chart, CUSUM and EWMA Charts and g Chart determines the ability of a process to meet client specifications. Leverage on Intrastage’s software to integrate test data from different sources and develop plans that directly impact the bottom-line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intrastage.com/blog/significant-role-of-spc-software-in-improving-quality/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NITS Events&#8230;We promise your grandma won&#8217;t be there</title>
		<link>http://www.intrastage.com/blog/nits-events-we-promise-your-grandma-wont-be-there</link>
		<comments>http://www.intrastage.com/blog/nits-events-we-promise-your-grandma-wont-be-there#comments</comments>
		<pubDate>Tue, 23 Oct 2012 21:47:50 +0000</pubDate>
		<dc:creator>Harsh Wanigaratne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.intrastage.com/blog/?p=416</guid>
		<description><![CDATA[
Join IntraStage for a one-of-a-kind event packed with new technology demonstrations, expert advice, hands-on learning opportunities, and a partner exhibition. Beginning in October, IntraStage will be attending NI Technical Symposiums in 9 cities throughout North America. The day-long event program features a morning keynote and more than a dozen technical sessions designed to help you enhance your [...]]]></description>
			<content:encoded><![CDATA[<p id="mf73"><a id="mfa38" href="http://www.ni.com/techsym/"><img id="mf72" src="http://www.intrastage.com/userfiles/images/07068_fg_nits2012.jpg" alt="" width="540" height="133" /></a><br />
Join IntraStage for a one-of-a-kind event packed with new technology demonstrations, expert advice, hands-on learning opportunities, and a partner exhibition. Beginning in October, IntraStage will be attending NI Technical Symposiums in 9 cities throughout North America. The day-long event program features a morning keynote and more than a dozen technical sessions designed to help you enhance your productivity, reduce your costs, and optimize your system&#8217;s performance.  Follow us as we bounce around the US.  This month Patrick Kelly will be in <a href="http://sine.ni.com/nievents/app/offering/p/offeringId/1202054/site/nic/country/us/lang/en">Huntsville, AL</a> on October 30th.  For further details please visit our <a href="http://http://www.intrastage.com/events_details.php?id=20&amp;past=1">events page</a>.  We hope to see you there, without your needle and yarn.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intrastage.com/blog/nits-events-we-promise-your-grandma-wont-be-there/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webinar:  Compliance &amp; Traceability ~ Problems Happen&#8230;be Prepared for them</title>
		<link>http://www.intrastage.com/blog/webinar-compliance-traceability-problems-happen-be-prepared-for-them</link>
		<comments>http://www.intrastage.com/blog/webinar-compliance-traceability-problems-happen-be-prepared-for-them#comments</comments>
		<pubDate>Tue, 16 Oct 2012 23:50:47 +0000</pubDate>
		<dc:creator>Harsh Wanigaratne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[Supplier components]]></category>
		<category><![CDATA[test data]]></category>
		<category><![CDATA[test stations]]></category>
		<category><![CDATA[traceability]]></category>

		<guid isPermaLink="false">http://www.intrastage.com/blog/?p=411</guid>
		<description><![CDATA[IntraStage recently held a Webinar on Compliance &#38; Traceability&#8230;How to have a better sleep when Mayhem happens.  The content of the webinar focused on:

Why Traceability and Compliance are getting more important
Test Data and Database Best Practices
Demo of using IntraStage to rapidly look up Serial Numbers and pinpoint failure causes
We also have a whitepaper available on Compliance &#38; [...]]]></description>
			<content:encoded><![CDATA[<p>IntraStage recently held a Webinar on<a href="http://www.intrastage.com/view_video_window.php?type=tech_resource&amp;file=Compliance_and_Traceability_Public.swf&amp;id=124" target="_blank"> Compliance &amp; Traceability</a>&#8230;How to have a better sleep when Mayhem happens.  The content of the webinar focused on:</p>
<ul>
<li>Why Traceability and Compliance are getting more important</li>
<li>Test Data and Database Best Practices</li>
<li>Demo of using IntraStage to rapidly look up Serial Numbers and pinpoint failure causes<br />
We also have a whitepaper available on Compliance &amp; Traceability.  <a href="http://www.intrastage.com/white_papers/11/white_paper_intrastage_compliance_and_traceability_v1_5.pdf" target="_blank">Check it out!</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.intrastage.com/blog/webinar-compliance-traceability-problems-happen-be-prepared-for-them/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Statistical Process Control Techniques &#8211; An Overview</title>
		<link>http://www.intrastage.com/blog/statistical-process-control-techniques-an-overview</link>
		<comments>http://www.intrastage.com/blog/statistical-process-control-techniques-an-overview#comments</comments>
		<pubDate>Mon, 08 Oct 2012 19:19:08 +0000</pubDate>
		<dc:creator>Leslie</dc:creator>
				<category><![CDATA[SPC Software]]></category>
		<category><![CDATA[SPC]]></category>
		<category><![CDATA[SPC Techniques]]></category>
		<category><![CDATA[Statistical Process Control]]></category>

		<guid isPermaLink="false">http://www.intrastage.com/blog/?p=393</guid>
		<description><![CDATA[What is Statistical Process Control (SPC)?
Statistical process control (SPC) is a systematic decision making tool which uses statistical-based techniques to monitor and control a process to advance the quality or uniformity of the output of a process &#8211; usually a manufacturing process. It is commonly used in industry to measure the productivity or to measure, [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/10/spc-techniques.jpg"><img class="alignleft size-medium wp-image-398" title="spc-techniques" src="http://www.intrastage.com/blog/wp-content/uploads/2012/10/spc-techniques-300x300.jpg" alt="" width="300" height="300" /></a>What is Statistical Process Control (SPC)?</strong></p>
<p style="text-align: justify;"><strong>Statistical process control (SPC)</strong> is a systematic decision making tool which uses statistical-based techniques to monitor and control a process to advance the quality or uniformity of the output of a process &#8211; usually a manufacturing process. It is commonly used in industry to measure the productivity or to measure, track and improve the ongoing performance of a process or determine if the process is in control or not. The significance of SPC Software is that by monitoring the process and bringing the process under statistical control to identify and take action on special causes of variation. SPC is supportive to maximize the overall profit by improving product quality, improving productivity, streamlining process, improving customer service, etc.</p>
<p style="text-align: justify;"><strong>What are steps involved in using Statistical Process Control (SPC)?</strong></p>
<ul>
<li style="text-align: justify;"><strong>Plan:</strong><strong> </strong>First identify the root cause of the problem and take corrective action to that problem. A corrective action is an immediate action as soon as the problem is identified.</li>
<li style="text-align: justify;"><strong>Experiment / Research: </strong>When problem occurs SPC software helps to analyze and empowers you to make better engineering decisions easily and quickly throughout the product development life cycle.</li>
<li style="text-align: justify;"><strong>Analyze:</strong> With the help of digitalized test data have a complete view of the manufacturing metrics and try to spell out all of the possible issues and send the data to R&amp;D thereby improving product quality and customer satisfaction.</li>
<li style="text-align: justify;"><strong>Act:</strong> If the result is successful then work on additional improvements. If the result is not yet successful then the look for other ways to change the process.</li>
</ul>
<p style="text-align: justify;"><strong>Specifically About Control Charts</strong></p>
<p style="text-align: justify;">Process control charts are just about simple-looking connected-point charts. The points are plotted on an x/y axis with the x-axis usually representing time. The plotted points are usually averages of subgroups and they can also be individual measurements. SPC control charts exactly shows the merits and demerits points of each process in a graphic format. Control charts help to identify the difference in a measurement during the time period that the process is observed. More importantly, the chart will show you how the process is performing and how the process capabilities are affected by changes to the process. Also, identify bottlenecks, waiting times, and other sources of delays within the process. Finally, SPC over other methods of quality control such as &#8220;inspection” is that it helps to maintain the consistency of a process, which will result in a consistency in the quality as well.</p>
<p style="text-align: justify;">Control charting is vital steps involved in distinguishing between common cause variation that is always present and special cause variation that is out of statistical control. Statistical Process Control technique steps include  detection, study, prioritization, illumination and then charting. Before using quality control software collect proper data for analysis. Consider first quality is a sequence of continuous improvement. This control charting procedures is greatly assisted by <strong>SPC software</strong> like IntraStage.</p>
<p style="text-align: justify;">Ready to give IntraStage a spin? IntraStage offers industry&#8217;s leading <a href="http://www.intrastage.com/"><strong>real-time SPC software</strong></a> for better and faster engineering decisions. It automates data collection and analysis on the manufacturing plant floor, allowing you to prevent defects before they occur.  Start saving time, money and systematically improve quality and efficiency.</p>
<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/08/car_parts.gif"></a></p>
<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/08/car_parts.gif"></a></p>
<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/08/car_parts.gif"></a></p>
<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/08/car_parts.gif"></a></p>
<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/08/car_parts.gif"></a></p>
<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/08/car_parts.gif"></a></p>
<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/08/car_parts.gif"></a></p>
<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/08/car_parts.gif"></a></p>
<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/08/car_parts.gif"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intrastage.com/blog/statistical-process-control-techniques-an-overview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Struggling with Paper based test data?</title>
		<link>http://www.intrastage.com/blog/struggling-with-paper-based-test-data</link>
		<comments>http://www.intrastage.com/blog/struggling-with-paper-based-test-data#comments</comments>
		<pubDate>Thu, 02 Aug 2012 20:48:17 +0000</pubDate>
		<dc:creator>Harsh Wanigaratne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.intrastage.com/blog/?p=374</guid>
		<description><![CDATA[How would your car behave if the Computer in your car never got data from its Engine Sensor? Not very good things I imagine. Like a car today, which has many sensors to determine the health of a car..what most Electronics manufacturers lack is a complete suite of Test Data sensors across ALL their manufacturing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.intrastage.com/blog/wp-content/uploads/2012/08/car_parts.gif"><img class="alignleft size-medium wp-image-375" title="Data" src="http://www.intrastage.com/blog/wp-content/uploads/2012/08/car_parts-300x179.gif" alt="" width="300" height="179" /></a>How would your car behave if the Computer in your car never got data from its Engine Sensor? Not very good things I imagine. Like a car today, which has many sensors to determine the health of a car..what most Electronics manufacturers lack is a complete suite of Test Data sensors across ALL their manufacturing stations.</p>
<p>Today the most dominant sensor for getting Test Data on Electronic Products in manufacturing environments is through ATEs (Automatic Test Equipment). At IntraStage though, probably 90% of our customers also have some Stations in manufacturing whether repair, manual assembly stations etc.. where an ATE is not feasible or required. What happens at these Manufacturing Stations is that some operation is performed on the product and then a small number of Test Data is recorded on Paper.</p>
<p>While this is good that the Test Data is actually being recorded on paper..what is difficult about this situation is not having the ability to quickly aggregate and mine the Test Data to determine true Yields, SPC, Rework etc. Having a stack of paper located in some filing cabinet always seem to de-motivate people to do that&#8230;go figure. <img src='http://www.intrastage.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>No longer is this a necessary situation though..web based technology can solve this problem by allowing Test Data to be directly recorded in Paperless Web based forms. While this adoption has been slow&#8230;we feel that it is inevitable that all Test Data will be digitized..and only then will the Company have a complete view of its manufacturing metrics like yield, rework, scrap etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intrastage.com/blog/struggling-with-paper-based-test-data/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
