Electronics assembly documentation includes files such as design schematics, assembly drawings, test procedures, bills of materials and more. Problems or omissions in this documentation result in delays and, in extreme cases, may lead to product deficiencies and quality issues. The following best practices will help ensure that documentation to be sent to the EMS company is in good order.
Documentation is typically provided to us in a .zip file that contains documentation related to details of the PCB, assembly work required, materials required, design schematics, test procedures, special instructions, and more. Ideally, the documentation files should be separated into discrete folders. As an EMS company, we prefer either:
The following are common errors related to manufacturing documents. Avoiding these errors will improve delivery time and quality.
CAD data. Not every contract manufacturer has the systems to handle CAD data. For those that do, accurate CAD data improve information flow and can reduce manufacturing time and design errors. For example, the manufacturer can query CAD data for accurate dimensions and other product details.
If using a third party for CAD layout, request the CAD layout data from that company. If producing CAD layouts in-house, follow these guidelines:
Schematics and drawings. Adhere to these three best practices when preparing schematics and drawings for a contract manufacturer:
Reference a workmanship standard to which the manufacturer must adhere. If special assembly steps or requirements exist, indicate these on the drawing. PDF format is acceptable for assembly drawings.
Bill of materials. Follow these guidelines when preparing BoMs for the contract manufacturer:
Functional specification. A functional specification of how the product is meant to function is helpful if testing is being undertaken. This information cannot be conveyed by a schematic or CAD data. A functional specification should describe how the product is designed to work and its acceptable limits. This, in combination with the other documentation, allows technicians to understand the product quickly and move on to efficient testing and debug.
George Henning is vice president of manufacturing at OCM Manufacturing (www.ocmmanufacturing.com); This email address is being protected from spambots. You need JavaScript enabled to view it..
Figure 1. Working from the CAD system offers the best chance at accurate data.
Figure 2. The assembly drawing provides higher-quality information about board assembly than do Gerber data and should
be included.
Whether designing a PCB, cleaning the car or cooking a meal, we all look for ways to do things faster. Of course, at work there’s more at stake than, well, steak. Concurrent engineering introduces parallelism into our design process so that we can shorten, accelerate or recover our schedules. It permits different disciplines to have a positive impact on costs, quality and performance earlier in the design cycle – when it matters. A recent study by the Aberdeen Group found that best-in-class companies focus on improving communication and collaboration. They achieve this by working concurrently and collaborating across the extended PCB development team, and some report up to a 60% decrease in design cycle time.
Concurrent engineering is a widely used term and anyone who appreciates motherhood and apple pie will surely claim to practice it in their design process. I love my mother and enjoy apple pie as much as the next guy, but let’s get a bit more specific.
Consider two approaches to concurrent engineering:
In PCB design, independent concurrent engineering is widely practiced because it can be achieved somewhat independently of a design tool’s capabilities. It is true, however, that a change or problem in one activity can affect other activities. For example, the most common form of independent concurrent engineering is schematic design in parallel with the PCB layout. A change in the schematic netlist requires an update of the PCB netlist. Communicating and managing changes between activities is critical for this approach.
Collaborative concurrent engineering in PCB design is much less common and usually enabled by tool capabilities. Historically, PCB design tools have been designed for use by a single user at a time. Innovative users have figured ways to apply concurrent engineering to single user activities. They do this by eliminating codependency in the form of a partition-and-reassemble approach.
For example, PCB layout can be partitioned into two pieces, effectively creating two new designs. Two or more designers work on them independently, and then reassemble the two designs back into the original design. Next, the boundaries of the partitions need to be cleaned, taking into account placement changes, physical connectivity and constraints. A placement change in one partition could cause a violation with the other partition’s components. Physical connectivity refers to the actual hooking up of traces that cross the boundaries. Constraint violations could occur once the partitions are reconnected, and must be dealt with.
The problems with this approach include overhead of partition and reassemble, risk of error and suboptimal use of resources. On top of this, partitioning by area is not always ideal; it may make sense to assign different nets or busses to a designer, or different layers. On top of these problems, this approach is only useful for the routing portion of the layout design.
Let’s examine how concurrent engineering can be applied in a couple of areas of PCB design, namely schematic design and PCB layout.
Schematic design is sheet-based and can be flat or hierarchical. Usually, different engineers can work on different sheets, with an agreement about the interfaces between those sheets. Mismatches between the sheets would be found through design reviews, schematic checking or, worst case, during PCB layout. Even so, mismatches in connectivity may not be found until a prototype is built. Another fly in the ointment is the increasing need to specify electrical constraints on the nets. Constraints for more than 80% of nets are quite common, hence the need to collaborate on constraint definition. There are currently different approaches to this design challenge:
This is where concurrent engineering is enabled by the tool’s capabilities. For starters, not all schematic design tools have a constraint management system. Of those that do, most enforce a serial approach such that only one person can edit constraints at any time. This restriction arises from the fact that constraints go across the design and so are held in a single database accessible by one person at a time (back to that single-user architecture discussed earlier).
PCB layout is a tougher nut to crack. Unlike a schematic that naturally is divided into sheets, a PCB layout is a flat representation in a single database. Most PCB design systems can partition a design, creating a new layout for each partition. Normally this would only be done once placement is complete; otherwise, how would you calculate the areas and size of the partitions? Ad hoc rules are put in place regarding the interfaces between the partitions so that they can be reassembled into the complete design.
Troublesome questions arise with this approach. What about nets that traverse partitions? What if a partition needs more space due to fanout and breakout? What if the agreed on partition interfaces are suboptimal? (Bit optimization of busses at the interface present a special challenge.)
The answers involve reassembling the board, making the change and then restarting the partition process. Then, having finished the partition design, the whole design is reassembled. Now we have to clean up the interfaces and complete any of the design that spans the partitions – for example, the global nets, power and ground planes.
As you can see, this approach is complex, and while users and the tool suppliers endeavor to automate and control the whole process, these problems are really just symptoms of the real underlying issue: the architecture of the tools. Many were designed in the ’80s and early ’90s. The only way to achieve concurrent engineering with tools designed for a single user is to somehow turn the problem into one of independent concurrent engineering. Clearly, collaborative concurrent engineering would make more sense.
The problem has been solved in industries such as IT and even video gaming by the use of a client-server architecture. Today’s video games allow multiple players in the same game, played over the Internet. The server provides access to the game’s database for multiple clients, ensuring data integrity and real-time game feedback and communication between the players. There are many other examples, such as video and voice conferencing, instant messaging, financial reporting – isn’t it about time PCB tools took advantage of this technology?
A client-server architecture allows multiple engineers to work on the same design data in real-time. Those engineers can be distributed across organizations, geography, and even companies.
Revisiting our examples, multiple engineers can work on the schematic such that they see their work in the context of the whole design in real time (including the system-wide connectivity model), not as a snapshot. If an interface changes, they see it immediately – no need to wait for a design review or schematic check. They can enter constraints and see where others are entering constraints without stepping on each other’s toes. Need to modify a net that crosses multiple sheets or hierarchy? No problem. They can make the change, and the team sees it in real time. Because there is a single schematic database, there are no error-prone re-synchronization steps.
A client-server architecture when applied to the layout allows multiple designers to work on a single layout design without the need for the partition-reassemble rigmarole. Each designer can see where the others are working; the possibilities are endless and can be applied from placement to routing to power distribution to manufacturing prep. Now, multiple designers can work on different areas of the board, or on different layers. Engineers can join a design session offering advice on critical placement and routing. Note also that engineers could include specialist disciplines such as RF, analog, FPGA, ASIC and IC package. Design consultants could work on the layout without the design data ever leaving the company’s server.
Unlike the independent workaround approach, there is no duplication of design data, and there is real-time communication of changes and visibility of the whole design context.
The biggest benefit of collaborative concurrent engineering is the ability to accelerate schedules (and to claw back a slipped schedule). Other important benefits include:
Companies are realizing quantifiable gains due to collaborative concurrent engineering. These statistics are not calculated projections, but data compiled by companies using this approach in actual design situations:
Collaborative concurrent engineering offers major gains in productivity and design cycle time reduction, made possible by today’s client-server architectures and fast networking infrastructures.
Jamie Metcalfe is market development manager at Mentor Graphics’ Systems Design (www.mentor.com); This email address is being protected from spambots. You need JavaScript enabled to view it..
Figure 1. The partition and reassemble approach is complex, limited in application and error-prone.
Figure 2. A client-server approach allows multiple designers to work on a single layout design with real-time updates and no reassembly required.
Altium today announced plans to acquire Morfik Technology, a provider of cloud-based software applications, in an all-stock transaction worth an estimated AU$3.3 million. The deal is pending due diligence. Within the next fiscal year, there will be no significant impact on Altium's revenues.
PRINTED CIRCUIT DESIGN & FAB spoke with Altium’s Alan Smith this morning:
Altium's Alan Smith
PCDF: How many employees does Morfik have? How many are software designers?
AS: Twelve in total, nine of which are software developers.
PCDF: When is the deal scheduled to close?
AS: We expect this to be in the next few weeks, but we can't be precise because of the due diligence that forms part of the process. Having said that, we are also accelerating the acquisition by bringing the Morfik development team into Altium's offices to work with the Altium team on the development of the ecosystem infrastructure that we now plan to build into our software.
PCDF: What specifically made Morfik so attractive to Altium?
AS: Altium has been working with Morfik for a number of years, so Morfik's attraction, based on what it has done with the development of tools to create dynamic cloud-based ecosystems, is well understood. It has to do with Morfik's software engineering approach to the creation of object-oriented connectivity to the Internet. The two key phrases here are dynamic and object-oriented. These are essential for managing large amounts of content, which is what you have in electronics design: content down to the scale of individual components.
PCDF: What are the top technical challenges behind moving electronics design to cloud-based architectures, and how does the Morfik acquisition help Altium overcome them?
AS: Two points: 1) Tactical: helping Altium establish its ecosystem today for subscription-based content delivery. 2) Longer term: Morfik is about developing cloud-based applications; these are the applications that will be the highest layer, running on the “sea of connected devices” in this ecosystem. If we are to deliver the tools and solution to help the designer move from device design to ecosystem design, then cloud-application development is a fundamental part of this solution.
PCDF: When it comes to cloud computing, Altium is on record as seeing Google as being superior to Microsoft. Will *customers* have to choose a platform based on one or the other, or will electronics design in the cloud be platform-independent?
AS: We don’t really know. Amazon (Amazon Web Services) is more significant than either Google or Microsoft because it provides a much broader industrial-scale infrastructure for cloud-based application that is provided as a utility service for organizations that want to provide these kinds of solutions.
PCDF: Would a cloud-based infrastructure force any change to the subscription model that most ECAD companies now rely on?
AS: Not specifically. Cloud-based (Internet-based) models allow a real-time connection between customers and suppliers, as well as between customers and customers. This creates the possibility of having a much stronger and timelier value exchange between these parties. In the future, they can move the basis of software subscriptions away from being primarily based on software upgrades (new features, etc.) to a much stronger focus on content that can be delivered over time. In electronics design this includes component models, designs, price and availability from part suppliers, as well as feature upgrades being delivered in a “plug-in” model.
PCDF: Would cloud-based electronics design help resolve the persistent library and documentation issues that today cost designers extraordinary amounts of time?
AS: An emphatic yes. Vastly improved data management is already a big focus of the next release of Altium Designer, in Beta today, and cloud-based data exchange is a big part of this. Initial focus is on management of data between the board-design process, and the fabricators and assemblers of those boards, especially when the parties are in different regions and speak different languages.
Environmental Regulations
“Asian Chemicals Regulations”
Author: Gregory Dripps; This email address is being protected from spambots. You need JavaScript enabled to view it..
Abstract: Asia is adopting core elements of REACH, although the region is not adopting the regulation itself. Registration and reporting are based on tonnage bands, with mandated testing requirements (physical/chemical plus toxicity). Possession of data packages will become a currency of the future as management controls consider a substance’s potential hazards and use, not just hazards. A philosophical shift is underway, whereby the notion that existing or new materials are safe is being abandoned, and comprehensive analysis and testing data are required to demonstrate an acceptable hazard profile. In many nations, rules will go into effect as early as this year. (IPC Symposium on Electronics and the Environment, July 2010)
“Recent Developments in the Implementation of the EU REACH Regulations”
Author: Michael Kirschner; mike@designchain-associates.
Abstract: More than 140,000 substances have been preregistered, almost five times more than expected. To date, there are 38 candidate substances of very high concern (SVHC), and the Commission expects 165 by 2012. Until a listed substance is authorized or restricted, it remains a Candidate SVHC. To use an SVHC, make sure your supplier is legally authorized if your supply chain goes through the European Environment Agency. Furthermore, compliance in the EU does not mean compliance elsewhere. (IPC Symposium on Electronics and the Environment, July 2010)
“Halogen–Free: A Regulatory Overview”
Author: Susan Landry; This email address is being protected from spambots. You need JavaScript enabled to view it..
Abstract: Combustion gases generated during fires (whether or not flame retardants are present) that contribute to acute toxicity include CO, HCN, HCl, and acrolein. Carbon monoxide is responsible for more than 90% of all fire-related deaths. The most important pollutants generated in fires are polycyclic aromatic hydrocarbons (PAHs) and polyhalogenated dibenzodioxins and furans (PHDDs/PHDFs). Measurements made in large fires have shown that the PAHs have an up to 500 times higher cancer risk than the PHDDs/PHDFs. PAHs are generated in all fires, and many are carcinogenic compounds. In the US, the “Chemicals of Concern” Action List includes phthalates, short-chain chlorinated paraffins, polybrominated diphenyl ethers (PBDEs), and perfluorinated chemicals, including PFOA. An upcoming DfE will review Deca-BDE alternatives. The Department of Toxic Substances Control is called on to scientifically and systematically identify and prioritize chemicals and consumer products for manufacturers to conduct alternatives assessments, and DTSC could impose regulatory responses for alternatives selected by manufacturers. In June the European Parliament Environmental Committee voted to support amendments that require further evaluation instead of a ban on the use of certain organobrominated materials and PVC in electronics and electrical equipment, with certain exclusions for materials for military purposes and vehicles. (MEPs also called for a ban on nanosilver and carbon nanotubes, and that other EEE material containing nanomaterials should be labeled.) Amendments will now be considered by the full plenary session of the European Parliament. (IPC Symposium on Electronics and the Environment, July 2010)
Laminate Environmental Testing
“The Combustion Testing Phase EPA DfE Project on Flame Retardants for Circuit Boards”
Author: Dr. Emma Lavoie, et al; This email address is being protected from spambots. You need JavaScript enabled to view it..
Abstract: Goals of this work, a partnership of the US EPA and various industry suppliers, included identifying and characterizing commercially available flame retardants and their environmental, health, safety, and fate aspects in FR-4 printed circuit boards. The work applied lifecycle thinking to consider hazards and exposures, and used EPA New Chemicals Program criteria to evaluate hazard and environmental fate concerns. Methods included comparing the combustion byproducts from FR-4 laminates and PCB materials with different flame retardants during potential thermal end-of-life processes, including open burning, incineration, and smelting. Testing is designed to be a first step in providing industry with a comparative analysis of combustion byproducts from these materials, and to help inform further studies to better understand these byproducts in real-world scenarios. Investigations covered combustion testing of printed circuit board laminates, including materials containing phosphorus, TBBPA and no flame-retardant additives under temperatures of 300°, 700° and 900°C, with and without oxygen. (IPC Symposium on Electronics and the Environment, July 2010) CA
This column provides abstracts from recent industry conferences and company white papers. With the amount of information increasing, our goal is to provide an added opportunity for readers to keep abreast of technology and business trends.
Conferences around the world are buzzing over the growth projections for high brightness light-emitting diodes (HB LED). In Korea, almost 200 people attended the International LED and Green Lighting Seminar in June, while more than 20,000 people visited the colocated LED and OLED Expo. More than 200 people attended special sessions on LEDs during SemiCon West in San Francisco this past July. Companies are looking at the explosive industry growth, and all hope for a piece of the pie. Strategies Unlimited, Credit Suisse, and McKinsey predict that the LED market – driven by three major applications (general lighting, backlighting, and automotive) – will grow at a 40% CAGR through 2015.
According to the Optoelectronics Industry Development Association, three segments – automotive, lighting, and mobile applications – are expected to grow to 89% of all applications in 2021. What is driving the growth? In the case of lighting, much of the growth comes from pending bans on incandescent bulbs and government mandates that lighting be converted to LEDs for energy savings.
The technology to produce LED die is based on semiconductor diode technology. The emitted wavelength of light depends on the specific semiconductor material used. The key to producing high-quality LED die is the growth of the epitaxial layers and an active p-n junction on an optimum substrate. The p-n junction is critical in determining the device’s internal quantum efficiency (IQE), and the substrate is important because it should match the lattice constant of the semiconductor. The matching lattice constant helps reduce dislocation defects. Dislocation defects can adversely affect the performance of the LED.
Key tools for the growth of the epitaxial layers include MOCVD equipment. Wafers are typically two to four inches with a constant pressure to continue moving to larger wafer sizes.
The packaging and assembly process is also critical to the performance, reliability, and lifetime of the LED product. LED packaging tends to be nonstandard, with every package unique to the supplier.
LED packaging options include use of one large LED die in a package versus multiple die. Advantages and disadvantages are still being debated. It is not clear if one method will dominate or if both solutions will be used. In some cases, multiple die are mounted directly on a metal core substrate or on leadframes.
Thermal issues. Thermal issues have been reported to account for as much as 50% of the failures in lighting. Effectively removing this heat is critical to control junction temperatures of the LED chips, to ensure long device lifetimes, and to maintain the spectral and efficiency characteristics of the light source. Controlling the LED junction temperature (Tj) from 50° to 100°C is critical to LED performance. As the junction temperature (Tj) of the LED changes, the wavelength of emitted light shifts, making color control difficult. If Tj is excessively high, the active region of the LED and the electrodes of the device can degrade, leading to a decrease in the device light output. High Tj can also reduce LED life. Failure to effectively remove heat from the LED source can also degrade the phosphors in the LED package. as well as other packaging materials. Some examples of the latter are yellowing of the encapsulation material and higher absorption losses at reflective surfaces. Depending on the temperature changes, the coefficient of thermal expansion and glass transition temperature of these materials can lead to mechanical stresses that cause failure of the package or the LED die. If catastrophic failure does not occur, these effects often just reduce the lumens output of the package and thus the overall efficiency (lumens per watt) of the source. Excess heat can also lead to premature failure of the LED package from delamination and die fracture.
Packaging materials will also significantly impact the optical efficiency of an LED package. Reflectivity, transmissivity and index of refraction are all materials’ properties that could affect the number of lumens out of the package, and also, the stability of packaging materials (encapsulants and lenses) with exposure to elevated temperatures, UV and other wavelength radiation. As mentioned, elevated temperatures can cause materials to turn yellow, thus reducing the number of photons getting through or changing the color of the light.
The adoption of new technologies is often hyped to the point that unrealistic expectations are created. The story with HB LEDs will be different. The difference with LEDs is that there is a technology pull (the desire for energy efficiency) and government mandates. If companies can produce new, less expensive lighting, the future is bright. The packaging and assembly process plays a critical role in making this possible.
E. Jan Vardaman is president of TechSearch International (techsearchinc.com); This email address is being protected from spambots. You need JavaScript enabled to view it.. Her column appears bimonthly.
In the wake of the economic recession, global innovation efforts have stalled; the profitable ventures are those that offer the lowest cost or price, like Wal-Mart and The Dollar Store. It poses a different economic set of conditions for manufacturers to face.
We are seeing the beginning stages of a turnaround. But insofar as electronics innovation is concerned, the best we’ve seen in 2010 is Apple’s rehashed tablet concept, an idea that dates at least to the late ’90s.
Kudos to Apple for convincing the masses that the company has cornered the market on designing an integrated, functional, appealing platform. To some, whatever falls from Apple is über-good; while that might be the majority’s perception, “that don’t necessarily make it so.” A little research reveals such nuggets as the “Top 10 Apple Flops,” which doesn’t include the decision to not design in a fan on the Apple III PC, or the recent “antenna-gate” issue on the iPhone. As it turns out, Steve Jobs is no different from any other CEO; he makes mistakes. (Square Trade research recently showed a 26% failure rate of iPhones in the first two years of use.)
And not just in design. Another issue that recently surfaced calls into question the decision-making skills of not only Mr. Jobs, but a number of major high-tech industry players, all driven by the lowest-cost business model. To appreciate the context, let’s review the economic conditions we all face.
It’s not just The Dollar Store and its retail cousins that get the volume; this happens in the B2B world as well. Take Foxconn Technology Group. The world’s largest EMS company runs what some media have likened to an indentured labor camp. Its workers, perhaps caving to the pressure, are committing suicide at rates never seen at electronics manufacturer campuses.
Who among us believes Apple, Microsoft, H-P, Dell, Amazon and others that source from Foxconn did not know the local wage rates? Having been one of those who in my past helped manage such relationships, I can assure readers that they did. Not to know would be nothing short of corporate malfeasance. To chalk it up, as many do, to the saying, “This is China,” doesn’t begin to wipe their hands of complicity.
Indeed, this is the same issue that snared Nike when the hugely profitable apparel maker was caught employing kids to sew soccer balls and sneakers. This is a clear failure of senior management for not ensuring internal corporate sustainability rules were being addressed.
There is no middle ground on ethics and human decency. American companies need to do a better job. Jobs’ attempt to marginalize the issue by stating that the suicide rate in the Foxconn factory was lower than in the rest of China shows an utter lack of awareness, let alone compassion, for what corporate responsibility really means.
Therefore, I am questioning the integrity of every single company doing business with Foxconn. Is the best you can come up with to go with the low-cost leader? And is this what passes for your ability to innovate (not to mention integrity)?
I could also point out that Chinese EMS companies like Foxconn are not managed for sustainable quality, let alone innovation. Why? In a commoditized business, the time comes for game-changing moves (aka jumping the S-Curve). (The S-Curve, as it pertains to innovation management, illustrates the introduction, growth and maturation of innovations, as well as the technological cycles that most industries experience.) Sadly, examples of this among US OEMs are few. And US EMS companies are just as guilty as their customers for not challenging the migration east, knowing full well that some Chinese business practices involve bribery, knockoffs and other shady dealings.
When I consider all this, it jumps out that President Obama’s call for American industry to innovate has clearly fallen on ears part deaf and part incompetent. In my experience, denial often is used as a form of protecting the status quo – here, sourcing to a low-cost producer whose approaches are nefarious in their impact – and it makes us part of the problem, not the solution. Systematic innovation methods show that there are better ways of doing things.
Let’s look at how this could be done innovatively without sacrificing technology, entire industries and jobs in the US. Consider major industrial failures in recent US history: steel, autos, textiles and TV manufacturing. What, if anything, did they do to reinvent themselves? In the case of steel, it was only after the majority of steel mills closed, and thousands of lost jobs, foreclosures and bankruptcies later, did steel companies come back. New factories are almost fully automated, and in some cases, building advanced technology products (specialty hybrids), and these successors are not nearly the size of their former forges, but their workers are more technologically savvy. In the case of TV manufacturing, the technology has changed to LCD, LED and plasma from cathode ray tubes, but what each advanced technology has in common is they are being built by foreign MNCs, meaning the revenues go elsewhere. New technologies inevitably replaced old ones, yet a lack of investment in developing these technologies meant US OEMs were elbowed out. Textiles manufacturing experienced a different transition: It made sense to move processing closer to the fields of Asia, yet US textile manufacturing did not die; it morphed into specialty materials, like carbon fiber, Gore-Tex, and the like (at least until it becomes automated and someone figures out that it is cheaper to ship the process to another nation to produce the technology). The auto industry denied its rivalry with Japan and Germany for decades and is only now beginning to produce higher technology products that compare with their foreign rivals. Likewise, unions had to face facts that they have drained the company coffers without helping to advance the technology, efficiency and effectiveness of manufacturing. They hopefully have at long last realized that if they don’t participate appropriately, they too will be out of jobs.
Reviewing the public debacle that was the iPhone rollout, it could have been avoided had there been sufficient rapid prototyping of the design local to the design organization, followed by rigorous testing of product performance to ensure reliability and performance standards were met before going public. A US-based design team using overseas manufacturing as a new product development facility is part of the root cause. The level of communication and understanding between a US design team and its overseas manufacturing team typically is very poor to mediocre at best; language and cultural barriers exist, and as a result, effective communication breaks down, particularly in technical matters. I have witnessed on multiple occasions the US team, out of frustration, telling the manufacturing site to “just do what we tell you to do.”
In systematic innovation terms, there are solutions to this tradeoff between productivity and communication breakdowns between engineering teams. One principle is to use an intermediary. In my days at Intel, I was the manufacturing engineer for server products and acted as the bridge between the NPI and high-volume manufacturing facilities, as well as the design team. Depending on whom I was talking to, I was an advocate to the design team for manufacturing’s needs for more robust design solutions that did not cause the need for additional headcount or rework, yet when dealing with the NPI factory, I would use data from my DfM tools in the virtual design space to break DfM rules and test the validity of the manufacturing envelope. In the process, we rewrote the edge of the manufacturing envelope – essentially redefining the edge of manufacturing envelope – but it was with knowledge of what DfM rules we were going to break, and the result was to create new design considerations and options for both manufacturing and design. This occurred with tight collaboration between myself, the design team, and the NPI facility so that I could get the critical feedback and inputs from frontline workers showing me how something worked (or didn’t). This is, in fact, called rapid prototyping, where we evaluate the risks before we transfer to the high-volume production facilities, where the risks are managed real time and hypotheses are tested inside the envelope we are going to build in. In the relationship with the high-volume team, I used new product transfer checklists that had to be checked off by the receiving production team to make sure no surprises occurred for them and they could ramp production quickly and efficiently.
The answers to the woes of the US economy and the electronics industry are there: greater manufacturing automation; development of advanced materials and manufacturing processes; development of a more technically advanced workforce trained to break contradictions, compromises and sacrifices with innovation principles and systematic innovation methods, and that communicates effectively with one another when facing day-to-day problems; use of rapid prototyping in virtual environments followed by real-time vetting by design and manufacturing.
The true economic engine of any enterprise, and by extension a nation’s health and wealth, is its people. Application and use of systematic innovation methods is best at the lowest level of a company, where contradiction, compromise, sacrifice and tradeoff in design and processes occur can be crushed. One can have the best capital equipment, buildings and advanced manufacturing processes, but it is the frontline workers, including their engineering collaborators, who are the producers, and the means and methods they employ are what make a product or service that actually produces wealth and profitability.
To fail to see this current economic period as a matter of American jobs on the line (or to do so, yet fail to confront it) is a moral and ethical failure – and economic denial. Have we lost our strength of character to do something different when the situation dictates a more effective approach?
Richard Platt is principal and owner of The Strategy + Innovation Group (sig-hq.com) and was Intel’s global innovation program manager and its senior instructor for systematic innovation methods; This email address is being protected from spambots. You need JavaScript enabled to view it..