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

关键词

搜索

型号

搜索

FW-18-05-F-D-500-075

产品描述.050'' BOARD SPACERS
产品类别连接器    连接器   
文件大小852KB,共1页
制造商SAMTEC
官网地址http://www.samtec.com/
标准
下载文档 详细参数 全文预览

FW-18-05-F-D-500-075概述

.050'' BOARD SPACERS

FW-18-05-F-D-500-075规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称SAMTEC
包装说明ROHS COMPLIANT
Reach Compliance Codecompliant
Factory Lead Time2 weeks
其他特性LOW PROFILE
连接器类型BOARD STACKING CONNECTOR
联系完成配合GOLD FLASH OVER NICKEL (50)
联系完成终止MATTE TIN OVER NICKEL (50)
触点性别MALE
触点材料PHOSPHOR BRONZE
DIN 符合性NO
滤波功能NO
IEC 符合性NO
JESD-609代码e3
MIL 符合性NO
制造商序列号FW
插接信息MULTIPLE MATING PARTS AVAILABLE
混合触点NO
安装方式STRAIGHT
安装类型BOARD
装载的行数2
选件GENERAL PURPOSE
端子节距1.27 mm
端接类型SURFACE MOUNT
触点总数36

文档预览

下载PDF文档
F-219
FW–20–05–F–D–610–065
FW–12–05–G–D–530–101
(1.27 mm) .050"
FW-SM SERIES
SMT MICRO BOARD STACKER
SPECIFICATIONS
For complete specifications and
recommended PCB layouts
see www.samtec.com?FW-SM
Insulator Material:
Black Liquid Crystal Polymer
Terminal Material:
Phosphor Bronze
Plating:
Sn or Au over 50 µ" (1.27 µm) Ni
Operating Temp Range:
-55 °C to +125 °C
RoHS Compliant:
Yes
Board Mates:
CLP, FLE
Cable Mates:
FFSD
Low-profile or
skyscraper styles
APPLICATIONS
Variable
board spacing
MATED
HEIGHT
FW
CLP
PROCESSING
Lead-Free Solderable:
Yes
SMT Lead Coplanarity:
(0.10 mm) .004" max (02-30)
(0.15 mm) .006" max (31-50)*
*(.004" stencil solution
may be available; contact
IPG@samtec.com)
MATED
CLP HEIGHT*
(8.13)
FW-XX-03-X-X-233-065
.320
–02
(9.91)
FW-XX-03-X-X-303-065
.390
*Processing conditions will affect mated height.
LEAD STYLE
FW
(1.27 mm x 1.27 mm)
.050" x .050" micro pitch
Surface
mount
RECOGNITIONS
For complete scope
of recognitions see
www.samtec.com/quality
FW
NO. PINS
PER ROW
LEAD
STYLE
Specify
LEAD
STYLE
from
chart
PLATING
OPTION
D
STACKER
HEIGHT
POST
HEIGHT
OPTION
FILE NO. E111594
ALSO AVAILABLE
(MOQ Required)
• Smaller stack heights
02 thru 50
= Gold flash on post,
Matte Tin on tail
–F
–L
–“XXX”
= Stacker
Height
(in inches)
= Post Height
(in inches)
(1.65 mm)
.065"
minimum
Example:
–065
= (1.65 mm)
.065"
–“XXX”
LEAD STACKER
STYLE HEIGHT
–03
–05
STACKER
HEIGHT
(5.46) (8.51) (7.11) (10.16)
.215 to .335
.280 to .400
(8.64) (15.49) (10.29) (17.15)
.340 to .610
.405 to .675
= 10 µ" (0.25 µm)
Gold on post,
Matte Tin on tail
Example:
–250
= (6.35 mm)
.250"
= End Shroud
(–075 post height only.
Mate only with CLP)
(5.46 mm) .215" to
(15.49 mm) .610"
stacker height only
9 pins/row min.
= End Shroud
with Guide Post
(–075 post height only.
Mate only with CLP.)
(5.46 mm) .215"
to (15.49 mm) .610"
stacker height only)
9 pins/row min.
= Alignment Pin
(3 positions min.)
(5.46 mm) .215" to
(15.75 mm) .620"
stacker height only
= Pick & Place Pad
(5 positions min.)
= Tape & Reel
(Max overall height =
Post+Stacker Height+
Pad+Alignment Pin =
.700 (17.78))
–ES
02
No. of positions x
(1.27) .050
= 10 µ" (0.25 µm)
Gold on post,
Gold flash on tail
100
–G
–EP
(3.42)
.135
(1.27)
.050
01
(1.19)
.047
(1.27) .050
(0.41) .016 SQ
99
(4.76)
.188
POST HEIGHT
(1.65) .065
MIN
(4.27)
.168
(0.76)
.030
(3.45)
.136
x
(5.08)
.200
(4.06)
.160
–A
–ES
(3.05)
.120
(1.91)
.075
DIA
–P
(0.86)
.034
Notes:
For added mechanical stability,
Samtec recommends
mechanical board spacers be
used in applications with gold or
selective gold plated connectors.
Contact ipg@samtec.com for
more information.
This Series is non-standard,
non-returnable.
–P
STACKER
HEIGHT
(2.51)
.099
(2.92)
.115
–TR
–EP
Due to technical progress, all designs, specifications and components are subject to change without notice.
(0.89)
.035
DIA
–A
All parts within this catalog are built to Samtec’s specifications.
Customer specific requirements must be approved by Samtec and identified in a Samtec customer-specific drawing to apply.
WWW.SAMTEC.COM
Esp8266上执行sta_if.actice(True),就重启是怎么回事?
前面执行了 import network sta_if = network.WLAN(network.STA_IF) # create station interface sta_if.active(True) # activate Esp8266上执行sta_if.actice(True),就重启是怎么 ......
david826 MicroPython开源版块
嵌入式Linux USB驱动开发之教你一步步编写USB驱动程序
编写与一个USB设备驱动程序的方法和其他总线驱动方式类似,驱动程序把驱动程序对象注册到USB子系统中,稍后再使用制造商和设备标识来判断是否安装了硬件。当然,这些制造商和设备标识需要我们编 ......
jingcheng stm32/stm8
使用ping出现问题
-> ping "10.0.3.159",5,PING_OPT_SILENT undefined symbol: PING_OPT_SILENT 是不是要包含什么组件才能使用呢? ...
awwwcwwxf 嵌入式系统
沉入海底 2 年的微软数据中心浮出水面:故障率只有陆地上的 1/8,除了长点贝类和藻...
来自:直观学机械、蓝点网 综合整理 2014年微软首次提出了水下数据中心概念,当时认为这个概念有望为沿海人口提供高速云服务,并节省能源。 2015年,微软在太平洋开展为期105 ......
eric_wang DIY/开源硬件专区
FPGA中dsp部分的问题
本帖最后由 青城山下 于 2014-12-18 19:07 编辑 FPGA芯片中DSP48A1模块,MULT18X18是什么东西?求告诉 CARRYINSELREG => 0, LEGACY_MODE => "MULT18X18", CREG => 1, MREG => 0, ...
青城山下 FPGA/CPLD
求一点资料
有人有68128SRAM芯片的资料嘛?可否提供给我参考一下...
czl2008 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 420  498  1390  1523  1875  17  10  48  37  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