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

关键词

搜索

型号

搜索

FPX86Y1254J--

产品描述1.25 µF 薄膜电容器 1400V(1.4kV) 3000V(3kV) 聚丙烯(PP),金属化 轴向,CAN - 螺丝端子
产品类别无源元件    电容器   
文件大小195KB,共4页
制造商Kyocera(京瓷)
下载文档 详细参数 全文预览

FPX86Y1254J--概述

1.25 µF 薄膜电容器 1400V(1.4kV) 3000V(3kV) 聚丙烯(PP),金属化 轴向,CAN - 螺丝端子

FPX86Y1254J--规格参数

参数名称属性值
类别
厂商名称Kyocera(京瓷)
系列FPX
包装散装
电容1.25 µF
容差±5%
额定电压 - AC1400V(1.4kV)
额定电压 - DC3000V(3kV)
介电材料聚丙烯(PP),金属化
ESR(等效串联电阻)1 mOhms
工作温度-40°C ~ 85°C
安装类型底座安装
封装/外壳轴向,CAN - 螺丝端子
大小 / 尺寸3.622" 直径(92.00mm)
高度 - 安装(最大值)2.461"(62.50mm)
端接螺纹,母头
应用通用

文档预览

下载PDF文档
Medium Power Film Capacitors
FPX (FPY RoHS Compliant)
PROTECTION
APPLICATIONS
Protection of thyristors.
Protection of gate turn-off thyristor (G.T.O.).
Clamping (Secondary snubber).
TECHNOLOGY
Metallized polypropylene dielectric capacitor with controlled
self-healing.
Reinforced metallization developed for high impulse currents.
Axial connections specially developed to reduce series
inductance and to provide rigid mechanical mounting.
PACKAGING MATERIAL
DIMENSIONS
Plastic Case Style M6 / 6 or M8 / 8
Max Torque: 8.5Nm (M8)
4.5Nm (M6)
h
±2
(0.079)
H 62
M6/6 or M8/8
Ø4 (0.16) A
TPC
Cylindrical in plastic case filled with thermosetting resin.
Outputs: threaded inserts either M6 or M8.
HOT SPOT TEMPERATURE CALCULATION
Plastic Case
H
±0.5
(0.020)
A
Tinned Output
Resin
h
±2
(0.079)
Ød
ØDmax
Dimensions: millimeters (inches)
General tolerance:
±2
Plastic Case Style M8 / 10
Max Torque: 8.5Nm
The positions of the connections
of each side are not indexed
H
79 +0 -3.0mm
(3.11 +0 -0.12)
Ø4 (0.16) A
Ø28 (1.103)
±0.1
(0.004)
Plastic Case
M8 (0.315)
/10 (0.394)
TPC
M8 (0.315)
/10 (0.394)
A
D Max
Tinned Output
Resin
23 (0.906)
±0.50
(0.020)
6.00 (0.236)
6.00 (0.236)
Dimensions: millimeters (inches)
General tolerance:
±2
MARKING
Logo
Withstanding surge voltage
Capacitance and tolerance in clear
Nominal DC voltage in clear
RMS current in clear
Date of manufacture (IEC coding)
See Hot Spot Temperature page 3.
θ
hot spot
=
θ
terminals
+ (P
d
+ P
t
) x R
th
with
P
d
(Dielectric losses) = Q x tgδ
0
[
1
2
x C
n
x (V
peak
to
peak
)
2
x f ] x (2 x 10
-4
)
P
t
(Thermal losses) = R
s
x (I
rms
)
2
where
C
n
in Farads
V in Volts
I
rms
in Amperes
R
s
in Ohms
f in Hertz
θ
in °C
R
th
in °C/W
Due to the design of the capacitor and its technology,
the thermal impedance between the terminations and the core of
the capacitor is low, it is necessary to take care that the capaci-
tor is never overheated by use of incorrect sized connections.
In the case where the series diodes are screwed to the capaci-
tor, cooling of the diodes must be taken in account.
Do not use the capacitor as a heat sink.
Due to the complexity of the diode/capacitor thermal exchanges,
we recommend that thermal measurements shall be made on
the different components. We would be pleased to advise you on
specific problems.
PROTECTION
WORKING TEMPERATURE
(according to the power to be dissipated)
-40°C to +85°C
HOW TO ORDER
FPX
Series
FPX = Standard
FPY = RoHS
Compliant
6
Case Size
Case Size 6
Case Size 8
(See Case
Style)
6
Dielectric
6 = Polypropylene
N
Voltage
Code
N = 2000V
P = 2500V
X = 3500V
Z = 4500V
Y = 4600V
0105
Capacitance
Code
0 + pF code
0105 = 1.0μF
0335 = 3.5μF
0504 = 0.5μF
etc.
J
Capacitance
Tolerances
J = ±5%
––
Terminal Code
– – = Standard
Not RoHS Compliant
Please select correct termination style.
82
JUNE 2015
驱动中如何提升注册表访问读写权限?
驱动中如何提升注册表访问读写权限? 谢谢...
xhwang2003 嵌入式系统
内核定制 activesync 经常不好用,无法连接PC机。
在内核定制的过程中有这样的情况,只要对catalog部分稍作修改,哪怕是改完之后再还原到原来的选项,生成镜像后activesync都非常有可能不好用。 不知道问题出在哪,在这部分的内核定制过程 ......
hsd325 嵌入式系统
求助:帮我分析下,IRQ模式下对cpsr寄存器的操作
ARM7 44B0,裸机调试。 调试中发现,代码在IRQ中断服务程序中有对CPSR的IRQ中断禁止位的操作,置位或清零。我把这些操作屏蔽之后,之前遇见的代码不稳定容易跑飞、子函数调用结束后无法正常 ......
cyclxoath 嵌入式系统
跑马灯的实验,不明白
#include sbit p_tmp=P1^7; void main() { int k=3; //sbit p_t=P1^3; 如果在这里定义,会报编译的错误,难道sbit不能在方法体中定义吗? p_tmp=P1^k; p_tmp=0; } 但 ......
rfinter 嵌入式系统
两个对话框,显示后按OK或者菜单上关闭按钮均不管用
MFC 创建了两个对话框,在主对话框A上点击一个按钮后,show另外一个对话框B,对话框B弹出后,我点击对话框B上的自带OK按钮,对话框B不能关闭,点击菜单关闭按钮也不可以,只能点击主对话框关闭 ......
wqyear 嵌入式系统
程控滤波器(原理图和报告)
本帖最后由 paulhyde 于 2014-9-15 03:50 编辑 程控滤波器(原理图和报告) ...
maker 电子竞赛

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1799  1391  1250  533  975  37  28  26  11  20 

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