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

关键词

搜索

型号

搜索

536714-1

产品描述HEADER CONNECTOR,HYBRID,PLUG,192+8 CONTACTS,SKT,PC TAIL TERMINAL
产品类别连接器   
文件大小114KB,共1页
制造商TE Connectivity(泰科)
官网地址http://www.te.com
下载文档 详细参数 全文预览

536714-1概述

HEADER CONNECTOR,HYBRID,PLUG,192+8 CONTACTS,SKT,PC TAIL TERMINAL

536714-1规格参数

参数名称属性值
厂商名称TE Connectivity(泰科)
Reach Compliance Codeunknown
其他特性MONOBLOCK CONNECTOR
板上安装选件PCB EDGE LOCKING HOOK
主体深度0.805 inch
主体/外壳类型PLUG
连接器类型BOARD CONNECTOR
触点排列S192P8
联系完成配合AU ON PD-NI
联系完成终止TIN OVER NICKEL
触点性别FEMALE
触点材料COPPER ALLOY
触点样式HYBRID
耐用性250 Cycles
最大插入力2.3352 N
绝缘体材料LIQUID CRYSTAL POLYMER (LCP)
制造商序列号536714
混合触点YES
安装方式RIGHT ANGLE
安装类型BOARD
连接器数ONE
最高工作温度125 °C
最低工作温度-55 °C
电镀厚度FLASH inch
额定电流(信号)1 A
参考标准UL, CSA
可靠性COMMERCIAL
端子长度0.139 inch
端接类型SOLDER
触点总数200
撤离力-最小值.1112 N
Base Number Matches1

文档预览

下载PDF文档
C orporate Hom e
|
Electronic Components
|
Se gm e nts
|
W ho W e Are
My Account
Searc h
Products
Documentation
Resources
My Account
Customer Support
Home
>
Products
>
By Type
>
Backplane/Midplane
>
Product Feature Selector
> Product Details
536714-1 Product Details
Live Product Chat
Product View
2mm Centerline Futurebus+ Connectors
Not re vie we d for R oHS C om plia nce
Quick Links
C heck Pricing & Availability
Search for Tooling
Product Feature Selector
C ontact Us About This Product
536714-1
T E I nternal N umber: 5 3 6 7 1 4 - 1
Product Highlights:
l
Module Type = Power and Signal
l
192 Signal Positions
l
8 Power Positions
l
Monoblock Hybrid C onnectors
l
8-192 C onfiguration
View all Features
Obsolete
C ontact Product Information C enter
A dd to M y P art L is t
Reques t Sample
Find Similar P roduc ts
Buy P roduc t
Documentation & Additional Information
Documents are temporarily unavailable. We are working hard to correct the problem. Please try
again later.
Additional Information:
l
Product Line Information
Additional Product Images:
l
Product Photo
Related Products:
l
Tooling
Product Features
(Please use the Product Drawing for all design activity)
Product Type Features:
l
Product Type
= Monoblock Hybrid C onnectors
l
Post Type
= Solder Post
l
C omment = An 8 signifies a power section. Pin A-1 would be the first
configuration of the part number. For example, 8-192-8 signifies the
8 power positions starting at Pin-A-1, followed by 192 signal
positions, followed by 8 power positions.
Mechanical Attachment:
l
Module Type
= Power and Signal
l
Number of Power Positions
= 8
l
C onfiguration
= 8-192
Electrical Characteristics:
l
Voltage Rating (VAC ) = 30
Termination Related Features:
l
Termination Post Length (mm [in])
= 3.53 [0.139]
Body Related Features:
l
Number of Signal Positions
= 192
l
Sequencing
= No
l
Post Plating
= Tin Lead over Nickel
l
C enterline, Matrix (mm [in]) = 2.00 x 2.00 [.079 x .079]
Contact Related Features:
l
C ontact Material (Power) = Beryllium C opper
l
C ontact Material (Signal) = C opper-Nickel-Zinc
l
C ontact Mating Area Plating Material = Gold Flash over Palladium
Nickel
Housing Related Features:
l
Housing Material = Liquid C rystal Polymer (LC P)
Industry Standards:
l
RoHS/ELV C ompliance
= Not reviewed for ELV/RoHS compliance
l
Lead Free Solder Processes
= Not reviewed for lead free solder
process
Other:
l
Brand = AMP
Provide Website Feedback
|
Need Help?
Home
|
C ustomer Support
|
Suppliers
|
Site Map
|
Privacy Policy
|
Browser Support
©
2009 Tyco Electronics C orporation All Rights Reserved
关于LCD的问题
最近在调试lcd,我的问题是我的lcd正常启动后。最顶端有一条很细的白线看起来就像是地下的那个任务栏下的一根线跑道上面去来,我用的是奇菱的lcd。他的文档写的我没法看。。。。现在说下我的一 ......
hehewyx 嵌入式系统
如何实现回调函数
class a { private: typedef void (CALLBACK * ONSERIALREAD)(CWnd *,BYTE * Buf, int bufLen); public: ONSERIALREAD m_OnSerialRead; } 如何实现这个回调函数?...
shizhu72 嵌入式系统
关于T2的一个问题
程序如下:#include <reg52.h>sbit P0_0=P0^0;unsigned char times;void main(){times=0;TH2=60;TL2=176;//计数初值RCAP2H=60;RCAP2L=176;//重装初值EA=1;//开总中断ET2=1;//开T2中断TR2=1; ......
eeleader 单片机
关于开发中如何防止死等程序导致其它任务运行不了方法
在嵌入式软件开发中,比如单片机的程序,我们一定会写到一个大的死循环的程序,也就是轮询IO口,通常用 while(1) { } 来实现大循环,程序就会在while(1)中不断的循环执行一些 ......
灞波儿奔 DSP 与 ARM 处理器
2407控制LCD(6963)时遇到NMI
谁做过这个阿,可以一起交流吗?QQ:569312518 我现在的程序还不理想,总进入NMI,不是因为无效地址,不知道还有什么原因产生NMI阿...
owen666 微控制器 MCU
在WinCE5.0的SDK中用CHttpFile、CInternetSession下载文件不能用,为什么?
我在WinCE5.0的SDK中用CHttpFile、CInternetSession作了下面一段代码用于下载文件,但是不能用,为什么?哪位有什么好的方法,或者好的源代码,能供我参考 CHttpFile *file = NULL; TRY ......
duxiaowen 嵌入式系统

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2559  1314  1220  378  2494  52  46  25  41  14 

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