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

关键词

搜索

型号

搜索

48-4625-51

产品描述DIP Connector, 48 Contact(s), 2 Row(s), Male, Straight, Solder Terminal, ROHS COMPLIANT
产品类别连接器    连接器   
文件大小388KB,共1页
制造商Aries Electronics
标准
下载文档 详细参数 全文预览

48-4625-51概述

DIP Connector, 48 Contact(s), 2 Row(s), Male, Straight, Solder Terminal, ROHS COMPLIANT

48-4625-51规格参数

参数名称属性值
是否无铅不含铅
是否Rohs认证符合
厂商名称Aries Electronics
包装说明ROHS COMPLIANT
Reach Compliance Codecompliant
连接器类型DIP CONNECTOR
联系完成配合GOLD (10) OVER NICKEL (100)
联系完成终止GOLD (10) OVER NICKEL (100)
触点性别MALE
触点材料BRASS
DIN 符合性NO
滤波功能NO
IEC 符合性NO
JESD-609代码e4
MIL 符合性NO
制造商序列号625
混合触点NO
安装方式STRAIGHT
安装类型BOARD
装载的行数2
选件GENERAL PURPOSE
端子节距2.54 mm
端接类型SOLDER
触点总数48
UL 易燃性代码94V-0
Base Number Matches1

文档预览

下载PDF文档
Series 625 DIP Headers
with Screw Machine Contacts
FEATURES:
• Aries offers a full line of DIP headers, available with either
screw machine or coined contacts in a variety of styles.
Consult Data Sheet No. 12032 for coined contacts.
SPECIFICATIONS:
• Body material is black UL 94-V0 Glass-filled 4/6 Nylon.
• Fork and Post style contacts are Brass Alloy 360 1/2 hard per
UNS C36000 ASTM-B16-00.
• Solder cup style contact is Phosphor Bronze Alloy per
544 UNS C54400 ASTM-B139-01.
• Contact plating is either 10μ [.25μm] min. Gold per MIL-G-
45204 or 200μ [5.08μm] min. 93/7 Tin/Lead per ASTM B545 or
200μ [5.08μm] min. Tin per ASTM B545 Type 1 over 100μ
[2.54μm] min. Nickel per SAE-AMS-QQ-N-290.
• Contact current rating=2 Amps (3 Amps for Pin Style 5).
• Operating temperature= -67°F to 221°F [-55°C to 105°C]
Tin & Tin/Lead plating
= -67°F to 257°F [-55°C to 125°C]
Gold plating.
• Fork contact accepts up to .035 [.89] diameter leads.
MOUNTING CONSIDERATIONS:
• Suggested PCB hole size=.028 ± .002 [.71 ± .05] dia.
Note: Aries specializes in custom design and production. In addition to the
standard products shown on this page, special materials, platings, sizes, and
configurations can be furnished, depending on quantities. Aries reserves the
right to change product specifications without notice.
ORDERING INFORMATION
No. of pins
(see table)
XX-X625-XXXX
Plating:
0=Tin
0TL=Tin/Lead
1=Gold
Pin style
(see below)
All tolerances ± .005 [.13]
unless otherwise specified
Consult Data Sheet
No. 12032 for
coined contacts.
A
LL DIMENSIONS
:
Row-to-row spacing:
2: “Y”=.200 [5.08]
3: “Y”=.300 [7.62]
4: “Y”=.400 [10.16]
6: “Y”=.600 [15.24]
9: “Y”=.900 [22.86]
Series
INCHES
[
MILLIMETERS
]
“W”=NO. OF PINS PER ROW X .100 [2.54]
“X”=(NO. OF PINS PER ROW - 1) X .100 [2.54]
Centers “Y”
.200 [5.08]
.300 [7.62]
.400 [10.16]
.600 [15.24]
.900 [22.86]
Dim. “Z”
.300 [7.62]
.400 [10.16]
.500 [12.70]
.700 [17.78]
1.000 [25.40]
Body Style
A*
C
B
C
C
B
B
Available Sizes
2 thru 10
2 thru 20
22 thru 40
2 thru 22
2 thru 40
42 thru 48
2 thru 64
*Note: Reduced tail length for Body Style A
12035
http://www.arieselec.com • info@arieselec.com
REV.D
PRINTOUTS OF THIS DOCUMENT MAY BE OUT OF DATE AND SHOULD BE CONSIDERED UNCONTROLLED
Frenchtown, NJ USA
TEL: (908) 996-6841
FAX: (908) 996-3891
abc
linux下串口的开发
linux下串口的开发...
njlianjian Linux开发
beaglebone linux 3g网卡驱动笔记。
beaglebone linux 3g网卡驱动笔记。 配有截图,比较详细 不同的网卡主要区别在于ppp的那个脚本中的串号 如果找不到与网卡相关的串号可以与我联系。...
agoodog Linux开发
AVR 片内EEPROM问题
#include<iom16v.h>#include<macros.h>#define uchar unsigned char#define uint unsigned intuchar unm={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90};uchar unm1={0x01,0x02, ......
wgla5883792 Microchip MCU
UCGUI如何将主界面隐藏
(UCOS+UCGUI)我主界面上有几个button,现在按一个button,要重绘一个界面,这个界面没有使用窗体结构,直接画出来的。可是显示出来后,也把主界面的那几个button显示出来了。不知道 ......
chenfengjie90 实时操作系统RTOS
return b/16*10+b%16这句是什么意思 ?
uchar Get_A_Byte_FROM_DS1302(){ uchar i,b=0x00; for(i=0;i<8;i++) { b |= _crol_((uchar)IO,i); SCLK=1;SCLK=0; } return b/16*10+b%16; //}请问return b/16*10+b%16,这句返回的是什么 ......
yylove 51单片机
msp430fr5739设置9600波特率的一些参数不正确,但是串口还能正常通信
以下是TI官网上的参考例程,仔细看就能发现他的波特率设置跟用户手册上写的是不一致的。 void initUart() { // Configure UART pins P2.0 & P2.1 UART2_PORT |= UART1_PIN + UART2_PIN; ......
kent19900125 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1289  2779  1866  1952  72  34  43  53  46  18 

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