2078 views|8 replies

17

Posts

0

Resources
The OP
 

Efficient PCB design experience [Copy link]

 
As an electronic engineer, circuit design is a necessary hard work. However, no matter how perfect the principle design is, if the circuit board design is unreasonable, the performance will be greatly reduced, and in serious cases, it may not work properly. Based on my experience, I have summarized the following points that should be paid attention to in PCB design, hoping to be of some inspiration to you. No matter what software is used, PCB design has a general procedure. It will save time and effort to follow the order, so I will introduce it according to the production process. (Since the interface style of Protel is similar to that of Windows, the operating habits are also similar, and it has powerful simulation functions, it is used by many people, and this software will be used for illustration.) Schematic design is the preliminary preparation work. It is often seen that beginners directly draw PCB boards to save trouble, which will not be worth the loss. For simple boards, if you are familiar with the process, you may as well skip it. However, for beginners, you must follow the process. On the one hand, this can develop good habits, and on the other hand, it is the only way to avoid mistakes for complex circuits. When drawing the schematic, pay attention to the fact that each file should be connected as a whole in the layer design, which is also of great significance for future work. Due to differences in software, some software may appear to be connected but not actually connected (in terms of electrical performance). If you do not use relevant detection tools to detect, if there is a problem, it will be too late to find it after the board is made. Therefore, the importance of doing it in order is repeatedly emphasized, hoping to attract everyone's attention. The schematic diagram is based on the designed project, and there is nothing to say as long as the electrical connection is correct. Let's focus on the problems in the specific board making process. 1. Make a physical border. The closed physical border is a basic platform for the future component layout and routing, and it also plays a constraining role in the automatic layout. Otherwise, the components from the schematic diagram will be at a loss. But you must pay attention to accuracy here, otherwise it will be a big trouble if there are installation problems in the future. In addition, it is best to use arcs at the corners. On the one hand, it can avoid sharp corners from scratching workers, and at the same time it can reduce stress. In the past, one of my products always had a case of the shell PCB board breaking in some machines during transportation. It was fixed after using arcs. 2. Introduction of components and networks It should be very simple to introduce components and networks into the drawn borders, but problems often occur here. You must carefully solve the errors one by one according to the prompts, otherwise it will take more effort later. The problems here are generally the following: the packaging form of the component cannot be found, the component network has problems, there are unused components or pins, and these problems can be solved quickly by referring to the prompts. 3. Component layout The layout and routing of components have a great impact on the life, stability, and electromagnetic compatibility of the product, and they should be paid special attention to. Generally speaking, there should be the following principles: 1) Placement order First place the components related to the structure in fixed positions, such as power sockets, indicator lights, switches, connectors, etc. After these components are placed, use the software's LOCK function to lock them so that they will not be moved by mistake in the future. Then place special components and large components on the circuit, such as heating components, transformers, ICs, etc. Finally, place small components. 2) Pay attention to heat dissipation The layout of components should also pay special attention to heat dissipation. For high-power circuits, heat-generating components such as power tubes and transformers should be placed as close to the side as possible to facilitate heat dissipation. They should not be concentrated in one place, nor should they be too close to high capacitors to avoid premature aging of the electrolyte. 4. Wiring Wiring principles: The knowledge of wiring is very profound, and everyone will have their own experience, but there are still some common principles. 1) The higher the voltage, the shorter the traces. 2) Attention should be paid to the isolation between high current signals, high voltage signals and small signals (the isolation distance is related to the withstand voltage. Normally, the distance on the board should be 2mm at 2KV, and it should be increased proportionally. For example, if it is to withstand a 3KV withstand voltage test, the distance between the high and low voltage lines should be more than 3.5mm. In many cases, grooves are cut between the high and low voltage on the printed circuit board to avoid creepage.); 3) When wiring the two panels, the wires on both sides should be perpendicular, oblique, or curved to avoid parallelism to reduce parasitic coupling. The printed wires used for circuit input and output should be avoided as much as possible to avoid adjacent parallelism to avoid feedback. It is best to add a ground wire between these wires. 4) The corner of the routing should be greater than 90 degrees as much as possible, and the corners below 90 degrees should be eliminated, and the use of 90-degree corners should be minimized. For the same address line or data line, the routing length difference should not be too large, otherwise the short part of the line needs to be artificially bent to compensate; 5) The routing should be on the welding surface as much as possible, especially for PCBs with through-hole technology; 6) Use vias and jumpers as little as possible; 7) The pads of single-sided boards must be large, and the wires connected to the pads must be thick. If teardrops can be placed, teardrops should be placed. The quality of general single-sided board manufacturers is not very good, otherwise there will be problems with welding and re-work; 8) Large-area copper plating should be grid-shaped to prevent bubbles from forming on the board during wave soldering and bending due to thermal stress. However, in special occasions, the flow direction and size of GND should be considered. It cannot be simply filled with copper foil, but routing is required; 9) Components and routing should not be placed too close to the edge. Generally, single-sided boards are mostly paper boards, which are easy to break after being stressed. If wiring or components are placed at the edge, it will be affected; 10) The convenience of production, debugging and maintenance must be considered. For analog circuits, it is very important to deal with the ground problem. The noise generated on the ground is often difficult to predict, but once it occurs, it will cause great trouble. We should prepare for it. For power amplifier circuits, extremely small ground noise will have a significant impact on the sound quality due to the amplification of the subsequent stage; in high-precision A/D conversion circuits, if there is a high-frequency component on the ground line, it will produce a certain temperature drift, affecting the operation of the amplifier. At this time, you can add decoupling capacitors to the four corners of the board, one leg connected to the ground on the board, and one leg connected to the mounting hole (connected to the housing through screws). In this way, this component can be taken into account, and the amplifier and A/D will be stable. In addition, electromagnetic compatibility issues are more important in the current situation where people pay more attention to environmentally friendly products. Generally speaking, there are three sources of electromagnetic signals: signal source, radiation, and transmission line. Crystal oscillator is a common high-frequency signal source. The energy value of each harmonic of the crystal oscillator in the power spectrum will be significantly higher than the average value. A feasible approach is to control the amplitude of the signal, ground the crystal oscillator shell, shield the interference signal, and use special filtering circuits and devices. It is important to note that the serpentine routing has different functions in different applications. It is used on some clock signals in the computer motherboard, such as PCICLK and AGP-CLK. It has two functions: 1) impedance matching and 2) filtering inductance. For some important signals, such as HUBLink in the INTELHUB architecture, there are 13 wires in total, and the frequency can reach 233MHZ. They must be strictly equal in length to eliminate the hidden dangers caused by time delay. At this time, serpentine routing is the only solution. Generally speaking, the line spacing of serpentine routing is ≥2 times the line width; if it is in an ordinary PCB board, in addition to the role of filtering inductance, it can also be used as an inductor coil for radio antennas, etc. 5. Adjustment and perfection After completing the wiring, what needs to be done is to make some adjustments to the text, individual components, and routing, as well as copper plating (this work should not be done too early, otherwise it will affect the speed and bring trouble to the wiring), which is also for the convenience of production, debugging, and maintenance. Copper foil usually refers to filling the blank area left after wiring with a large area of copper foil. You can lay GND copper foil or VCC copper foil (but in this way, it is easy to burn the device once a short circuit occurs. It is best to ground it, unless it is used to increase the conduction area of the power supply to withstand a larger current before connecting to VCC). Grounding usually refers to using two ground wires (TRAC) to wrap a bunch of signal lines with special requirements to prevent it from being interfered with or interfering with others. If copper foil is used instead of ground wire, you must pay attention to whether the entire ground is connected, the current size, flow direction and whether there are special requirements to ensure that unnecessary mistakes are reduced. 6. Check and verify the network. Sometimes the network relationship of the drawn board is different from the schematic diagram due to misoperation or negligence. At this time, inspection and verification are very necessary. Therefore, you must not rush to hand it over to the plate manufacturer after drawing. You should check it first and then do subsequent work. 7. After completing these tasks using the simulation function, if time permits, you can also perform software simulation. Especially for high-frequency digital circuits, this can discover some problems in advance, which greatly reduces the workload of debugging later.
This post is from PCB Design

