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

关键词

搜索

型号

搜索

IDSD-32-D-59.10-G

产品描述扁平数据线/ IDC数据线 .100" Slim Body Double Row, IDC Ribbon Cable Assembly, Socket
产品类别电线/电缆    电缆组件    扁平数据线/ IDC数据线   
文件大小1MB,共3页
制造商SAMTEC
官网地址http://www.samtec.com/
标准
下载文档 详细参数 全文预览

IDSD-32-D-59.10-G概述

扁平数据线/ IDC数据线 .100" Slim Body Double Row, IDC Ribbon Cable Assembly, Socket

IDSD-32-D-59.10-G规格参数

参数名称属性值
厂商名称SAMTEC
产品种类扁平数据线/ IDC数据线
发货限制Mouser目前不销售该产品。
产品IDC Ribbon Cable Assemblies
连接器端口 AIDC Socket
连接器端口 A 管脚计数64 Position
连接器端口 BIDC Socket
连接器端口 B 管脚计数64 Position
类型IDC Socket Cable
型式Female / Female
长度59.1 in
节距2.54 mm
封装Bulk
电流额定值3.4 A
外壳材料Polyvinyl Chloride (PVC)
系列IDSD
工厂包装数量1

文档预览

下载PDF文档
F-219
IDMD–24–D–12.00–G
(2.54 mm) .100"
SLIM BODY FLAT RIBBON IDC CABLES
SPECIFICATIONS
For complete specifications
see www.samtec.com?IDSS,
www.samtec.com?IDSD,
www.samtec.com?IDMS or
www.samtec.com?IDMD
Insulator Material:
Black Glass Filled Polyester
Plating:
Au over 50 µ" (1.27 µm) Ni or
Sn over 100 µ" (2.54 µm) Cu
or 50 µ" (1.27 µm) Ni
Wire:
28 AWG 7/36 stranded
Tinned Copper
Temperature Range:
-20 °C to +105 °C
(Rainbow Cable)
-40 °C to +105 °C
(Gray Cable)
Contact (IDSS/IDSD):
BeCu
Terminal (IDMS/IDMD):
Phosphor Bronze
Current Rating (IDSD/TST):
3.4 A per pin
(2 pins powered)
Current Rating (IDMD):
3 A per pin
(2 pins powered)
Lead Size Range:
(0.56 mm) .022" SQ to
(0.71 mm) .028" SQ
Lead Insertion Depth:
(5.59 mm) .220" to
(6.22 mm) .245"
RoHS Compliant:
Yes
Mates with:
TSW, MTSW, TSM, EJH,
PHT, HMTSW, HTSW,
HW, DW, EW, ZW, MTLW
IDSD Mates with:
TST, HTST, ZST,
BST, EJH
TYPE
STRIP
ROW
OPTION
NO. PINS
PER ROW
END
ASSEMBLY
= Single
S
–S
= Single
End
= Standard Tail Male Plug
IDM
IDS
= Socket
= Double
(Color coded
cable N/A for
31 thru 36
pins/row.
See –G
option.)
D
Socket or Male Plug on one end
–D
= Double
End
–02 thru –32
DOUBLE
Full size (64 positions):
(82.55) 3.250
Less than 64 positions:
No. Positions/row X (2.54) .100 + (1.68) .066
SINGLE
Full size (32 positions):
(81.53) 3.210
Less than 32 positions:
No. Positions/row X (2.54) .100 + (0.71) .028
IDMS
(Single)
(2.54)
.100
IDMD
(Double)
Socket or Male Plug on each end
(5.08)
.200
(6.10)
.240
MAX
–T
= Transfer
End
RECOGNITIONS
For complete scope
of recognitions see
www.samtec.com/quality
(0.48)
.019
(0.46)
.018
x
(0.48)
.019
(2.54)
.100
(3.18)
.125
(2.54)
.100
Male Plug on one end with socket on
other.
Begin part number with IDM.
FILE NO. E111594
(For square or long tail see HCMX Series)
–02 thru –36
DOUBLE
Full size (72 positions):
(92.71) 3.650
Less than 72 positions:
No. Positions/row x (2.54) .100 + (1.50) .059
SINGLE
Full size (36 positions):
(91.69) 3.610
Less than 36 positions:
No. Positions/row x (2.54) .100 + (0.48) .019
OTHER SOLUTIONS
Molded-To-Position
IDC Assemblies
IDSD
(Double)
(5.08)
.200
IDSS
(Single)
Low profile
Skinny side locks
Dual beam contacts
Single and double row
(3.05 mm) .120"
and (5.84 mm) .230"
length tail
available
(9.27)
.365
REF
Note:
This Series is non-standard,
non-returnable.
(2.54)
.100
(0.76)
.030
SQ
(2.54)
.100
Due to technical progress, all designs, specifications and components are subject to change without notice.
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
调试器不能连接到STM32的问题与解决办法 (转载)
调试器不能连接到STM32的问题与解决办法 发布时间:2010-01-12 15:24:04 很多人都碰到过调试器不能连接到STM32的问题,不管是IAR的J-Link还是Keil的ULink,或者是ST的ST-Lin ......
安_然 stm32/stm8
51单片机相关功能模块学习
51单片机相关功能模块学习...
deng3586002 51单片机
滤波电容如何选择
224526 ...
wingard 模拟电子
5G 未来发展道路上的十大里程碑
5G 在未来几年将出现许多变化,其中一个原因就是是技术仍在不断完善,另一个原因是人们对互联网和其他网络的利用方式不断变化。以下就是您能够期待的 5G 未来发展十大里程碑: F ......
alan000345 机器人开发
sprintf打印字符串,指定不了输出的位数??
我想用sprintf打印字符串到串口,却指定不了输出的位数,求指导。 sprintf(param_out,":password=%.8s","abcdefghjklmnopq"); 最终输出的是: :password=8s。 请问这是为什么?? ...
crjmail 微控制器 MCU
一堆问号!
哪位仁兄用过zic2410??????????????????????...
zhmstone 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1985  2826  688  287  1143  59  15  13  11  37 

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