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

关键词

搜索

型号

搜索

22-002-107T

产品描述Interconnection Device, ROHS COMPLIANT
产品类别连接器    连接器   
文件大小173KB,共1页
制造商Aries Electronics
标准
下载文档 详细参数 全文预览

22-002-107T概述

Interconnection Device, ROHS COMPLIANT

22-002-107T规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
包装说明ROHS COMPLIANT
Reach Compliance Codecompli
其他特性NYLON, 94-HB
连接器类型INTERCONNECTION DEVICE
Base Number Matches1

文档预览

下载PDF文档
Series 100 thru 111 DIP Jumpers
FEATURES:
• Aries offers a wide array of DIP jumper configurations and wiring possibilities for all
your programming needs.
• Reliable, electronically tested solder connections.
• Protective covers are ultrasonically welded on and
provide strain relief for cables.
• 10-color cable allows for easy identification and tracing.
• Consult factory for jumper lengths under 2.000 [50.80].
SPECIFICATIONS:
• Header body and cover is black UL 94V-0 4/6 Nylon.
• Header pins are Brass, 1/2 hard.
• Standard Pin plating is 10
μ
[.25μm] min. Gold per MIL-G-45204 over 50
μ
[1.27μm]
min. Nickel per QQ-N-290.
• Optional Plating:
“T” = 200μ” [5.08μm] min. Matte Tin per ASTM B545-97 over 50μ” [1.27μm] min.
Nickel per QQ-N-290.
Note: Aries specializes in custom design and production. In addition to the
“TL” = 200μ” [5.08μm] 90/10 Tin/Lead per MIL-T-10727 Type I over 50μ” [1.27μm]
standard products shown on this page, special materials, platings, sizes,
min. Nickel per QQ-N-290.
and configurations can be furnished, depending on quantities. Aries
• Cable insulation is UL Style 2697 Polyvinyl Chloride (PVC).
reserves the right to change product specifications without notice.
• Laminate is clear PVC, self-extinguishing.
**
• .050 [1.27] pitch conductors are 28 AWG, 7/36 strand, Tinned Copper per ASTM B 33
XX-XXXX-XXXXXX
(.039 [.99] pitch conductors are 26 AWG, 7/34 strand).
• Cable current rating=1 Amp @ 10°C [50°F] above
No. of conductors
Optional suffix:
ambient.
(see table)
T=Tin plated header pins
• Cable voltage rating=300 Volts.
ORDERING INFORMATION
• Cable temperature rating=176°F [80°C].
• Cable capacitance=13.0 pf/ft. [42.7pf/meter] nominal
@1 MHz.**
• Crosstalk: 10’ sample, 5 ns rise time with 2 lines driven. Near end=4.7%;
Far end=4.3% nominal.**
• Propagation delay=1.5 ns/ft. [4.9 ns/meter] nominal.**
Centers
• Insulation resistance=1010 Ohms (10 ft. [3 meters] min.).
**Note: Applies to .050 [1.27] pitch cable only.
MOUNTING CONSIDERATIONS:
•Suggested PCB hole size=.033 ± .002 [.86 ±.05].
Cable length in inches:
Jumper
Ex: 2” = -002-
series
2.5” = -002.5-
(min. length=2.”[50.80mm])
“L”
± .125
SERIES
100
“C”
Dim. “D”
Available Sizes
.300 [7.62]
.395 [10.03]
4 thru 20
.400 [10.16]
.495 [12.57]
22
.600 [15.24]
.695 [17.65]
24, 28, 40
All tolerances ± .005[.13]
All Dimensions: Inches [Millimeters]
unless otherwise specified
“A”=(NO. OF CONDUCTORS X .050 [1.27) + .095 [2.41]
“B”=(NO. OF CONDUCTORS - 1) X .050 [1.27]
TL= Tin/Lead plated
header pins
TW=twisted pair cable
ST=stripped and Tin
Dipped ends
(Series 106-111)
STL= stripped and
Tin/Lead Dipped Ends
(Series 106-111)
HEADER DETAIL
Numbers
shown pin
side for
reference
only.
Note: 10, 12, 18, 20, & 28
conductor jumpers do not
have numbers on covers.
“L”
± .125
See Data Sheet No.
11007 for other
configurations and
additional information.
SERIES
101
11006
REV. H
PRINTOUTS OF THIS DOCUMENT MAY BE OUT OF DATE AND SHOULD BE CONSIDERED UNCONTROLLED
Bristol, PA 19007-6810 USA
TEL(215)781-9956•FAX(215)781-9845
WWW.ARIESELEC.COM • INFO@ARIESELEC.COM
matlab
如何快速学会使用matlab啊 ...
半夏倾城 maychang趣味电子技术课堂
如何改写DMA硬盘读写数据长度
我们在开发硬盘驱动程序时,在Window XP下,内存和硬盘的数据交换方式是DMA,每次都是固定的4K字节,请问这个长度能够改变么?通过什么方式改变?...
kakashi2010 嵌入式系统
参与HELPER2416开发板助学计划:第一印象及建议
等了好久,终于把板子等到了。已经有坛友上开箱照了,我就不上了。 拿到板子,立马连上,开始测试,前面测试都很好,但是测试到LED时点了好几次,也没看到LED亮,还以为是板子有问题, ......
shihuntaotie 嵌入式系统
Failed to initialize communication
现在有三个ZigBee节点,我节点1的程序通过ZigBee仿真器烧录程序到第一块ZigBee板子中,然后把节点2的程序烧录到节点2的ZigBee板时,编译通过了,烧录时出现提示: Fatal error: Failed to initia ......
潇雨如烟6 无线连接
msp430 1602显示
#include "msp430g2553.h" void delay(int i) { unsigned int a,b; for(a=i;a>0;a--) for(b=1111;b>0;b--); } void busy() { unsigned char BF; P2OUT |=BIT1; P2OUT ......
ww_1 微控制器 MCU
这个稍微有点档次了:解析 STM32 的启动过程
解析STM32的启动过程 当前的嵌入式应用程序开发过程里,并且C语言成为了绝大部分场合的最佳选择。如此一来main函数似乎成为了理所当然的起点——因为C程序往往从main函数开始执行。但一 ......
losingamong stm32/stm8

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 338  2397  2409  139  249  56  57  16  10  42 

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