Latest reply

How do you understand creepage?  Details Published on 2018-7-30 19:23
Personal signature捷配pcb极速打样/免加急费/点击下www.jiepei.com/g590。微信18067949608.不要愁眉不展,因为你不知道谁会爱
 

195

Posts

0

Resources
2
 
Not bad
This post is from PCB Design
 
 

149

Posts

0

Resources
3
 
Hello, in many cases, in order to avoid creepage, grooves are cut between high and low voltage on printed circuit boards. What does it mean to avoid creepage?
This post is from PCB Design
 
 
 

149

Posts

0

Resources
4
 
Automatic copper pouring can cause island problems, which can be deleted manually. How to manually pour copper? What are the general steps for manual copper pouring? What should be paid attention to?
This post is from PCB Design
 
 
 

149

Posts

0

Resources
5
 
At what frequency does the signal line need to be laid out before a serpentine line can be considered?
This post is from PCB Design
 
 
 

149

Posts

0

Resources
6
 
Why can the serpentine line be used as a filter inductor?
This post is from PCB Design
 
 
 

17

Posts

0

Resources
7
 
Mengxi Kaiwu published on 2018-7-30 17:34 Hello, in many cases, in order to avoid creepage, grooves are also opened between high and low voltages on printed circuit boards. What does it mean? What does it mean to avoid creepage?
Grooving between high voltages on circuit boards is to increase insulation and improve creepage resistance, which will be safer.
This post is from PCB Design

Comments

How do you understand creepage?  Details Published on 2018-7-30 19:23
Personal signature捷配pcb极速打样/免加急费/点击下www.jiepei.com/g590。微信18067949608.不要愁眉不展,因为你不知道谁会爱
 
 
 

17

Posts

0

Resources
8
 
Mengxi Kaiwu published on 2018-7-30 17:40 Why can the serpentine line be used as a filter inductor?
This depends on the application occasion. Different occasions have different functions. In the computer version, it mainly plays the role of a filter inductor to improve the anti-interference ability of the circuit.
This post is from PCB Design
Personal signature捷配pcb极速打样/免加急费/点击下www.jiepei.com/g590。微信18067949608.不要愁眉不展,因为你不知道谁会爱
 
 
 

149

Posts

0

Resources
9
 
Published by Jiepei PCB Prototyping Factory on 2018-7-30 18:08 The purpose of slotting between high voltages on the circuit board is to increase insulation and improve creepage resistance, which will be safer.
How do you understand creepage?
This post is from PCB Design
 
 
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews

Room 1530, Zhongguancun MOOC Times Building, Block B, 18 Zhongguancun Street, Haidian District, Beijing 100190, China Tel:(010)82350740 Postcode:100190

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list