The concept of "dead zone" must be recorded, collected from the Internet, and used when it is useful.
PWM pulse width modulation is most commonly used in power electronics for rectification and inversion. This requires the use of rectifier bridges and inverter bridges. Taking two-level as an example, there are two power electronic devices on each bridge arm, such as IGBTs. These two IGBTs cannot be turned on at the same time, otherwise a short circuit will occur. Therefore, designing a PWM wave with a dead zone can prevent the upper and lower devices from being turned on at the same time. In other words, when one device is turned on and then turned off, it will pass through a dead zone before the other device can be turned on.
Dead zone, usually, high-power motors, inverters, etc., are all H-bridges or 3-phase bridges composed of high-power tubes, IGBTs and other components at the end. The upper and lower half bridges of each bridge must not be turned on at the same time, but when the high-speed PWM drive signal reaches the control pole of the power component, it often produces a delay effect due to various reasons, causing a half-bridge component to not be turned off when it should be turned off, causing the power component to burn out. The dead zone is to delay for a period of time before turning on the lower half bridge after the upper half bridge is turned off, or to delay for a period of time before turning on the upper half bridge after the lower half bridge is turned off, so as to avoid burning out of the power component. This delay time is the dead zone. (That is, the components of the upper and lower half bridges are both turned off)
Dead time control is not available in the PWM equipped by common low-end microcontrollers. Dead time is a protection period set during PWM output to prevent the upper and lower tubes of the H-bridge or half-H-bridge from being turned on at the same time due to switching speed issues. Therefore, during this time, neither the upper nor lower tubes will have output, which will of course interrupt the waveform output. The dead time generally only accounts for a few percent of the cycle. However, when the duty cycle of the PWM wave itself is small, the empty part is larger than the dead time, so the dead time will affect the output ripple, but it should not play a decisive role.
The duty cycle is the ratio of the time the high level is maintained in the output PWM to the time of the PWM clock cycle; for example, if the frequency of a PWM is 1000Hz, then its clock cycle is 1ms, which is 1000us. If the high level appears for 200us, then the low level must be 800us, so the duty cycle is 200:1000, which means that the PWM duty cycle is 1:5.
Resolution is the minimum duty cycle that can be achieved. For example, the theoretical resolution of 8-bit PWM is 1:255 (single slope), and the theoretical resolution of 16-bit PWM is 1:65535 (single slope). The frequency is like this. For example, the resolution of 16-bit PWM reaches 1:65535. To achieve this resolution, T/C must count from 0 to 65535. If the count is from 0 to 80 and then from 0 to 80, then its minimum resolution is 1:80, but it is also faster, which means that the output frequency of PWM is high.
Suppose a PWM counts from 0 to 80, and then counts from 0 to 80 again. This is a single slope. Dual slope / Single slope Suppose a PWM counts from 0 to 80, and then counts from 80 to 0. This is a dual slope. It can be seen that the counting time of the dual slope is doubled, so the output PWM frequency is half as slow, but the resolution is 1: (80 + 80) = 1: 160, which is doubled. Assuming that PWM is a single slope, the maximum count is set to 80, and we set a comparison value of 10, then when T/C counts from 0 to 10 (at this time, the counter still counts up until the count reaches the set value 80), the microcontroller will control a certain IO port to output 1 or output 0 or port inversion at this time according to your settings. This is the most basic principle of PWM.
Previous article:Why switch to digital power?
Next article:Design of series regulation voltage stabilizing power supply circuit
- MathWorks and NXP Collaborate to Launch Model-Based Design Toolbox for Battery Management Systems
- STMicroelectronics' advanced galvanically isolated gate driver STGAP3S provides flexible protection for IGBTs and SiC MOSFETs
- New diaphragm-free solid-state lithium battery technology is launched: the distance between the positive and negative electrodes is less than 0.000001 meters
- [“Source” Observe the Autumn Series] Application and testing of the next generation of semiconductor gallium oxide device photodetectors
- 采用自主设计封装,绝缘电阻显著提高!ROHM开发出更高电压xEV系统的SiC肖特基势垒二极管
- Will GaN replace SiC? PI's disruptive 1700V InnoMux2 is here to demonstrate
- From Isolation to the Third and a Half Generation: Understanding Naxinwei's Gate Driver IC in One Article
- The appeal of 48 V technology: importance, benefits and key factors in system-level applications
- Important breakthrough in recycling of used lithium-ion batteries
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- Mini Adafruit QT Py Development Board
- openmv3 serial port hangs up
- Design and Implementation of VGA Image Controller Based on CPLDFPGA
- HC32F460 series virtual serial port problem
- It’s really stuffy to wear a mask when going out in summer. Is there any good solution?
- Smoke sensor as wireless power supply
- What are the methods for upgrading the msp430 microcontroller program?
- RS422 to 5V and 3.3V TTL level
- Architecture of Wireless Sensor Networks
- Recommended FPGA learning resources