电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

SMTR2815DF/HL

产品描述DC-DC Regulated Power Supply Module, 2 Output, 30W, Hybrid,
产品类别电源/电源管理    电源电路   
文件大小190KB,共12页
制造商Crane Co.
下载文档 详细参数 全文预览

SMTR2815DF/HL概述

DC-DC Regulated Power Supply Module, 2 Output, 30W, Hybrid,

SMTR2815DF/HL规格参数

参数名称属性值
厂商名称Crane Co.
包装说明,
Reach Compliance Codeunknown
其他特性ADDITIONAL -15 VOLT OUTPUT ALSO AVAILABLE
模拟集成电路 - 其他类型DC-DC REGULATED POWER SUPPLY MODULE
最大输入电压40 V
最小输入电压16 V
标称输入电压28 V
JESD-30 代码R-MDFM-P10
功能数量1
输出次数2
端子数量10
最高工作温度125 °C
最低工作温度-55 °C
最大输出电压15.15 V
最小输出电压14.85 V
标称输出电压15 V
封装主体材料METAL
封装形状RECTANGULAR
封装形式FLANGE MOUNT
认证状态Not Qualified
筛选级别MIL-PRF-38534 Class H
表面贴装NO
技术HYBRID
温度等级MILITARY
端子形式PIN/PEG
端子位置DUAL
总剂量50k Rad(Si) V
最大总功率输出30 W
微调/可调输出NO

文档预览

下载PDF文档
F
EATURES
Fully qualified to Class H or K
Radiation hardened
–55° to +125°C operation
16 to 40 VDC input
Fully Isolated
Magnetic feedback
MODELS
Fixed frequency, 600 kHz typical
VDC O
UTPUT
Topology – Single Ended Forward
SINGLE
DUAL
Inhibit function
5
±5
Sync function
12
±12
Indefinite short circuit protection
15
±15
Up to 30 watts output power
Trim function on single
Size (max.): Non-flanged Case: H2 2.125 x 1.125 x 0.400 inches (53.98 x 28.58 x 10.16 mm)
output models
Flanged Case: K3 2.910 x 1.125 x 0.400 inches (73.79 x 28.58 x 10.16 mm)
• Up to 81% efficiency
See Figures 22 through 25 for dimensions.
Weight:
Non-flanged 52 grams max., flanged 55 grams max.
Screening: Standard, Class H, or Class K (MIL-PRF-38534)
Radiation hardness levels O, L, and R
DC/DC C
ONVERTERS
28 V
OLT
I
NPUT
SMTR SERIES
30 WATT
DESCRIPTION
The SMTR Series™ of 28 volt DC/DC converters offers up to
30 watts of output power from single or dual output configurations.
The operate over the full military temperature range of –55°C to
+125°C with up to 84% efficiency. SMTR converters are packaged
in hermetically sealed metal enclosures, making them ideal for use
in military, aerospace and other high reliability applications.
S
YNCHRONIZATION
Synchronizing the converter with the system clock allows the
designer to confine switching noise to clock transitions, minimizing
interference and reducing the need for filtering. In sync mode, the
converter will run at any frequency between 500 kHz and 675 kHz.
The sync control operates with a quasi-TTL signal at any duty cycle
between 40% and 60%. The sync pin should be connected to input
common pin when not in use.
S
CREENING AND
R
EPORTS
SMTR converters offer three screening options (Standard, Class H,
or Class K) and three levels of radiation hardness (O, L, and R). See
Tables 1, 2, and 3 for more information. Detailed reports on product
performance are also available and are listed in Table 4.
W
IDE
V
OLTAGE
R
ANGE
SMTR converters are designed to provide full power operation over
a full 16 to 40 Vdc voltage range. Operation below 16 volts,
including MIL-STD-704D emergency power conditions is possible
with derated power.
C
ONVERTER
D
ESIGN
The SMTR converters are constant frequency, pulse-width mod-
ulated switching regulators which use a quasi-square wave, single
ended, forward converter design. Tight load regulation is maintained
by using a wide bandwidth magnetic feedback and, on single output
models, through use of remote sense. On dual output models, the
positive output is independently regulated and the negative output is
cross regulated through the use of tightly coupled magnetics.
Indefinite short circuit protection and overload protection are
provided by a constant current-limit feature. This protective system
senses current in the converter’s secondary stage and limits it to
approximately 115% of the maximum rated output current.
SMTR converters are provided with internal filtering capacitors that
help reduce the need for external components in normal operation.
For systems that require compliance with MIL-STD-461C’s CE03
standard, Interpoint offers filter/transient suppression modules
(including the FMC-461, FMD-461 and FM-704A series filters) which
will result in compliance.
I
MPROVED
D
YNAMIC
R
ESPONSE
The SMTR Series feed-forward compensation system provides
excellent dynamic response and noise rejection. Audio rejection is
typically 50 dB. The min. to max. step line transient response is typi-
cally less than 4%.
I
NHIBIT
F
UNCTION
SMTR converters provide an inhibit terminal that can be used to
disable internal switching, resulting in no output and very low
quiescent input current. The converter is inhibited when a TTL
compatible low (≤0.8V) is applied to the inhibit pin. The unit is
enabled when the pin, which is internally connected to a pull-up
resistor, is left unconnected or is connected to an open-collector
gate. The open circuit output voltage associated with the inhibit pin
is 9 to 11 Vdc. In the inhibit mode, a maximum of 8 mA must be sunk
from the inhibit pin.
1
Keil C51初始化代码 Startup.a51的中文说明
Keil C51初始化代码 Startup.a51的中文说明 ;------------------------------------------------------------------------------ ; STARTUP.A51: 用户上电初始化程序 ;---------------- ......
bleach2008 51单片机
基于C8051F320的USB温度采集设备(可作学习板)
自己做的USB温度采集小板 自己设计并制作了一个USB采集环境温度的测试小板,MCU用的是C8051F320,能够实现采集温度传感器信号、能通过LCD显示环境温度、还能通过F320自带的USB接口将数据 ......
ufrdomain 51单片机
MDK 下全局变量和临时变量地址重合,怎么办?
新建了一个全局变量: uint8 SDBuffer; // 全局变量 函数中应用: for (i=0; i<512; i++){ SDBuffer【i】 = 'A';} FATFileWrite("456.txt", SDBuffer, FA_OPEN_ALWAYS); 可是 ......
zhaojun_xf 单片机
上海这里鼓励大学生自己创业做工程师有什么想法
上海这里鼓励大学生自己创业做工程师有什么想法...
maoshen 聊聊、笑笑、闹闹
再谈谈RCD的计算
  2019-8-31我曾发一篇帖子《也谈谈RCD的计算》。今天我想再谈谈反激变换器中RCD计算为什么不包括励磁电流所储存能量的释放。   我们从反激变换器基本电路开始说起。 432653 图(01 ......
maychang 电源技术
一位工科妹纸和她的炫酷发明!
本帖最后由 qwqwqw2088 于 2016-2-16 17:13 编辑 一位工科妹纸和她的炫酷发明!真是不明觉厉!好凶残啊感觉...哈哈哈~红红火火恍恍惚惚。。 ...
qwqwqw2088 聊聊、笑笑、闹闹

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1750  2112  1104  314  2590  42  30  29  20  40 

器件索引   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved