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

关键词

搜索

型号

搜索

ASQ24T08080-NEAT

产品描述DC-DC Regulated Power Supply Module, 1 Output, 42.82W, Hybrid,
产品类别电源/电源管理    电源电路   
文件大小703KB,共70页
制造商BEL(百富电子)
官网地址http://www.belfuse.com
下载文档 详细参数 全文预览

ASQ24T08080-NEAT概述

DC-DC Regulated Power Supply Module, 1 Output, 42.82W, Hybrid,

ASQ24T08080-NEAT规格参数

参数名称属性值
是否Rohs认证不符合
厂商名称BEL(百富电子)
Reach Compliance Codecompliant
ECCN代码EAR99
模拟集成电路 - 其他类型DC-DC REGULATED POWER SUPPLY MODULE
最大输入电压36 V
最小输入电压18 V
标称输入电压24 V
JESD-30 代码R-XDMA-T8
JESD-609代码e0
功能数量1
输出次数1
端子数量8
最高工作温度85 °C
最低工作温度-55 °C
最大输出电压8.08 V
最小输出电压7.92 V
标称输出电压8 V
封装主体材料UNSPECIFIED
封装形状RECTANGULAR
封装形式MICROELECTRONIC ASSEMBLY
峰值回流温度(摄氏度)NOT SPECIFIED
认证状态Not Qualified
表面贴装NO
技术HYBRID
温度等级OTHER
端子面层TIN LEAD OVER NICKEL
端子形式THROUGH-HOLE
端子位置DUAL
处于峰值回流温度下的最长时间NOT SPECIFIED
最大总功率输出42.82 W
微调/可调输出YES

文档预览

下载PDF文档
ASQ24 DC-DC Converter Series Data Sheet
18 to 36 VDC Input; 1.0 to 12 VDC Output
Features
Description
The ASQ24 eighth-brick dc-dc converters are ideally suited for aerospace applications where high reliability, low
profile, and low weight are critical. They are designed for reliable operation in harsh thermal and mechanical
environments.
In high-ambient temperature applications, the ASQ24 Series converters provide thermal performance that
exceeds competing dc-dc converters that have a higher nominal rating and much larger package size.
This performance is accomplished through the use of patented/patent-pending circuits, packaging, and processing
techniques to achieve ultra-high efficiency, excellent thermal management, and a low-body profile. Coupled with
the use of 100% automation for assembly, this results in a product with extremely high quality and reliability.
Available in through-hole and surface-mount packages, the ASQ24 Series converters are also ideal for
environments with little or no airflow. Contact Power-One for more information on using these converters in
conduction cooled applications.
Operating from an 18 to 36 VDC input, the ASQ24 Series converters provide any standard output voltage from
12 VDC down to 1.0 VDC. Outputs can be trimmed from –20% to +10% of the nominal output voltage (±10% for
output voltages 1.2 VDC and 1.0 VDC), thus providing outstanding design flexibility.
RoHS lead-solder-exemption compliant
Delivers up to 15A (50 W)
Operates from – 55
C
to 85
C
ambient
Survives 1000 g mechanical shock, MIL-STD-883E
Industry-standard quarter-brick pinout
Available in through-hole and surface-mount
packages
Outputs available in 12.0, 8.0, 6.0, 5.0, 3.3, 2.5,
2.0, 1.8, 1.5, 1.2, and 1.0 V
Low profile: 0.274” (6.96 mm)
Low weight: 0.53 oz [15 g] typical
Extremely small footprint: 0.896" x 2.30" (2.06 in
2
)
On-board input differential LC-filter
Extremely low output and input ripple
Start-up into pre-biased load
No minimum load required
2000 VDC I/O isolation
Meets Basic Insulation requirements of EN60950
Fixed-frequency operation
Fully protected
Remote output sense
Positive or negative logic ON/OFF option
Output voltage trim range: +10%/-20% (except 1.2
and 1.0V outputs with a trim range of
±10%)
with
industry-standard trim equations
High reliability: MTBF 3.4 million hours,
calculated per Telcordia TR-332, Method
I
Case 1
UL60950 recognized in US and Canada and
DEMKO certified per IEC/EN60950
Meets conducted emissions requirements per FCC
Class B and EN55022 Class B when used with
an external filter
All materials meet UL94, V-0 flammability rating
Applications
Telecommunications
Data communications
Wireless communications
Servers, workstations
Benefits
High efficiency – no heat sink required
Can replace two single output quarter-bricks
MCD10004 Rev. 1.3, 19-Oct-09
Page 1 of 70
www.power-one.com
为什么DS18B20显示的温度与LCD1602显示的温度不同??
351966 LCD温度显示为8度 DS18B20温度显示为64度 为什么会不一样呢?会不会是延时出了问题?求大神们帮忙解答一下谢谢!!!程序附上 #include #include #define uchar unsigned char #d ......
ssy19951022 51单片机
下载器插拔问题
为什么我的片子下载程序后得拔下下载器才能运行呢?这是怎么回事?之前下好程序直接复位就正常运行的,望各位帮忙解决。...
hooyijun 微控制器 MCU
PCI驱动地址读写的问题
写了个驱动(里面仅用RtlCopyMemory做一些操作),测试时采用CreateFile、ReadFile、WriteFile方式发现都是对共享内存进行操作,但是我想具体的读写PCI上所有地址和寄存器的值,驱动程序应该如 ......
74227lgf 嵌入式系统
线程中创建非模式对话框
我在线程中用 pDlg->m_pDlgScreenMap = new CScreenMap(); pDlg->m_pDlgScreenMap->Create(IDD_DIALOG_SCREENMAP,NULL); pDlg->m_pDlgScreenMap->ShowWindow(SW_SHOW); pDlg->m_pDlgScreenM ......
laopo163 嵌入式系统
串口读取GPRS模块数据的问题
我写的串口读取程序,因不知道GPRS模块的波特率以及数据位,停止位等信息,所以暂时用了115200,8位数据位,一位停止位,现在读取到的信息是乱码。我不想一个一个的波特率去实验,那么如何才能 ......
ytada 嵌入式系统
请问STC12C5616与蓝牙无线通信接收发送数据的程序问题
请问STC12C5616与蓝牙无线通信接收发送数据的程序问题是否有什么注意点呢? 实际上只有STC12C5616发送到pc的程序,如果pc发送到STC12C5616怎么接收读取数据呢?请教初入学习者。...
itdev 51单片机

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1666  1248  2613  820  943  7  51  46  38  27 

器件索引   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