首页 Calculating Motor Driver Power Dissipation

Calculating Motor Driver Power Dissipation

举报
开通vip

Calculating Motor Driver Power Dissipation Application Report SLVA504–February 2012 Calculating Motor Driver Power Dissipation Peter Millett ................................................................................................. Motor Drive Business Unit ABSTRACT When selecting a motor dri...

Calculating Motor Driver Power Dissipation
Application Report SLVA504–February 2012 Calculating Motor Driver Power Dissipation Peter Millett ................................................................................................. Motor Drive Business Unit ABSTRACT When selecting a motor driver IC for a particular application, consider the maximum amount of current that must be driven. The thermal characteristics of the IC and PCB are often the limiting factor in how much current a given motor driver provides. To calculate the maximum allowable current in a given application, an estimation of the total motor driver power dissipation is needed. This application report shows how to estimate this power dissipation in DC brush motor and stepper motor applications. 1 Sources of Power Dissipation in a Motor Driver There are a number of sources of power dissipation inside a motor driver IC. Some are obvious, like the power dissipated in the FET ON-resistance, others are more subtle. To make an accurate assessment of the total power dissipation, all sources must be considered. 1.1 RDS(ON) Dissipation The biggest source of power dissipated inside a motor driver IC is the power dissipated in the FET ON- resistance, or RDS(ON). The power dissipated in an H-bridge (consisting of a high-side FET and a low-side FET) is calculated with the following: PRDS = (HS-RDS(ON) × (IOUT(RMS))2) + (LS-RDS(ON) × (IOUT(RMS))2) where PRDS is the power dissipated in the output FETs, HS-RDS(ON) is the resistance of the high-side FET, LS-RDS(ON) is the resistance of the low side FET, and IOUT(RMS) is the RMS output current being applied to the motor. Note that RDS(ON) increases with temperature, as the device heats, the power dissipation increases. This must be considered when calculating the total device power dissipation. If a device has two H-bridges, like a typical stepping motor driver, you need to add the power dissipated in each H-bridge. 1.2 Switching Losses When an output transitions from high to low or low to high, the output devices traverse a linear region where they are dissipating significantly more power than when fully turned on. This power dissipation is referred to as switching loss. Switching loss is a function of the following: • rise and fall times of the output, how quickly the output swings from one extreme to the other • supply voltage • output current • frequency that the output is switching In some cases, such as a DC motor driver that is only turned on or off (not subjected to PWM speed control or current control), this rate may be so small as to be negligible. On the other extreme, for example a stepper motor driver using current control, the outputs are always being switched at some PWM frequency to maintain current regulation. 1SLVA504–February 2012 Calculating Motor Driver Power Dissipation Submit Documentation Feedback Copyright © 2012, Texas Instruments Incorporated Sources of Power Dissipation in a Motor Driver www.ti.com As an approximation, switching losses for each output are calculated as follows: PSW = PSW_RISE + PSW_FALL where PSW is the total switching loss (in watts) for one output, and PSW_RISE is the power dissipated during the rising edge, and PSW_FALL is dissipated during the falling edge. Expanding on this: PSW_RISE = ½ × VM × IOUT × tR × fSW and PSW_FALL = ½ × VM × IOUT × tF × fSW where VM is the supply voltage (in volts), IOUT is the output current (in amps), tR is the rise time (in seconds), tF is the fall time (in seconds), and fSW is the switching frequency (in Hz). The values of tR and tF are generally listed in the motor driver datasheet. fSW may be the internal PWM frequency of the motor driver, if the motor driver is performing current regulation (as when driving a stepper motor), or may be an externally applied PWM frequency (as when doing DC motor speed control from a processor). In an H-bridge, it is possible that one side or both sides of the H-bridge are being switched. For example, with a DC motor driver or a stepper motor using slow decay mode, only one side of the H-bridge is being pulse-width modulated, while the other side remains at a fixed state. A stepper motor driver running in fast decay, however, reverses state at each PWM cycle. Both sides of the H-bridge switch, causing twice as much switching loss. 1.3 Operating Supply Current Dissipation Some current is consumed by the motor driver IC. On TI motor driver data sheets, this is usually called VM operating supply current. Power dissipated by the operating supply current is calculated using: PIVM = VM × IVM 1.4 Other Power Dissipation Motor drivers may contain other circuits that dissipate power. Many TI motor drivers contain an LDO regulator that is used to provide some reference current, or current to power external loads. You must account for this power dissipation as well. For an LDO, power dissipation is calculated as follows: PLDO = ILDO_OUT × (VM – VOUT) 2 Calculating Motor Driver Power Dissipation SLVA504–February 2012 Submit Documentation Feedback Copyright © 2012, Texas Instruments Incorporated www.ti.com Example Calculation 2 Example Calculation Section 2.2 shows an example power dissipation calculation for a DRV8825 motor controller driving a bipolar stepper motor operated with current regulation. Similar calculations are made using other stepper and brush DC motor drivers. 2.1 Conditions and Assumptions When driving a stepper motor using current control, two H-bridges are always conducting current, and are always being switched (to regulate current using PWM). In this example, using a DRV8825 stepper motor controller, we use the following operating parameters: • VM (supply voltage) = 24 V • IOUT = 1.5-A RMS per phase • Only slow decay is used (so only one side of each H-bridge is switching) • 2-mA current is drawn from the LDO regulator (V3P3OUT) For estimation purposes, use the typical 85°C RDS(ON) number, and the worst-case (maximum) rise and fall times from the datasheet. Other datasheet parameters used are the typical values. 2.2 Power Calculation The total power dissipation is calculated as follows: PTOT = (2 × PRDS) + (2 × PSW) + PIVM + PLDO The factor of 2 on the PRDS and PSW terms comes from the fact that there are two H-bridges in the DRV8825, each driving one phase of the stepper motor, and one side of each H-bridge is being pulse- width modulated to regulate winding current. Calculating the components step-by-step, using data from the DRV8825 data sheet: PRDS = (HS-RDS(ON) × (IOUT(RMS))2) + (LS-RDS(ON) × (IOUT(RMS))2) PRDS = (0.25 Ω × (1.5 A)2) + (0.25 Ω × (1.5 A)2) PRDS = 1.125 W PSW = PSW_RISE + PSW_FALL PSW = (½ × VM × IOUT × tR × fSW) + (½ × VM × IOUT × tF × fSW) PSW = (½ × 24 V × 1.5 A × 200 ns × 30 kHz) + (½ × 24 V × 1.5 A × 200 ns × 30 kHz) PSW = 0.216 W PIVM = VM × IVM = 24 V × 5 mA PLDO = ILDO_OUT × (VM – VOUT) = 2 mA × (24 V – 3.3 V) = 0.04 W Finally, PTOT = (2 × PRDS) + (2 × PSW) + PIVM + PLDO PTOT = 2 × 1.125 W + 2 × 0.216 W + 0.12 W + 0.04 W = 2.84 W This is the approximate amount of power dissipated in the IC. 3SLVA504–February 2012 Calculating Motor Driver Power Dissipation Submit Documentation Feedback Copyright © 2012, Texas Instruments Incorporated References www.ti.com 2.3 Die Temperature Estimation Once you know the power dissipated in the driver, you can estimate the die temperature. Calculate the die temperature using the thermal resistance θJA and the ambient temperature as follows: TDIE = TAMB + (θJA × PTOT) In this example, if the DRV8825 were mounted on a JEDEC-standard PCB, the θJA value is 31.6°C/W. The resulting die temperature at a 25°C ambient temperature is: TDIE = TAMB + (θJA × PTOT) TDIE = 25°C + (31.6°C/W × 2.86 W) = 115.4°C This temperature is well below the overtemperature shutdown temperature of 150°C. However, an ambient temperature of 70°C produces the following: = 70°C + (31.6°C/W × 2.8614 W) = 160.4°C At an ambient temperature of 70°C, the device would enter overtemperature shutdown. NOTE: When mounted on the application PCB, the actual θJA value is probably different than the θJA value listed on the datasheet for a JEDEC-standard board. Please refer to www.ti.com/thermal for more information on how to determine the θJA value on your PCB. 3 References 1. Understanding Motor Driver Current Ratings (SLVA505) 2. www.ti.com/thermal 4 Calculating Motor Driver Power Dissipation SLVA504–February 2012 Submit Documentation Feedback Copyright © 2012, Texas Instruments Incorporated IMPORTANT NOTICE Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or service without notice. Customers should obtain the latest relevant information before placing orders and should verify that such information is current and complete. All products are sold subject to TI’s terms and conditions of sale supplied at the time of order acknowledgment. TI warrants performance of its hardware products to the specifications applicable at the time of sale in accordance with TI’s standard warranty. Testing and other quality control techniques are used to the extent TI deems necessary to support this warranty. Except where mandated by government requirements, testing of all parameters of each product is not necessarily performed. TI assumes no liability for applications assistance or customer product design. Customers are responsible for their products and applications using TI components. To minimize the risks associated with customer products and applications, customers should provide adequate design and operating safeguards. TI does not warrant or represent that any license, either express or implied, is granted under any TI patent right, copyright, mask work right, or other TI intellectual property right relating to any combination, machine, or process in which TI products or services are used. Information published by TI regarding third-party products or services does not constitute a license from TI to use such products or services or a warranty or endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual property of the third party, or a license from TI under the patents or other intellectual property of TI. Reproduction of TI information in TI data books or data sheets is permissible only if reproduction is without alteration and is accompanied by all associated warranties, conditions, limitations, and notices. Reproduction of this information with alteration is an unfair and deceptive business practice. TI is not responsible or liable for such altered documentation. Information of third parties may be subject to additional restrictions. Resale of TI products or services with statements different from or beyond the parameters stated by TI for that product or service voids all express and any implied warranties for the associated TI product or service and is an unfair and deceptive business practice. TI is not responsible or liable for any such statements. TI products are not authorized for use in safety-critical applications (such as life support) where a failure of the TI product would reasonably be expected to cause severe personal injury or death, unless officers of the parties have executed an agreement specifically governing such use. Buyers represent that they have all necessary expertise in the safety and regulatory ramifications of their applications, and acknowledge and agree that they are solely responsible for all legal, regulatory and safety-related requirements concerning their products and any use of TI products in such safety-critical applications, notwithstanding any applications-related information or support that may be provided by TI. Further, Buyers must fully indemnify TI and its representatives against any damages arising out of the use of TI products in such safety-critical applications. TI products are neither designed nor intended for use in military/aerospace applications or environments unless the TI products are specifically designated by TI as military-grade or "enhanced plastic." Only products designated by TI as military-grade meet military specifications. Buyers acknowledge and agree that any such use of TI products which TI has not designated as military-grade is solely at the Buyer's risk, and that they are solely responsible for compliance with all legal and regulatory requirements in connection with such use. TI products are neither designed nor intended for use in automotive applications or environments unless the specific TI products are designated by TI as compliant with ISO/TS 16949 requirements. Buyers acknowledge and agree that, if they use any non-designated products in automotive applications, TI will not be responsible for any failure to meet such requirements. Following are URLs where you can obtain information on other Texas Instruments products and application solutions: Products Applications Audio www.ti.com/audio Automotive and Transportation www.ti.com/automotive Amplifiers amplifier.ti.com Communications and Telecom www.ti.com/communications Data Converters dataconverter.ti.com Computers and Peripherals www.ti.com/computers DLP® Products www.dlp.com Consumer Electronics www.ti.com/consumer-apps DSP dsp.ti.com Energy and Lighting www.ti.com/energy Clocks and Timers www.ti.com/clocks Industrial www.ti.com/industrial Interface interface.ti.com Medical www.ti.com/medical Logic logic.ti.com Security www.ti.com/security Power Mgmt power.ti.com Space, Avionics and Defense www.ti.com/space-avionics-defense Microcontrollers microcontroller.ti.com Video and Imaging www.ti.com/video RFID www.ti-rfid.com OMAP Mobile Processors www.ti.com/omap Wireless Connectivity www.ti.com/wirelessconnectivity TI E2E Community Home Page e2e.ti.com Mailing Address: Texas Instruments, Post Office Box 655303, Dallas, Texas 75265 Copyright © 2012, Texas Instruments Incorporated Calculating Motor Driver Power Dissipation 1 Sources of Power Dissipation in a Motor Driver 1.1 RDS(ON) Dissipation 1.2 Switching Losses 1.3 Operating Supply Current Dissipation 1.4 Other Power Dissipation 2 Example Calculation 2.1 Conditions and Assumptions 2.2 Power Calculation 2.3 Die Temperature Estimation 3 References
本文档为【Calculating Motor Driver Power Dissipation】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
该文档来自用户分享,如有侵权行为请发邮件ishare@vip.sina.com联系网站客服,我们会及时删除。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。
本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。
网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
下载需要: 免费 已有0 人下载
最新资料
资料动态
专题动态
is_893267
暂无简介~
格式:pdf
大小:56KB
软件:PDF阅读器
页数:5
分类:互联网
上传时间:2013-12-26
浏览量:24