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

关键词

搜索

型号

搜索

WCR1206-6.49KFI

产品描述RESISTOR, 0.25W, 1%, 100ppm, 6490ohm, SURFACE MOUNT, 1206, CHIP
产品类别无源元件    电阻器   
文件大小283KB,共2页
制造商TT Electronics plc
官网地址http://www.ttelectronics.com/
标准  
下载文档 详细参数 全文预览

WCR1206-6.49KFI概述

RESISTOR, 0.25W, 1%, 100ppm, 6490ohm, SURFACE MOUNT, 1206, CHIP

WCR1206-6.49KFI规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
包装说明, 1206
Reach Compliance Codecompliant
ECCN代码EAR99
JESD-609代码e3
制造商序列号WCR
安装特点SURFACE MOUNT
端子数量2
最高工作温度125 °C
最低工作温度-55 °C
封装形状RECTANGULAR PACKAGE
包装方法TR, 7 INCH
额定功率耗散 (P)0.25 W
额定温度70 °C
电阻6490 Ω
电阻器类型FIXED RESISTOR
尺寸代码1206
表面贴装YES
温度系数100 ppm/°C
端子面层Matte Tin (Sn) - with Nickel (Ni) barrier
端子形状WRAPAROUND
容差1%
工作电压200 V
Base Number Matches1

文档预览

下载PDF文档
General Purpose Surface
Mounted Resistors
WCR Series
Welwyn Components
Excellent reliability
Wide range of sizes and ohmic values
Wrap around terminations
Inner electrode protection
Electrical Data
0201
Power rating @ 70C
Resistance range
Limiting element votage
TCR*
Resistance Tolerance
Standard values
Ambient temperature range
Zero-ohm Jumper Chip Rating
Zero-ohm Jumper Chip Resistance
watts
ohms
volts
ppm/C
%
C
amps
milliohms
0402
0603
0805
0.125
150
100
1
E24 or E96
-55 to 125
1.5
<50
1206
1210
2010
0.5
200
200
2512
1.0
0.1
0.05
0.063
10R to 1M0
25
50
250
0.25
0.25
1R0 to 10M
0.5
1
2
Physical Data
Dimensions (mm)
Style
0201
0402
0603
0805
1206
1210
2010
2512
* Notes – TCR for low values 1R to 10R: -400 to +600ppm/ºC, 11R to 100R: ±200ppm/ºC
TCR for high values 3M3 to 10M: ±300ppm/º
L
T
C
W
0.6 ± 0.03
0.23 ± 0.03
0.12 ± 0.05
0.3 ± 0.03
1.0 ± 0.05
0.35 ± 0.05
0.2 ± 0.1
0.5 ± 0.03
1.6 ± 0.15
0.5 ± 0.15
0.25 ± 0.2
0.8 ± 0.15
2.0 ± 0.2
0.5 + 0.15 -0.10
0.4 ± 0.2
1.25+ 0.2 -0.1
3.2 +0.1 -0.25 1.6 + 0.1 -0.15 0.55 +0.15 -0.1 0.5 + 0.2-0.25
3.2 + 0.1 -0.2
0.55 +0.15 -0.1
0.5 ± 0.25
2.6 ± 0.15
5.0 ± 0.15
0.56 ± 0.15
0.60 ± 0.25
2.5 ± 0.15
6.3 ± 0.15
0.56 ± 0.15
0.60 ± 0.25
3.2 ± 0.15
A
0.15 ± 0.05
0.25 ± 0.1
0.25 ± 0.2
0.4 ± 0.2
0.5+ 0.2 -0.25
0.5 ± 0.2
0.60 ± 0.25
0.60 ± 0.25
C
T
A
L
A
W
Wrap-around terminations
(3 faces)
Construction
The chips have a high alumina substrate (96% minimum) with
a ruthenium oxide resistance element and silver palladium,
nickel and tin plated terminations. A glazed protection coat
is applied to the resistive element (See Fig.1)
Figure 1
Tin Plating
Nickel Barrier
Dipped Conductor
Silver
Palladium
Epoxy Melamine
Protection
Glass Dielectric
Resistance Element
Terminations
Solderability
Strength
The terminations meet the requirements of
IEC 115-1, Clause 4.17.3.2.
The terminations meet requirements of
IEC 68.2.21.
96% min Alumina Substrate
General Note
Welwyn Components reserves the right to make changes in product specification without notice or liability.
All information is subject to Welwyn’s own data and is considered accurate at time of going to print.
A subsidiary of
TT electronics plc
Iss 07.03
© Welwyn Components Limited
· Bedlington, Northumberland NE22 7AA, UK
Telephone: +44 (0) 1670 822181 · Facsimile: +44 (0) 1670 829465 · Email: info@welwyn-tt.com · Website: www.welwyn-tt.com
这个编译问题怎么解决
我用的是platform builder 4.2,建立的一个dll项目,作为网卡驱动。在ddk的ndis.h文件中有这样的定义: typedef struct _NDIS30_MINIPORT_CHARACTERISTICS { UCHAR ......
yulian0523 嵌入式系统
三说锂电池:到底市场有多大?2010有哪些大行动?
很多资料提到中国政府规划2012年中国将形成50万辆新能源汽车产能,形成10亿安时的车用高新能单体动力电池生产能力。我们来估算,以单车使用2万元电池(综合考虑混合动力和纯电动汽 ......
guangqiji 电源技术
怎么在IAR编译器里面获得当前的时间
怎么在IAR编译器里面获得当前的时间(年月日小时分钟秒)? eeworldpostqq...
模拟IC 微控制器 MCU
OSCPUSaveSR 这个函数有什么用?
mrs r0,CPSR orr r1,r0,#NOINT msr CPSR_c,r1 mov pc,lr 刚学UCOS,这段汇编怎么理解,请高人指点...
koksvalue 嵌入式系统
请问2407这样地址译码行吗?
用一块cy7c1021做ram扩展 strb-接ce- we-接we- rd-接oe- ps-接a15 现在好像译码有问题得 请老师看一下,谢谢...
sakuragirl 微控制器 MCU
论坛可不可以组织做一些LaunchPad教程,各位新手来啊
手把手,一步一步的图文教程。 做各种试验。 比如按键,跑马灯, 中断。串口, 计时器,计数器,看门狗。 。。。。 等等。 新手,手拿LaunchPad不知道怎么整,太复杂了的教程又看不懂。 ......
smallbird 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2614  1033  2432  1445  1012  54  34  1  16  21 

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