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

关键词

搜索

型号

搜索

LK1301-9EPD2TB2

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

LK1301-9EPD2TB2概述

AC-DC Regulated Power Supply Module, 1 Output, 150W, Hybrid, METAL, CASE K02, MODULE

LK1301-9EPD2TB2规格参数

参数名称属性值
Brand NamePower-One
是否无铅含铅
是否Rohs认证不符合
厂商名称BEL(百富电子)
零件包装代码MODULE
包装说明,
制造商包装代码CASE K02
Reach Compliance Codecompliant
ECCN代码EAR99
其他特性88V TO 372V DC INPUT CAN ALSO BE USED
模拟集成电路 - 其他类型AC-DC REGULATED POWER SUPPLY MODULE
最大输入电压264 V
最小输入电压85 V
JESD-30 代码R-MXMA-X
JESD-609代码e0
功能数量1
输出次数1
最高工作温度71 °C
最低工作温度-40 °C
最大输出电压12.07 V
最小输出电压11.93 V
标称输出电压12 V
封装主体材料METAL
封装形状RECTANGULAR
封装形式MICROELECTRONIC ASSEMBLY
峰值回流温度(摄氏度)NOT SPECIFIED
认证状态Not Qualified
表面贴装NO
技术HYBRID
温度等级OTHER
端子面层TIN LEAD
端子形式UNSPECIFIED
端子位置UNSPECIFIED
处于峰值回流温度下的最长时间NOT SPECIFIED
最大总功率输出150 W
微调/可调输出NO

文档预览

下载PDF文档
Cassette Style
150 Watt AC-DC Converters
K Series
150 Watt AC-DC (DC-DC) Converters
for 400 Hz Mains
Input voltage range from 85...255 V AC
1 or 2 isolated outputs up to 48 V DC
4 kV AC I/O electric strength test voltage
• Input frequency range 47...440 Hz
• No PFC
Extremely wide input voltage range
Input over- and undervoltage lock-out
Efficient input filter and built-in surge and transient
suppression circuitry
Fully isolated outputs
Outputs overload, open- and short-circuit proof
No derating over entire operating temperature range
Safety according to IEC/EN 60950
LGA
K Series
111
4.4"
3U
80
3.2"
16 TE
168
6.6"
Summary
The K series of AC-DC (DC-DC) converters represents a
flexible range of power supplies for use in advanced elec-
tronic systems. Features include wide input frequency
range (no PFC), high efficiency, high reliability, low output
voltage noise and excellent dynamic response to load/line
changes.
The converter inputs are protected against surges and tran-
sients occuring at the source lines. An input over- and
undervoltage lock-out circuitry disables the outputs if the
input voltage is outside the specified range. Certain types
include an inrush current limitation preventing circuit break-
ers and fuses from being damaged at switch-on.
All outputs are open- and short-circuit proof and are pro-
tected against overvoltages by means of a built-in suppres-
sor diode. The outputs can be inhibited by a logic signal ap-
plied to the connector pin 18 (i). If the inhibit function is not
used pin 18 must be connected to pin 14 to enable the out-
puts.
LED indicators display the status of the converter and allow
visual monitoring of the system at any time.
Full input to output, input to case, output to case and output
to output isolation is provided. The modules are designed
and built according to the international safety standards
IEC/EN 60950 and have been approved by the safety
agencies LGA (Germany) und UL (USA). The UL Mark for
Canada has been officially recognized by regulatory au-
thorities in provinces across Canada.
The case design allows operation at nominal load up to
71°C in a free air ambient temperature. If forced cooling is
provided, the ambient temperature may exceed 71°C but
the case temperature must remain below 95°C under all
conditions.
A temperature sensor generates an inhibit signal which
disables the outputs if the case temperature
T
C
exceeds the
limit. The outputs are automatically re-enabled when the
temperature drops below the limit.
Various options are available to adapt the converters to in-
dividual applications.
The modules may either be plugged into 19" rack systems
according to DIN 41494, or be chassis mounted.
Important:
For applications with requirements for com-
pliance with IEC/EN 61000-3-2 (harmonic distortion)
please use our LK 4000 and LK 5000 series.
Table of Contents
Page
Page
Electromagnetic Compatibility (EMC) ............................ 13
Immunity to Environmental Conditions ........................... 15
Mechanical Data ............................................................ 16
Safety and Installation Instructions ................................ 17
Description of Options .................................................... 20
Accessories .................................................................... 26
Summary .......................................................................... 1
Type Survey and Key Data .............................................. 2
Type Key .......................................................................... 2
Functional Description ...................................................... 3
Electrical Input Data ......................................................... 4
Electrical Output Data ...................................................... 5
Auxiliary Functions ......................................................... 10
Edition 01/01.2001
1/26
怎么向外部存储器烧写程序
我想把程序烧写到外部存储器中 用的是quartus ii , 外部存储器不是专用的EPCS那种 是winbond的 该怎么操作呢 在网上看了好多 但还是很迷茫 看altera 的资料讲的都是针对EPCS的。按他的方法先把 ......
xiha FPGA/CPLD
用Flash保存设置的数据,如何知道未用Flash
小弟用STM32做一光源控制器,其中一些相关的设置,希望能保存到Flash中,在下次开机的时候能够直接读取出来,省去重新设置的麻烦。 在保存数据的时候,我如何确定要保存到Flash的哪个地址 ......
allen001 stm32/stm8
超高频射频识别系统读写器设计方案
本帖最后由 Jacktang 于 2020-5-8 23:19 编辑 0.引 言   射频识别(RFID,RadioFrequency Iden tiFication) 技术是一种新兴的自动识别技术。它是利用无线射频方式进行非接触双向数据通信 ......
Jacktang 无线连接
请香主和大侠看下RTC的问题(用官方库)已解决
先贴上中断部分的程序:voidRTC_IRQHandler(void){vu32Time_temp;if(RTC_GetITStatus(RTC_IT_SEC)!=RESET){/*CleartheRTCSecondinterrupt*/RTC_ClearITPendingBit(RTC_IT_SEC);/*Enabletim ......
rqq2007 stm32/stm8
【NUCLEO-L552ZE测评】拓展板成品
原理图纠正:NTC那里的R11阻值是10K,1%。 NTC我用的是之前立创搞活动优惠的0603封装NCP18XH103F03RB ,买回来我都还没用过,不知道效果如何。 板子回来了,有个小问题,就是IPS屏幕的排 ......
hzz592788 测评中心专版
【为C2000做贡献】【组委会推荐论文】陕西省TI杯优秀论文
陕西省TI杯优秀论文。...
wanghongyang 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1069  2896  2443  2167  272  39  42  50  5  30 

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