<?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>PNC</title>
	<atom:link href="http://blog.pnconline.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pnconline.com</link>
	<description>Blog</description>
	<lastBuildDate>Tue, 16 Feb 2016 06:50:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.19</generator>
	<item>
		<title>Improving Speed by PCB Routing Techniques in PCB Layout</title>
		<link>http://blog.pnconline.com/improving-speed-by-pcb-routing-techniques-in-pcb-layout/</link>
		<comments>http://blog.pnconline.com/improving-speed-by-pcb-routing-techniques-in-pcb-layout/#comments</comments>
		<pubDate>Tue, 24 Feb 2015 06:37:36 +0000</pubDate>
		<dc:creator><![CDATA[Sam Sangani]]></dc:creator>
				<category><![CDATA[PCB Design]]></category>

		<guid isPermaLink="false">http://www.manhoc.com/blog/?p=21</guid>
		<description><![CDATA[
    <p>There has been immense development in physical design aspects of designing with the advent of CAD Tools. It’s not that long ago, that we were hand taping on multiple layers of mylar at 2:1, 4:1 and even 8:1, and then having to shoot the artwork with a camera to reduce the film to 1:1. The &#8230; <a href="http://blog.pnconline.com/improving-speed-by-pcb-routing-techniques-in-pcb-layout/" class="more-link">Continue reading <span class="screen-reader-text">Improving Speed by PCB Routing Techniques in PCB Layout</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.pnconline.com/improving-speed-by-pcb-routing-techniques-in-pcb-layout/">Improving Speed by PCB Routing Techniques in PCB Layout</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></description>
	
    			<content:encoded><![CDATA[<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/PNC-main-mid2.gif" title="PNC-main-mid2" rel="lightbox21"><img class="alignnone size-full wp-image-23" src="http://blog.pnconline.com/wp-content/uploads/2015/07/PNC-main-mid2.gif" alt="PNC-main-mid2" width="468" height="60" /></a></p>
<p>There has been immense development in physical design aspects of designing with the advent of CAD Tools. It’s not that long ago, that we were hand taping on multiple layers of mylar at 2:1, 4:1 and even 8:1, and then having to shoot the artwork with a camera to reduce the film to 1:1. The power of today’s CAD tools can maximize your time whether it be circuit design, circuit simulation, PCB design, or system-level simulation. In turn, Complex designs can be optimized quicker and more efficiently.</p>
<p>We know that copper traces are used as interconnects or bridges between two unconnected elements of the circuit. The length &amp; shape of these interconnects play an important role in high speed design, since each interconnect is modeled as a combination of resistance, inductance and capacitance, which can in turn change the value of impedance. Taking this into consideration, we try to model PCB Routing Techniques in a more algorithmic and efficient way to improve the speed of the design.</p>
<p>The most challenging task for the designer is the placement of the components in order to minimize the usage of wire and chip area. The design starts with placing the important components of the circuit in terms of design and the entire board to reduce the routing constraints. Finalizing the key elements specific locations (critical components) and routing paths helps in analyzing the critical path and operating frequency of the circuit design. After Placement, particularly for routing a wide variety of analog and digital signals, with varying voltages and currents, ranging from dc to high frequency (GHz), the utmost importance is keeping signals from interfering with one another. The Zero potential planes help in providing a common reference point for devices as well as helping device shielding in order to compensate for any extra amount of current. In the case where signal isolation is required, we need to concentrate on the physical distance between the signal traces.</p>
<p><strong>Major Routing key points</strong></p>
<ul>
<li>Distance between two interconnects must be minimized for particular path.</li>
<li>There should be no sharp bends, (90 Deg.) in the track design.</li>
<li>Tracks should exit from the center of a connection point, avoiding other interconnects and pads in order to have a high speed and error free design.</li>
<li>Do not place via under component.</li>
</ul>
<p>&nbsp;</p>
<div class="wp-caption aligncenter" style="width: width: 610px; margin: 0 auto;"><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/2015-02-23_11-22-48.jpg" title="Proper and Bad Routing Examples" rel="lightbox21"><img class="wp-image-316 size-full" src="http://blog.pnconline.com/wp-content/uploads/2015/07/2015-02-23_11-22-48.jpg" alt="Proper and Bad Routing Examples" width="600" height="161" /></a></p>
<p class="wp-caption-text">Image: Proper angle routing (left) and bad routing (right)</p>
</div>
<p>Reduction in long traces on adjacent layers to prevent capacitive coupling.</p>
<ul>
<li>Reduction in long parallel runs and close proximity of signal traces in order to reduce or eliminate inductive coupling (<em>practically impossible</em>) in a design.</li>
<li>Signal traces requiring high isolation should be routed on separate layers and if not possible, orthogonal routing can be done. Orthogonal routing will help in minimizing the capacitive coupling which will lead to the shielding effect by the ground or zero potential.</li>
</ul>
<p>&nbsp;</p>
<p><strong>Automated Routing Techniques can be used for increasing speed</strong></p>
<p>Auto routing within a Design exhausts all the possible implementations of the given possible design and helps to improve the performance, reliability and cost of the circuit design. This innovation is referred to as Electronic Design Automation. The technology has advanced with usage of Artificial intelligence and neural based technology. Automated routers are mainly used when you have a complex board with little routing space. Advanced automated routers allow you to specify exactly how you electrically want to layout the most important tracks. Below is the list of general purpose routing techniques and algorithms (These are algorithm models related to CAD Routing tools) , apart from this there are special routing techniques for power and clock like H-clock tree synthesis.</p>
<p>&nbsp;</p>
<div class="wp-caption aligncenter" style="width: 610px; margin: 0 auto;">
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/2015-02-23_11-23-00.jpg" title="Example of High Speed PCB Routing" rel="lightbox21"><img class="wp-image-315 size-full" src="http://blog.pnconline.com/wp-content/uploads/2015/07/2015-02-23_11-23-00.jpg" alt="Example of High Speed PCB Routing" width="600" height="302" /></a></p>
<p class="wp-caption-text">Example of High Speed PCB Routing Technique</p>
</div>
<p>&nbsp;</p>
<div class="wp-caption aligncenter" style="width: 467px; margin: 0 auto;">
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/asas.jpg" title="Top Layer PCB Design and Final Chip Implementation" rel="lightbox21"><img class="wp-image-319 size-full" src="http://blog.pnconline.com/wp-content/uploads/2015/07/asas.jpg" alt="Top Layer PCB Design and Final Chip Implementation" width="457" height="139" /></a></p>
<p class="wp-caption-text">Top Layer PCB Design and Final Chip Implementation</p>
</div>
<p>&nbsp;</p>
<p>The left hand side of the above diagram shows the top view implementation of a PCB design. Due to the simplicity of this design, we can mount all the circuit components on the top layer. The above design will help in eliminating the signal trace which ensures the best possible speed and design of the circuit. The key points in this PCB design is the reduced delay time because the separation of larger bypass caps are placed farther away with ferrite Chips for HF isolation of currents and multiple via which reduces the delay path in the circuit.</p>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/request-for-more-info-button1.jpg" title="request-for-more-info-button1" rel="lightbox21"><img class="alignnone size-full wp-image-27" src="http://blog.pnconline.com/wp-content/uploads/2015/07/request-for-more-info-button1.jpg" alt="request-for-more-info-button1" width="300" height="60" /></a></p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fimproving-speed-by-pcb-routing-techniques-in-pcb-layout%2F&amp;linkname=Improving%20Speed%20by%20PCB%20Routing%20Techniques%20in%20PCB%20Layout" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fimproving-speed-by-pcb-routing-techniques-in-pcb-layout%2F&amp;linkname=Improving%20Speed%20by%20PCB%20Routing%20Techniques%20in%20PCB%20Layout" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fimproving-speed-by-pcb-routing-techniques-in-pcb-layout%2F&amp;linkname=Improving%20Speed%20by%20PCB%20Routing%20Techniques%20in%20PCB%20Layout" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_dd a2a_target addtoany_share_save" href="https://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.pnconline.com%2Fimproving-speed-by-pcb-routing-techniques-in-pcb-layout%2F&amp;title=Improving%20Speed%20by%20PCB%20Routing%20Techniques%20in%20PCB%20Layout" id="wpa2a_4"></a></p><p>The post <a rel="nofollow" href="http://blog.pnconline.com/improving-speed-by-pcb-routing-techniques-in-pcb-layout/">Improving Speed by PCB Routing Techniques in PCB Layout</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pnconline.com/improving-speed-by-pcb-routing-techniques-in-pcb-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acceptability Criteria of Printed Circuit Boards, what standard do you use?</title>
		<link>http://blog.pnconline.com/acceptability-criteria-of-printed-circuit-boards-what-standard-do-you-use/</link>
		<comments>http://blog.pnconline.com/acceptability-criteria-of-printed-circuit-boards-what-standard-do-you-use/#comments</comments>
		<pubDate>Thu, 19 Feb 2015 10:01:58 +0000</pubDate>
		<dc:creator><![CDATA[Calvin Switzer]]></dc:creator>
				<category><![CDATA[PCB Fabrication]]></category>

		<guid isPermaLink="false">http://www.manhoc.com/blog/?p=117</guid>
		<description><![CDATA[
    <p>As a printed circuit board manufacturer, PNC Inc., Nutley, NJ, our criteria of acceptability during the inspection process is determined by IPC–A–600. The scope of this document describes the acceptable and non-conforming conditions of a bare boards either externally or internally during the final inspection process. The inspection criteria is then broken down into three &#8230; <a href="http://blog.pnconline.com/acceptability-criteria-of-printed-circuit-boards-what-standard-do-you-use/" class="more-link">Continue reading <span class="screen-reader-text">Acceptability Criteria of Printed Circuit Boards, what standard do you use?</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.pnconline.com/acceptability-criteria-of-printed-circuit-boards-what-standard-do-you-use/">Acceptability Criteria of Printed Circuit Boards, what standard do you use?</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></description>
	
    			<content:encoded><![CDATA[<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/banner-131001.gif" title="banner-131001" rel="lightbox117"><img class="alignnone size-full wp-image-118" src="http://blog.pnconline.com/wp-content/uploads/2015/07/banner-131001.gif" alt="banner-131001" width="468" height="60" /></a></p>
<p>As a <strong><em>printed circuit board manufacturer</em></strong>, <a title="Printed Circuit Board Manufacturer" href="http://www.pnconline.com/" target="_blank"><em><strong>PNC Inc</strong></em></a>., Nutley, NJ, our criteria of acceptability during the inspection process is determined by <strong>IPC–A–600</strong>. The scope of this document describes the acceptable and non-conforming conditions of a bare boards either externally or internally during the final inspection process. The inspection criteria is then broken down into three classifications of acceptability, Class I, Class II and Class III. Each class’s acceptance criteria is then again broken down into three areas, target condition, acceptable, and nonconforming for the imperfections in question.</p>
<p>At times there can be a disconnect or confusion between the end-user and the manufacturer in terms of acceptability criteria. Why? Is the <a title="PNC's Capabilities" href="http://www.pnconline.com/capabilities.php" target="_blank">PC board manufacturer</a> shipping inferior product, or not interpreting the IPC standard incorrectly? Does the end-user use a standard for acceptability during incoming inspection, such as <strong>IPC-6012</strong>? These are only a couple of questions why there may be a disconnect in determining the acceptance or nonconformance of a bare rigid board.</p>
<p>The intention of this blog is to help inform and decipher the <strong>IPC–A–600</strong> acceptance criteria for a bare printed circuit board. Over the next few months, I will break down imperfections with pictorials, and explanations of the acceptance, or nonconformance for a particular imperfection. I will start with the most common defects seen in the manufacturing process of a PC Board.</p>
<p>Today, I’d like to look at one of the most common occurrences, external annular ring of supported holes. The condition in question is where the drill in the plated through hole appears to be off center in the pad, as seen in figure 1 below. This occurrence happens because of manufacturing tole  rance build ups through the process. The two main contributors are Drilling and Primary Imaging.</p>
<p style="text-align: center;"><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/Annular-Ring-Break-out.png" title="Annular-Ring-Break-out" rel="lightbox117"><img class="alignnone size-full wp-image-119" src="http://blog.pnconline.com/wp-content/uploads/2015/07/Annular-Ring-Break-out.png" alt="Annular-Ring-Break-out" width="600" height="342" /></a></p>
<p style="text-align: center;"><strong>Figure 1</strong></p>
<p>The combined tolerance between the two processes for most PC Board Manufacturers can be +/- .003 for positional accuracy. Typically most Drilling Machines have a positional accuracy of anywhere from .0005” – .001”, whereas primary imaging photo tool registration can be out as much as .003” due to film stretch or shrinkage.  In knowing that there are manufacturing tolerances involved, let’s look at the IPC rule for this condition.</p>
<p>According to IPC-A-600, Acceptability of Printed Circuit Boards, we need to determine the minimum annular ring of the supported hole. This can be found in section 2.10.3 External Annular Ring-Supported Holes, as seen in Figure 2103a, since there is no break out. As you can see the target condition is where the hole is centered within the land.</p>
<p style="text-align: center;"><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/IPC-Class-1-2-3-Target-Contition.png" title="IPC-Class-1-2-3-Target-Contition" rel="lightbox117"><img class="alignnone size-full wp-image-120" src="http://blog.pnconline.com/wp-content/uploads/2015/07/IPC-Class-1-2-3-Target-Contition.png" alt="IPC-Class-1-2-3-Target-Contition" width="600" height="174" /></a></p>
<p>The ruling criteria can also be found in Table 3-5 Minimum Annular Ring from <strong>IPC-6012B</strong>. For the holes in question from Figure 1, the inspection process used Class II as their criteria.</p>
<p>After viewing the customer’s original Gerber data, we find that the annular ring is specified at .009 “. Our findings at the narrowest point of the annular ring measured was .006” on the board. We know that it does not meet the Target condition for Class II per IPC, so we’ll look at the acceptable condition from Figure 2103b.</p>
<p style="text-align: center;"><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/IPC-Class-1-2-3-Target-Acceptance-Class-3.png" title="IPC-Class-1-2-3-Target-Acceptance-Class-3" rel="lightbox117"><img class="alignnone size-full wp-image-121" src="http://blog.pnconline.com/wp-content/uploads/2015/07/IPC-Class-1-2-3-Target-Acceptance-Class-3.png" alt="IPC-Class-1-2-3-Target-Acceptance-Class-3" width="600" height="266" /></a></p>
<p>In this case, Class III is the only acceptable criteria for this condition which states, “Holes not centered in the lands, but the annular ring measures .050 mm or .002” or more. Also during the observation, there were no defects such as pits, dents, nicks, pinholes or Splay, so we do not use the 20% rule for this condition. Knowing that we have more than .002” of annular ring remaining, this condition passes the inspection process per IPC-A-600 section 2.10.3.</p>
<p><strong> </strong>I realize to most of you that this is very elementary, and the rule is straight forward. In saying that, we find ourselves defending the IPC rules with individuals whom are unaware of IPC-A-600 and/or IPC-6012 standards. Over the past 20+ years in this business, I have seen great strides in companies having their employees educated and/or certified to IPC standards. I can only hope the trend continues.</p>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/request-for-more-info-button11.jpg" title="request-for-more-info-button1" rel="lightbox117"><img class="alignnone size-full wp-image-122" src="http://blog.pnconline.com/wp-content/uploads/2015/07/request-for-more-info-button11.jpg" alt="request-for-more-info-button1" width="300" height="60" /></a></p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.pnconline.com%2Facceptability-criteria-of-printed-circuit-boards-what-standard-do-you-use%2F&amp;linkname=Acceptability%20Criteria%20of%20Printed%20Circuit%20Boards%2C%20what%20standard%20do%20you%20use%3F" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.pnconline.com%2Facceptability-criteria-of-printed-circuit-boards-what-standard-do-you-use%2F&amp;linkname=Acceptability%20Criteria%20of%20Printed%20Circuit%20Boards%2C%20what%20standard%20do%20you%20use%3F" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fblog.pnconline.com%2Facceptability-criteria-of-printed-circuit-boards-what-standard-do-you-use%2F&amp;linkname=Acceptability%20Criteria%20of%20Printed%20Circuit%20Boards%2C%20what%20standard%20do%20you%20use%3F" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_dd a2a_target addtoany_share_save" href="https://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.pnconline.com%2Facceptability-criteria-of-printed-circuit-boards-what-standard-do-you-use%2F&amp;title=Acceptability%20Criteria%20of%20Printed%20Circuit%20Boards%2C%20what%20standard%20do%20you%20use%3F" id="wpa2a_8"></a></p><p>The post <a rel="nofollow" href="http://blog.pnconline.com/acceptability-criteria-of-printed-circuit-boards-what-standard-do-you-use/">Acceptability Criteria of Printed Circuit Boards, what standard do you use?</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pnconline.com/acceptability-criteria-of-printed-circuit-boards-what-standard-do-you-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grounding in Printed Circuit Board Design</title>
		<link>http://blog.pnconline.com/grounding-in-printed-circuit-board-design/</link>
		<comments>http://blog.pnconline.com/grounding-in-printed-circuit-board-design/#comments</comments>
		<pubDate>Wed, 18 Feb 2015 07:00:49 +0000</pubDate>
		<dc:creator><![CDATA[Sam Sangani]]></dc:creator>
				<category><![CDATA[PCB Design]]></category>

		<guid isPermaLink="false">http://www.manhoc.com/blog/?p=31</guid>
		<description><![CDATA[
    <p>As we advance into the future, we want everything to be faster, cheaper, compact and durable. Everything around us is electrical. Moore’s law predicted that numbers of transistors per square inch of PCB will double every 2 years and it’s been true too date. Well theoretically it sounds good. But implementing new products with the &#8230; <a href="http://blog.pnconline.com/grounding-in-printed-circuit-board-design/" class="more-link">Continue reading <span class="screen-reader-text">Grounding in Printed Circuit Board Design</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.pnconline.com/grounding-in-printed-circuit-board-design/">Grounding in Printed Circuit Board Design</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></description>
	
    			<content:encoded><![CDATA[<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/PNC-main-mid2.gif" title="PNC-main-mid2" rel="lightbox31"><img class="alignnone size-full wp-image-23" src="http://blog.pnconline.com/wp-content/uploads/2015/07/PNC-main-mid2.gif" alt="PNC-main-mid2" width="468" height="60" /></a></p>
<p>As we advance into the future, we want everything to be faster, cheaper, compact and durable. Everything around us is electrical. Moore’s law predicted that numbers of transistors per square inch of PCB will double every 2 years and it’s been true too date. Well theoretically it sounds good. But implementing new products with the above requirement comes with a cost. In order to reduce the unit cost of the design, due to noise. Various techniques have been developed in the past few decades to reduce noise in the circuits as the number of components increases and the available size decreases. Design techniques include proper grounding, decoupling, routing and signal multiplexing.</p>
<p>Grounding at PCB level can be in implemented as single point ground. As the name suggests a single point ground is where the complete circuit residing on the PCB has a single ground. This technique is developed by using a ground plane. Ground plane is defined as a highly conductive electrical surface which will be used as a system ground. In printed circuit boards, it is referred to as a large conducting surface of copper foil on either side of the PCB. It is connected to the power supply ground terminal and thus it serves as a return path for current from different components on the board .The fact that a large surface area of highly conductive metal, like copper, has a very low impedance which forms the basis of this method.</p>
<p>Ground plane is laid on the PCB, such that it covers the maximum area which is not occupied by circuitry itself. In multilayer PCB’s, it is often a separate layer covering the entire board. This makes the circuit design easy to implement, thus further allowing the designer to ground any component or subpart of a circuit without adding additional traces. The large area of copper which provides a very low impedance path conducts the large currents originating from other components/subparts without significant voltage drops. This ensures that the ground connection of all the components is at the same reference potential.</p>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/request-for-more-info-button1.jpg" title="request-for-more-info-button1" rel="lightbox31"><img class="alignnone size-full wp-image-27" src="http://blog.pnconline.com/wp-content/uploads/2015/07/request-for-more-info-button1.jpg" alt="request-for-more-info-button1" width="300" height="60" /></a></p>
<p>Benefits of grounding in PCB are:</p>
<ul>
<li>Reducing electrical noise</li>
<li>Reduce interference being coupled from one part of the circuit to another.</li>
<li>Reducing crosstalk between adjacent circuit traces.</li>
</ul>
<p>1) <strong>Noise reduction:</strong></p>
<p>When circuits switch states, large current flows from the active devices through the ground. If the power supply and ground traces have noticeable impedance, then the voltage drop across them may create noise voltage that would disturb other parts of the circuit. The large conducting area of the ground plane has much lower impedance than a circuit trace, so the current causes less disturbance.</p>
<p>2) <strong>Interference &amp; Crosstalk reduction:</strong></p>
<p>When two traces are placed too close to each other, an electrical signal in one can be coupled into the other. This is due to electromagnetic induction caused by the linking of magnetic field lines from one trace to other. This phenomenon is known as crosstalk. When a ground plane layer is present underneath the circuit in the PCB, it acts as a transmission line for the trace. Thus the direction of current flowing through the ground plane is opposite to the direction of current flowing through the circuit trace. This cancels most of the electromagnetic fields and consequently reduces crosstalk.</p>
<p>Many of the present day circuits consist of both Analog and Digital subparts. To avoid current from one subpart to affect the other subpart, ground planes are split and then connected by a thin trace. The thin trace has low enough impedance to keep the two sides very close to the same potential while keeping the ground currents of one side from coupling into the other side, completing a ground loop.</p>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/11.png" title="11" rel="lightbox31"><img class="alignnone size-full wp-image-32" src="http://blog.pnconline.com/wp-content/uploads/2015/07/11.png" alt="11" width="591" height="152" /></a></p>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/21.png" title="21" rel="lightbox31"><img class="alignnone size-full wp-image-34" src="http://blog.pnconline.com/wp-content/uploads/2015/07/21.png" alt="21" width="598" height="170" /></a></p>
<p>Thus grounding in PCB can significantly improve the circuit/chip performance. No extra area is added to the chip as leftover areas are used. This method doesn’t add too much of cost to the initial design which makes it readily acceptable at industry level.</p>
<p><strong>Types of single ground connection</strong>:</p>
<ul>
<ul>
<li>Series Ground Connection:</li>
</ul>
</ul>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/31.png" title="31" rel="lightbox31"><img class="alignnone size-full wp-image-35" src="http://blog.pnconline.com/wp-content/uploads/2015/07/31.png" alt="31" width="600" height="194" /></a></p>
<ul>
<ul>
<li>Parallel Ground Connection</li>
</ul>
</ul>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/41.png" title="41" rel="lightbox31"><img class="alignnone size-full wp-image-36" src="http://blog.pnconline.com/wp-content/uploads/2015/07/41.png" alt="41" width="600" height="193" /></a></p>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/02/Terry.png" title="Terry" rel="lightbox31"><img src="http://blog.pnconline.com/wp-content/uploads/2015/02/Terry.png" alt="Terry" width="246" height="161" class="alignleft size-full wp-image-210" /></a></p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fgrounding-in-printed-circuit-board-design%2F&amp;linkname=Grounding%20in%20Printed%20Circuit%20Board%20Design" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fgrounding-in-printed-circuit-board-design%2F&amp;linkname=Grounding%20in%20Printed%20Circuit%20Board%20Design" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fgrounding-in-printed-circuit-board-design%2F&amp;linkname=Grounding%20in%20Printed%20Circuit%20Board%20Design" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_dd a2a_target addtoany_share_save" href="https://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.pnconline.com%2Fgrounding-in-printed-circuit-board-design%2F&amp;title=Grounding%20in%20Printed%20Circuit%20Board%20Design" id="wpa2a_12"></a></p><p>The post <a rel="nofollow" href="http://blog.pnconline.com/grounding-in-printed-circuit-board-design/">Grounding in Printed Circuit Board Design</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pnconline.com/grounding-in-printed-circuit-board-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Electronics: The Hidden Technology</title>
		<link>http://blog.pnconline.com/power-electronics-the-hidden-technology/</link>
		<comments>http://blog.pnconline.com/power-electronics-the-hidden-technology/#comments</comments>
		<pubDate>Tue, 10 Feb 2015 07:13:10 +0000</pubDate>
		<dc:creator><![CDATA[Sam Sangani]]></dc:creator>
				<category><![CDATA[PCB Design]]></category>

		<guid isPermaLink="false">http://www.manhoc.com/blog/?p=40</guid>
		<description><![CDATA[
    <p>In the last decade of 21st century, power electronics has seen a tremendous amount of growth due to smaller and accurate designs working at the heart of each and every electronic device, machine, appliance or system. The current arena of power electronics is dominated by providing the low noise accurate supply voltage rails and huge &#8230; <a href="http://blog.pnconline.com/power-electronics-the-hidden-technology/" class="more-link">Continue reading <span class="screen-reader-text">Power Electronics: The Hidden Technology</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.pnconline.com/power-electronics-the-hidden-technology/">Power Electronics: The Hidden Technology</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></description>
	
    			<content:encoded><![CDATA[<p>In the last decade of 21<sup>st</sup> century, power electronics has seen a tremendous amount of growth due to smaller and accurate designs working at the heart of each and every electronic device, machine, appliance or system. The current arena of power electronics is dominated by providing the low noise accurate supply voltage rails and huge power handling capacity at higher efficiency in small factor.<br />
Power electronics in layman terms is defined as the high power circuit design converting one level into different level of electrical energy. Power systems in current decade vary from range of mW (cellular mobile phones) to hundreds of MW. In the last few decades conversion of electrical energy has been done with the dissipative method where most of the energy is dissipated in the form of heat. These types of techniques use normally bulky passive components and huge heat sinks. The usage of huge heat sinks is due to huge amount of power loss and very low efficiency of previous design.</p>
<p style="text-align: center;"><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/1.jpg" title="1" rel="lightbox40"><img class="alignnone size-full wp-image-41" src="http://blog.pnconline.com/wp-content/uploads/2015/07/1.jpg" alt="1" width="732" height="494" /></a></p>
<p>According to the latest surveys/research, currently 40% of the world power/energy are met with the usage of electrical systems, with more advancements in the field of renewable resources, the percentage will be going to shoot up to nearly 70-80% in the coming decade by 2025.The efficiency of power equipment varies from 90% (small design) to 95-98% (big complicated design models). Due to rapid advancements in the field of technology, the cost of the circuit and size is reducing at a faster rate and providing more efficiency as compared to the previous possible designs.</p>
<p><i>Challenges in Designing Power Electronics</i></p>
<p>The major challenges in the field of power electronics are cost, reliability, parasitic losses and electromagnetic interference.  Areas like aerospace industries, automation and robotics industries has posted the biggest problems in front of power engineers because in order to fulfill the safety requirements. The safety requirement is the most difficult and unsolvable challenge in many fields involving power electronics devices.</p>
<p>The old technology of linear dissipative regulator is reliable as compared to newer regulators since new regulators used the bulky capacitors and lesser amount of shielding in the circuit. If due to some fault, larger supply is fed to the circuit then it will suddenly increase the current in the design which will lead to damaging and even burning of the complete circuit.</p>
<p style="text-align: center;"><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/2.jpg" title="2" rel="lightbox40"><img class="alignnone size-full wp-image-42" src="http://blog.pnconline.com/wp-content/uploads/2015/07/2.jpg" alt="2" width="583" height="147" /></a></p>
<p>Even the latest MOSFETS or transistors, available in the market comes with very low power wattage i.e. 0.5 W or 1W (at max) in order to provide the cost effectiveness but this make the circuit more prone to damage since even small deviation from the expected behavior can lead to damaging the complete circuit. Ex- observed in the latest gadgets like LED TV’s, Mobile phone (since in order to provide cheaper designs, they are using the devices at the bottle neck of their limits).</p>
<p style="text-align: center;"><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/3.jpg" title="3" rel="lightbox40"><img class="alignnone size-full wp-image-43" src="http://blog.pnconline.com/wp-content/uploads/2015/07/3.jpg" alt="3" width="640" height="682" /></a></p>
<p>Electromagnetic Interference in layman terms is defined as the amount of noise/disturbance produced by a power circuit due to change in one of electromagnetic radiation or induction. EMI must be kept in safe level to ensure the reliable operation for the given design.</p>
<p><b>Issue</b>: Power supplies generate lot of noise in the circuit due to switching current at high operating frequency and most dependent customer being MOSFET for the same. Due to MOSFET, the switching speed is very high varying from 200 KHz to 100 MHz range.  The generated EMI due to noise can be characterized as Differential and Common Mode Input</p>
<ul>
<li><b>Differential Mode Input</b>–It basically consists of in and out of flowing current through the power supply by the path going from power lead to the source. It is the dominated in lower frequency range i.e. less than 5 MHz</li>
<li><b>Common Mode Input – </b>– It basically consists of in and out of flowing current through the power supply by the path going from power lead to the source through the lowest impedance path i.e. ground. It is the dominated in higher frequency range i.e. greater than 5 MHz</li>
</ul>
<p><b> </b></p>
<p><b>Minimizing EMI</b></p>
<p><b> </b></p>
<ul>
<li><b>Bypassing – </b>Bypassing is one of the most effective and cheapest method to tackle this problem. Used for reducing high switching current in the case of MOSFET with the help of large and bulky capacitor.</li>
<li><b>Decoupling –</b>Decoupling refers to isolation of two circuits with the help of a common line. It is implemented using low pass filters.</li>
<li><b>Layout –</b>Increase the distance between VDD and ground plane at the time of chip layout in order to reduce the EMI, reducing the inductor can also provide minimizing the EMI.</li>
<li><b>Shields –</b>Reducing the energy requirement from DC-DC supply by putting a metallic shield outside the power supply.</li>
</ul>
<p>The single biggest failure for any network/system is power supply which major comprises of the below listed factors</p>
<ul>
<li><b>Internal supply failure- </b>The Internal Supply failure issue arises in the case of ill-handling the devices but mostly to prevent this problem, there is an automatic shut off system inbuilt in our Laptops and other electronic devices.</li>
<li><b>Voltage Irregularities</b>- Most commonly consists of high voltage spikes, surges and delay in either input paths which switches the logic value.</li>
<li><b>Outraged Power</b> –Mostly external power failures due to change in supply voltage from the plugs can cause outraged power. This will happen for short span of time varying for some seconds to minutes.</li>
</ul>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fpower-electronics-the-hidden-technology%2F&amp;linkname=Power%20Electronics%3A%20The%20Hidden%20Technology" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fpower-electronics-the-hidden-technology%2F&amp;linkname=Power%20Electronics%3A%20The%20Hidden%20Technology" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fpower-electronics-the-hidden-technology%2F&amp;linkname=Power%20Electronics%3A%20The%20Hidden%20Technology" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_dd a2a_target addtoany_share_save" href="https://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.pnconline.com%2Fpower-electronics-the-hidden-technology%2F&amp;title=Power%20Electronics%3A%20The%20Hidden%20Technology" id="wpa2a_16"></a></p><p>The post <a rel="nofollow" href="http://blog.pnconline.com/power-electronics-the-hidden-technology/">Power Electronics: The Hidden Technology</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pnconline.com/power-electronics-the-hidden-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Defeating Electrical Noise</title>
		<link>http://blog.pnconline.com/defeating-electrical-noise/</link>
		<comments>http://blog.pnconline.com/defeating-electrical-noise/#comments</comments>
		<pubDate>Mon, 26 Jan 2015 07:23:53 +0000</pubDate>
		<dc:creator><![CDATA[Sam Sangani]]></dc:creator>
				<category><![CDATA[PCB Design]]></category>

		<guid isPermaLink="false">http://www.manhoc.com/blog/?p=51</guid>
		<description><![CDATA[
    <p>The best time to handle electrical noise problems is before they occur. When a system is in the design process, the designer should consider the following set of guidelines for system wiring: Put surge suppression components on all electrical coils: Resistor/capacitor filters, MOVs, Zener and clamping diodes. Shield all remote connections, use twisted pairs. Shields &#8230; <a href="http://blog.pnconline.com/defeating-electrical-noise/" class="more-link">Continue reading <span class="screen-reader-text">Defeating Electrical Noise</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.pnconline.com/defeating-electrical-noise/">Defeating Electrical Noise</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></description>
	
    			<content:encoded><![CDATA[<p>The best time to handle electrical noise problems is before they occur. When a system is in the design process, the designer should consider the following set of guidelines for system wiring:</p>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/Noise.jpg" title="Noise" rel="lightbox51"><img class="alignnone size-full wp-image-53" style="float: left; margin-right: 20px;" src="http://blog.pnconline.com/wp-content/uploads/2015/07/Noise.jpg" alt="Noise" width="171" height="192" /></a></p>
<p>Put surge suppression components on all electrical coils: Resistor/capacitor filters, MOVs, Zener and clamping diodes.<br />
Shield all remote connections, use twisted pairs. Shields should be tied to Earth at one end.<br />
Put all microelectronic components in an enclosure. Keep noisy devices outside. Watch internal temperature.<br />
Ground signal common wiring at one point. Float this ground from Earth if possible.<br />
Tie all mechanical grounds to Earth at one point. Run chassis and motor grounds to the frame, and the frame to Earth.<br />
Isolate remote signals. Solid state relays or opto isolators are recommended.<br />
Filter the power line. Use common RF filters, and use an isolation transformer for worst case.<br />
Filter the lines between the drive output and the motor.</p>
<p>A noise problem must be identified before it can be solved. The obvious way to approach a problem situation is to eliminate potential noise sources until the symptoms disappear, as in the case of ground loops.</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fdefeating-electrical-noise%2F&amp;linkname=Defeating%20Electrical%20Noise" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fdefeating-electrical-noise%2F&amp;linkname=Defeating%20Electrical%20Noise" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fdefeating-electrical-noise%2F&amp;linkname=Defeating%20Electrical%20Noise" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_dd a2a_target addtoany_share_save" href="https://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.pnconline.com%2Fdefeating-electrical-noise%2F&amp;title=Defeating%20Electrical%20Noise" id="wpa2a_20"></a></p><p>The post <a rel="nofollow" href="http://blog.pnconline.com/defeating-electrical-noise/">Defeating Electrical Noise</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pnconline.com/defeating-electrical-noise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printed Circuit Board Design, Fabrication &amp; Assembly Services</title>
		<link>http://blog.pnconline.com/printed-circuit-board-design-fabrication-assembly-services/</link>
		<comments>http://blog.pnconline.com/printed-circuit-board-design-fabrication-assembly-services/#comments</comments>
		<pubDate>Mon, 10 Mar 2014 10:22:27 +0000</pubDate>
		<dc:creator><![CDATA[Sam Sangani]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.manhoc.com/blog/?p=142</guid>
		<description><![CDATA[
    <p>The post <a rel="nofollow" href="http://blog.pnconline.com/printed-circuit-board-design-fabrication-assembly-services/">Printed Circuit Board Design, Fabrication &#038; Assembly Services</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></description>
	
    			<content:encoded><![CDATA[<p><iframe src="https://www.youtube.com/embed/zAh3hs_S7yg" width="860" height="415" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fprinted-circuit-board-design-fabrication-assembly-services%2F&amp;linkname=Printed%20Circuit%20Board%20Design%2C%20Fabrication%20%26%20Assembly%20Services" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fprinted-circuit-board-design-fabrication-assembly-services%2F&amp;linkname=Printed%20Circuit%20Board%20Design%2C%20Fabrication%20%26%20Assembly%20Services" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fprinted-circuit-board-design-fabrication-assembly-services%2F&amp;linkname=Printed%20Circuit%20Board%20Design%2C%20Fabrication%20%26%20Assembly%20Services" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_dd a2a_target addtoany_share_save" href="https://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.pnconline.com%2Fprinted-circuit-board-design-fabrication-assembly-services%2F&amp;title=Printed%20Circuit%20Board%20Design%2C%20Fabrication%20%26%20Assembly%20Services" id="wpa2a_24"></a></p><p>The post <a rel="nofollow" href="http://blog.pnconline.com/printed-circuit-board-design-fabrication-assembly-services/">Printed Circuit Board Design, Fabrication &#038; Assembly Services</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pnconline.com/printed-circuit-board-design-fabrication-assembly-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Next Big Thing Is…</title>
		<link>http://blog.pnconline.com/next-big-thing-is/</link>
		<comments>http://blog.pnconline.com/next-big-thing-is/#comments</comments>
		<pubDate>Sun, 02 Mar 2014 06:17:30 +0000</pubDate>
		<dc:creator><![CDATA[Sam Sangani]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.manhoc.com/blog/?p=11</guid>
		<description><![CDATA[
    <p>Archeologists estimate that modern humans have been on the Earth for about 200,000 years. Since then we have been experiencing the universe a routine like day/night, same four seasons in a year, birth-childhood-youth-reproduction-retirement-death. We have accepted it as a cycle repeating over and over. Even we do see our lives as a single fact, but &#8230; <a href="http://blog.pnconline.com/next-big-thing-is/" class="more-link">Continue reading <span class="screen-reader-text">Next Big Thing Is…</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.pnconline.com/next-big-thing-is/">Next Big Thing Is…</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></description>
	
    			<content:encoded><![CDATA[<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/stairs-300x228.jpg" title="stairs-300x228" rel="lightbox11"><img class=" size-full wp-image-12 alignleft" style="float: left; margin-right: 20px;" src="http://blog.pnconline.com/wp-content/uploads/2015/07/stairs-300x228.jpg" alt="stairs-300x228" width="300" height="228" /></a><br />
Archeologists estimate that modern humans have been on the Earth for about 200,000 years. Since then we have been experiencing the universe a routine like day/night, same four seasons in a year, birth-childhood-youth-reproduction-retirement-death. We have accepted it as a cycle repeating over and over. Even we do see our lives as a single fact, but in reality it is composed of countless repeating identical cycles in terms of micro scoping view. Matter or waves are made of series of micro scoping particles or chunk of energy. Similarly time is composed of series of micro scoping delays. The delay is fundamental base of the universe. If delay doesn’t exist, universe would be an infinitely small particle and we don’t feel sensation because delay gives us chance to experience the sensations.</p>
<p>Let me give you few famous examples which have changed our lives:</p>
<p>Fourier series: Fourier observed that any periodic signal is nothing but composition of series of identical signals of different frequencies. It seems very simple, but its applications have made a significant difference in our lives: communication, music, seismic, tidal etc.</p>
<p>Quantum theory: According to Max Plank (Quantum theory), the light is made of trains of elementary particle called photon. What an observation!!! Do you know the applications of quantum physics: Magnetic resonance imaging (MRI), laser, LED.</p>
<p>There are so many other theories based on breaking down an event or object into series of small elements which we have been using knowingly or unknowingly. Few examples of successful applications of this thinking:</p>
<p>Staircase: What is principle behind staircase? Simple!!! It breaks down big chunk of energy required to climb something into steps and that makes life practical. Actually it also gives a time delay at every step. Basically it breaks down time and energy required into pieces.</p>
<p>Switching converters: Unlike linear regulators, in switching regulators energy is pumped from source to load in series small chunks. With switching regulators the efficiency of DC conversion can be achieved up to 97%, same principle of breaking down energy and time into pieces.</p>
<p>LCD Display: Driving LEDs of the screen in series of pulses faster than human being could experience the change, nothing but pulses of energy over time delay.</p>
<p>Computer &amp; Books: Numbers and letters are made of just two bits 0 and 1. Book without letters is impossible.</p>
<p>In general, always think of series of events in minuscule particles, chunks, changes etc. Now where we need to apply this tactic? In last decade energy has turned to be a center focus for everyone as we now rely more and more on machines for daily life. How can we convert any form of energy into electrical energy efficiently and easily? We are very close to it; just need detail micro scoping observation to find out hidden breakdown.</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fnext-big-thing-is%2F&amp;linkname=Next%20Big%20Thing%20Is%E2%80%A6" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fnext-big-thing-is%2F&amp;linkname=Next%20Big%20Thing%20Is%E2%80%A6" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fnext-big-thing-is%2F&amp;linkname=Next%20Big%20Thing%20Is%E2%80%A6" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_dd a2a_target addtoany_share_save" href="https://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.pnconline.com%2Fnext-big-thing-is%2F&amp;title=Next%20Big%20Thing%20Is%E2%80%A6" id="wpa2a_28"></a></p><p>The post <a rel="nofollow" href="http://blog.pnconline.com/next-big-thing-is/">Next Big Thing Is…</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pnconline.com/next-big-thing-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motor Control EMI: AC Mains Conducted Emission</title>
		<link>http://blog.pnconline.com/motor-control-emi-ac-mains-conducted-emission/</link>
		<comments>http://blog.pnconline.com/motor-control-emi-ac-mains-conducted-emission/#comments</comments>
		<pubDate>Mon, 21 Oct 2013 07:35:02 +0000</pubDate>
		<dc:creator><![CDATA[Sam Sangani]]></dc:creator>
				<category><![CDATA[PCB Design]]></category>

		<guid isPermaLink="false">http://www.manhoc.com/blog/?p=59</guid>
		<description><![CDATA[
    <p>We do not want our product to come back from testing to find that we have failed electromagnetic interference (EMI) or conducted emissions (CE) exams. Furthermore, we do not want these noise sources to degrade our products performance, so we need to understand the mechanisms of this noise and how to minimize it. One of &#8230; <a href="http://blog.pnconline.com/motor-control-emi-ac-mains-conducted-emission/" class="more-link">Continue reading <span class="screen-reader-text">Motor Control EMI: AC Mains Conducted Emission</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.pnconline.com/motor-control-emi-ac-mains-conducted-emission/">Motor Control EMI: AC Mains Conducted Emission</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></description>
	
    			<content:encoded><![CDATA[<p>We do not want our product to come back from testing to find that we have failed electromagnetic interference (EMI) or conducted emissions (CE) exams. Furthermore, we do not want these noise sources to degrade our products performance, so we need to understand the mechanisms of this noise and how to minimize it.</p>
<p>One of the most common failures is, AC mains conducted emission testing which is listed as IEC 61326-1:2005, Ed. 1 section 7 (CiSPR11:2003).  The purpose of the conducted emissions test is to measure noise currents that exit the products ac power cord to be sure the currents are within the regulated limits. The most efficient method for the reduction of conducted emissions is to reduce them at their sources. In this section we will discuss the source of conducted Emission on AC mains and how we can minimize the emissions. In following section we will focus on workarounds for the system has failed pass the AC mains conducted emission test.<br />
<center><br />
<a href="http://blog.pnconline.com/wp-content/uploads/2015/07/2-Wire-system-filer-and-safety-connections.bmp-300x256.png" title="3 Wire system filer and safety connections" rel="lightbox59"><img class="size-medium wp-image-168 aligncenter" alt="3 Wire system filer and safety connections" src="http://blog.pnconline.com/wp-content/uploads/2015/07/2-Wire-system-filer-and-safety-connections.bmp-300x256.png" width="380" height="285" /></a><br />
</center><br />
<b>Rectifiers:</b></p>
<p>Fast recovery diodes snap off sharply and generate high frequency noise compared to slow recovery diodes. In order to reduce this undesirable noise generated in the turnoff of the diode, snubber circuits are generally placed in parallel with the diodes. The snubber circuit consists of a resistor in series with a capacitor that acts as a path to discharge the charge stored at the diode junction when the diode turns off. This tends to smooth the diode current waveform, thereby reducing high frequency spectral content. The high frequency current will circulate through the snubber circuit where the leads need be kept short and the elements placed very close to the diode. In doing this, you will reduce the current loop area and the emissions will be radiated from the loop.</p>
<p>&nbsp;</p>
<p><b>Transformer:</b></p>
<p>Winding the coils on top of each other introduces a parasitic capacitance between the primary and secondary. This primary-to-secondary capacitance can introduce an undesired coupling that allows noise on the secondary side to be more easily coupled to the primary side. Once the noise is present on primary side, it passes out through the power cord and is measured as a conducted emission by the LISN, unless the power supply is inserted between the power cord and transformer. The efficiency of this coupling, due to the parasitic primary-secondary capacitance increases at higher frequencies. In order to reduce this coupling, there is need for a metallic shield between the primary and secondary coils. This is referred to as a Faraday shield. This shield should be connected to the primary side reference or neutral.</p>
<p>&nbsp;</p>
<p><b>Switching devices:</b></p>
<p>Primary current begins to flow when a <i>MOSFET(s) </i>is turned on. The transformer primary current ramping to a peak value is determined by input voltage, motor phase inductance, switching frequency and duty cycle. This trapezoidal (or triangular) current waveform is characterized in the frequency domain by a spectrum at the switching frequency. The harmonics are determined by the relative squareness of the waveform and causes the primarily differential mode emission currents to circulate between the AC mains and the power supply input. This current waveform can also create common mode emissions, due to radiated magnetic fields when the current path defined on the PC board layout encircles a large physical area.</p>
<p>&nbsp;</p>
<p>The spectral content of the noise that is produced by switching is directly dependent on the rise and fall times of pulses. The slow (high) rise and fall times are desirable from the standpoint of EMC. This causes the MOSFET to spend more time in its active region, which increases its power dissipation, therefore is an undesirable result from the standpoint of thermal consideration. Concurrently, there is an apparent tradeoff between reduction of noise spectral content that will contribute to conducted emissions and the thermal heating of the switching element and related efficiency of the switcher.</p>
<p>&nbsp;</p>
<p><b>Wire Harness and System connections:</b></p>
<p>Noise current sources appear between live and neutral connections without reference to the earth connection. In circuits with a switching power supply or motor control, the RF emissions are dominated by interference developed across the DC link to the switching devices. Although there will be a bulk capacitor, the high di/dt through this capacitor will generate voltages at the harmonics of the switching frequency across its equivalent series impedance.</p>
<p>&nbsp;</p>
<p>The coupling is dominated by the inter-winding capacitance of the isolating transformer, stator-rotor of the motor and system to the chassis. These capacitances are referred to earth, either directly or via the enclosure if this is conductive. A well shielded enclosure will minimize “leakage” of this capacitive coupling and hence reduced conducted emissions. Ideal connections for 2-wire and 3-wire system are shown in figure xx and xx.</p>
<p style="text-align:center;"><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/3-Wire-system-filer-and-safety-connections.bmp" title="2 Wire system filer and safety connections.bmp" rel="lightbox59"><img class="aligncenter size-medium wp-image-167" alt="2 Wire system filer and safety connections.bmp" src="http://blog.pnconline.com/wp-content/uploads/2015/07/3-Wire-system-filer-and-safety-connections.bmp" width="390" height="287" /></a></p>
<p><br\></p>
<p>&nbsp;</p>
<p>This article was written by Sam Sangani Jr., <a title="Printed Circuit Design &amp; Layout Services" href="http://www.pnconline.com/PCB_Design.htm" target="_blank">PNC Inc.’s </a>Fellow Design Engineer.  For additional information related to this or any other topic, you can reach Sam via e-mail at sam@pnconline.com.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fmotor-control-emi-ac-mains-conducted-emission%2F&amp;linkname=Motor%20Control%20EMI%3A%20AC%20Mains%20Conducted%20Emission" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fmotor-control-emi-ac-mains-conducted-emission%2F&amp;linkname=Motor%20Control%20EMI%3A%20AC%20Mains%20Conducted%20Emission" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fmotor-control-emi-ac-mains-conducted-emission%2F&amp;linkname=Motor%20Control%20EMI%3A%20AC%20Mains%20Conducted%20Emission" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_dd a2a_target addtoany_share_save" href="https://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.pnconline.com%2Fmotor-control-emi-ac-mains-conducted-emission%2F&amp;title=Motor%20Control%20EMI%3A%20AC%20Mains%20Conducted%20Emission" id="wpa2a_32"></a></p><p>The post <a rel="nofollow" href="http://blog.pnconline.com/motor-control-emi-ac-mains-conducted-emission/">Motor Control EMI: AC Mains Conducted Emission</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pnconline.com/motor-control-emi-ac-mains-conducted-emission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do-nuts plus Engineers = Success</title>
		<link>http://blog.pnconline.com/do-nuts-plus-engineers-success/</link>
		<comments>http://blog.pnconline.com/do-nuts-plus-engineers-success/#comments</comments>
		<pubDate>Fri, 23 Aug 2013 08:59:47 +0000</pubDate>
		<dc:creator><![CDATA[Sam Sangani]]></dc:creator>
				<category><![CDATA[PCB Design]]></category>

		<guid isPermaLink="false">http://www.manhoc.com/blog/?p=80</guid>
		<description><![CDATA[
    <p>It was a typical Friday afternoon as everyone was rushing to finish their work load to get home early. As the day came to a close, my inbox alert pops up showing a meeting invite for early Monday morning from our Project Manager. Out of curiosity of the details contained within, I read the E-mail &#8230; <a href="http://blog.pnconline.com/do-nuts-plus-engineers-success/" class="more-link">Continue reading <span class="screen-reader-text">Do-nuts plus Engineers = Success</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.pnconline.com/do-nuts-plus-engineers-success/">Do-nuts plus Engineers = Success</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></description>
	
    			<content:encoded><![CDATA[<p>It was a typical Friday afternoon as everyone was rushing to finish their work load to get home early. As the day came to a close, my inbox alert pops up showing a meeting invite for early Monday morning from our Project Manager. Out of curiosity of the details contained within, I read the E-mail that was sent to all the Project Team members. It read, “If you like donuts, attend the meeting.”<br />
<a href="http://blog.pnconline.com/wp-content/uploads/2015/07/Donut-300x290.jpg" title="Donut-300x290" rel="lightbox80"><img class="alignnone size-full wp-image-81" style="float: left; margin-right: 20px;" src="http://blog.pnconline.com/wp-content/uploads/2015/07/Donut-300x290.jpg" alt="Donut-300x290" width="300" height="290" /></a></p>
<p>Unfortunately, I don’t like donuts, but a certain anxiety came over me in wanting to know, what could the topic of discussion be? I could only think of one potential issue we were having.  Could it be the unresolved failure of a cooling fan driver board for commercial aircraft?  This issue was nearing 6 months, and we couldn’t reproduce a single failure in our lab.  At this point, we were getting 8 to 10% failures every month – which is not good. It had become the focal point of entire company.   Other Project Team Members were starting to question our abilities and losing confidence in our Team to solve this issue.</p>
<p>The weekend had pasted and the moment of reality was here, Monday morning meeting time.  All 8 members of the team were present.  As I sat there looking around, there were donuts to be found.   The conference room was neat and clean, the white board, projector, and phone were in there usual place.  In walks the Project Manager apologizing for not having brought donuts because he had to drop off his daughter at school.  He abruptly starts the meeting with, “As no progress has been made in the last 6 months on the cooling fan driver Board, the Director of Engineering wants to reinvent this team and some or all of you may not be working with this team starting next week.  “I don’t know whether this means you will be with the company or not, Thanks guys.”  Within 5 minutes the meeting was over.  He left the conference room leaving the 8 of us to ourselves.</p>
<p>We were all starring at each other without words until one Team member stated – “Hey guys we did all we could do.” Another added – “We did circuit analysis and worst case analysis”.  A third member said – “I had performed a series of experiments at 300% stress.” The last comment was – “Several experts and consultants from outside were also involved and they had no clue as well.”</p>
<p>As everyone went back to their desks to start job searching, I sat there struggling to digest the decision the Director of Engineering was taking.  I decided to go to the lab where I saw two unknown Engineers standing over our test setup that were not familiar with this project.  I introduced myself, and obviously they did as well.  In the mean time before I arrived, they had moved the test setup fan, used to simulate air flow on the Board, to avoid the breeze blowing on them.  They asked me to give an overview of the test setup and testing procedure, so I explained the setup and procedure step by step.  Meanwhile the system was not powered, but I was seeing smoke coming from the Board.  At a closer look, the cooling fan on the driver board was spinning, which didn’t make sense.  I also noticed that the components on the Board were burned and looked similar to the field failures we were experiencing.  I stepped back and asked the two engineers what they had changed.  Their reply was, “we didn’t touch anything except for moving the setup test fan.  I now understood the reason why the cooling fan was spinning while not powered.  Adjacent to our setup fixture was another setup test fan, for another test, that was making our cooling fan on the driver board spin.  In fraction of second, a series of thoughts passed thru my mind: back EMF protection in idle state or a requirement escape.</p>
<p>I rushed back to my desk, composed a new email to the Project Manager and all Team members with subject – “Donuts resolved the issue”.   The message in the body of the E-mail stated – “If anyone wants to know the root cause, bring the donuts to my desk”.  Within 20 minutes our Project Manager and the Director of Engineering walked in with a box a Donuts in hand and their faces expressed a certain calmness.</p>
<p>The Moral of the Story?  Be sure the requirements used for measuring reliability are complete.</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fdo-nuts-plus-engineers-success%2F&amp;linkname=Do-nuts%20plus%20Engineers%20%3D%20Success" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fdo-nuts-plus-engineers-success%2F&amp;linkname=Do-nuts%20plus%20Engineers%20%3D%20Success" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fdo-nuts-plus-engineers-success%2F&amp;linkname=Do-nuts%20plus%20Engineers%20%3D%20Success" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_dd a2a_target addtoany_share_save" href="https://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.pnconline.com%2Fdo-nuts-plus-engineers-success%2F&amp;title=Do-nuts%20plus%20Engineers%20%3D%20Success" id="wpa2a_36"></a></p><p>The post <a rel="nofollow" href="http://blog.pnconline.com/do-nuts-plus-engineers-success/">Do-nuts plus Engineers = Success</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pnconline.com/do-nuts-plus-engineers-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A piece of wire and a diode can reduce huge cost</title>
		<link>http://blog.pnconline.com/a-piece-of-wire-and-a-diode-can-reduce-huge-cost/</link>
		<comments>http://blog.pnconline.com/a-piece-of-wire-and-a-diode-can-reduce-huge-cost/#comments</comments>
		<pubDate>Mon, 24 Jun 2013 11:23:28 +0000</pubDate>
		<dc:creator><![CDATA[Sam Sangani]]></dc:creator>
				<category><![CDATA[PCB Design]]></category>

		<guid isPermaLink="false">http://www.manhoc.com/blog/?p=162</guid>
		<description><![CDATA[
    <p>Today we will discuss one very useful trick to improve and reduce the overall cost and reliability of a popular unit in the motor control industry. As we all know, as depicted in figure -1, a standard topology of a fractional motor controllers electronics consists of, 1-ϕ AC input, step-down transformer, bridge rectifier and linear &#8230; <a href="http://blog.pnconline.com/a-piece-of-wire-and-a-diode-can-reduce-huge-cost/" class="more-link">Continue reading <span class="screen-reader-text">A piece of wire and a diode can reduce huge cost</span> <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.pnconline.com/a-piece-of-wire-and-a-diode-can-reduce-huge-cost/">A piece of wire and a diode can reduce huge cost</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></description>
	
    			<content:encoded><![CDATA[<p>Today we will discuss one very useful trick to improve and reduce the overall cost and reliability of a popular unit in the motor control industry. As we all know, as depicted in <em><strong>figure -1</strong></em>, a standard topology of a fractional motor controllers electronics consists of, 1-ϕ AC input, step-down transformer, bridge rectifier and linear regulators to supply the drivers and micro-controller.</p>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/1-11.bmp" title="1-1" rel="lightbox162"><img class="alignnone size-full wp-image-163" src="http://blog.pnconline.com/wp-content/uploads/2015/07/1-11.bmp" alt="1-1" width="645" height="293" /></a></p>
<p>Normally bus voltage is in the range of 40VDC of delivery current at 5A to 15A. I have seen this standard implementation in almost 80% of motor drives I’ve come across. There is nothing wrong with this configuration except the linear power supplies’ efficiencies and amount of heat dissipation. Deriving 15V from 40V with a linear regulator at 0.5A load, the system will need a large heat sink and a cooling fan to dissipate 12.5Watt’s of heat. Even worse, if a 5V supply is derived with a linear regulator, due to too much potential difference, the cooling system has to be capable of dissipating an additional 17.5 Watts of heat. On top of these, 3-ϕ bridge inverters and switching loss introduces a sizable amount of heat. Typically, these three sources of heat are tied to a common heat sink to save cost. Each component tied into the common heat-sink runs at a very high temperature from thermal derating, thermal run-away, etc.</p>
<p>Is there a better way to overcome this thermal problem? Yes. One can replace the linear regulators with switching regulators. The problem with switching regulators is the higher peak current requirement which in return creates a higher potential difference, and turns this into another problem by introducing more costly components.</p>
<p>There is an alternate solution by adding (1) wire and (1) diode to overcome this issue. As shown in <em><strong>figure – 2</strong></em>, using the method of center tap secondary, we can generate low voltage DC from half-wave rectifying for the linear regulators</p>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/2-211.bmp" title="2-21" rel="lightbox162"><img class="alignnone size-full wp-image-164" src="http://blog.pnconline.com/wp-content/uploads/2015/07/2-211.bmp" alt="2-21" width="643" height="327" /></a></p>
<p>This  will reduce the heating by 66%. One note of Importance to keep in mind here is: the center tap is not a ground reference of the system, unlike a full-wave rectifier.</p>
<p>Operation of this half-wave rectifier will be different than an ideal half-wave rectifier. When the center tap is at a higher potential than the lower end of secondary, the diode will conduct and the current will charge the filter capacitor and provide the load current and the return current will flow thru the diode of lower arm of the bridge rectifier.</p>
<p>If load is too small, one can replace the diode with a SCR by setting the appropriate firing angle by means of a resistor, diode and capacitor. This will bring the output of the half-wave rectifier down to an adequate input voltage of the linear regulator.</p>
<p>If we want further optimization, we can replace the 5V linear regulator with a switching regulator to be tied to the half-wave rectifier, as shown in <em><strong>figure -3</strong></em>.</p>
<p><a href="http://blog.pnconline.com/wp-content/uploads/2015/07/3-311.bmp" title="3-31" rel="lightbox162"><img class="alignnone size-full wp-image-165" src="http://blog.pnconline.com/wp-content/uploads/2015/07/3-311.bmp" alt="3-31" width="635" height="390" /></a></p>
<p>Now we have about 20V from the half-wave rectifier, and an output of 5V. The potential difference went down by 10V which will reduce the peak current requirement for the switch.  The efficiency of the switching regulator is normally in the range of 90% to 95%, and will reduce the heating to 10% of the original topology.</p>
<p>With a SCR half wave rectifier and switching regulator, the heat sink is not required; temperature will not rise greater than 20˚C. This eliminates the cost of a heat sink as well as thermal failures.</p>
<p>This article was written by Sam Sangani Jr., <a title="Printed Circuit Design &amp; Layout Services" href="http://www.pnconline.com/PCB_Design.htm" target="_blank">PNC Inc.’s </a>Fellow Design Engineer.  You can reach Sam via e-mail at sam@pnconline.com</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fa-piece-of-wire-and-a-diode-can-reduce-huge-cost%2F&amp;linkname=A%20piece%20of%20wire%20and%20a%20diode%20can%20reduce%20huge%20cost" title="Facebook" rel="nofollow" target="_blank"></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fa-piece-of-wire-and-a-diode-can-reduce-huge-cost%2F&amp;linkname=A%20piece%20of%20wire%20and%20a%20diode%20can%20reduce%20huge%20cost" title="Twitter" rel="nofollow" target="_blank"></a><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fblog.pnconline.com%2Fa-piece-of-wire-and-a-diode-can-reduce-huge-cost%2F&amp;linkname=A%20piece%20of%20wire%20and%20a%20diode%20can%20reduce%20huge%20cost" title="Google+" rel="nofollow" target="_blank"></a><a class="a2a_dd a2a_target addtoany_share_save" href="https://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.pnconline.com%2Fa-piece-of-wire-and-a-diode-can-reduce-huge-cost%2F&amp;title=A%20piece%20of%20wire%20and%20a%20diode%20can%20reduce%20huge%20cost" id="wpa2a_40"></a></p><p>The post <a rel="nofollow" href="http://blog.pnconline.com/a-piece-of-wire-and-a-diode-can-reduce-huge-cost/">A piece of wire and a diode can reduce huge cost</a> appeared first on <a rel="nofollow" href="http://blog.pnconline.com">PNC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pnconline.com/a-piece-of-wire-and-a-diode-can-reduce-huge-cost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
