EEWORLDEEWORLDEEWORLD

Part Number

Search

32-513-10TLH

Description
IC Socket, DIP32, 32 Contact(s), ROHS COMPLIANT
CategoryThe connector    socket   
File Size187KB,1 Pages
ManufacturerAries Electronics
Environmental Compliance
Download Datasheet Parametric View All

32-513-10TLH Overview

IC Socket, DIP32, 32 Contact(s), ROHS COMPLIANT

32-513-10TLH Parametric

Parameter NameAttribute value
Is it Rohs certified?conform to
package instructionROHS COMPLIANT
Reach Compliance Codecompliant
ECCN codeEAR99
Other featuresSTANDARD: UL 94V-0
Device slot typeIC SOCKET
Type of equipment usedDIP32
Shell materialNYLON46
Number of contacts32
Base Number Matches1
Series 513 LO-PRO
®
file Collet
Sockets with Solder Tail Pins
FEATURES:
• LO-PRO
®
file Collet Sockets are available with solder tail or wire wrap
pins. Consult Data Sheet No. 12012 for wire wrap pins.
• Choose from several size and plating options.
SPECIFICATIONS:
• Body material is black UL 94V-0 Glass-filled 4/6 Nylon.
• Pin body is Brass Alloy 360 1/2 hard per UNS C36000 ASTM-B16-00.
• Pin body 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.
• 4-fingered collet contact is Beryllium Copper Alloy per UNS C17200
ASTM-B194-01.
• Contact plating is either 200μ [5.08μm] min. 93/7 Tin/Lead per ASTM
B545 or 200μ [5.08μm] min Tin per ASTM B545 Type 1 or 10μ [.25μm]
Gold per MIL-G-45204 over 50μ min. [1.27μm] Nickel per SAE-AMS-
Note: Aries specializes in custom design and production. In addition to the
standard products shown on this page, special materials, platings, sizes, and
QQ-N-290. Heavy 30μ [.76μm] Gold Plating also available.
configurations can be furnished, depending on quantities. Aries reserves the
• Contact current rating=3 Amps.
right to change product specifications without notice.
• Insertion Force=180 grams/pin; Withdrawal Force=90 grams/pin; Normal
ORDERING INFORMATION
Force=140 grams/pin; based on a .018 [.46] dia. test lead.
• Operating temperature=221°F [105°C] Tin & Tin/Lead plating
XX-X513-1XXX XX
No. of pins
=257°F [125°C] Gold plating.
(see table)
• Accepts leads .015-.025 [.38-.64] in diameter,
Optional plating suffix:
Row-to-row spacing:
.100-.146 [2.54-3.71] long.
H=Heavy Gold on collet
2: “Y”=.200 [5.08]
MOUNTING CONSIDERATIONS:
T=Tin collet/Tin shell
*
: “Y”=.300 [7.62]
•Suggested PCB hole size=.030 ± .002 [.76 ± .05] dia.
TL=Tin/Lead Collet/
A
LL DIMENSIONS
:
INCHES
[
MILLIMETERS
]
“W”=NO. OF PINS PER ROW X .100 [2.54]
“X”=(NO. OF PINS PER ROW - 1) X .100 [2.54]
4: “Y”=.400 [10.16]
6: “Y”=.600 [15.24]
9: “Y”=.900 [22.86]
Series:
Tin/Lead Shell
Plating:
0=Gold collet/Tin shell
0TL=Gold collet/Tin/Lead
shell
1=Gold collet/Gold shell
All tolerances ± .005 [.13]
unless otherwise specified
SOLDER TAIL PIN
*use P/N xx-513-1xxx when
ordering .300 ctr socket
Solder tail pin
Centers “Y”
.200 [5.08]
.300 [7.62]
.400 [10.16]
.600 [15.24]
Dim. “Z”
.300 [5.08]
.400 [10.16
.500 [12.70]
.700 [17.78]
Body Style Available Sizes
A
2 thru 10
C
B
C
C
B
B
2 thru 20
22 thru 40
2 thru 22
2 thru 40
42 thru 48
2 thru 64
.900 [22.86] 1.000 [25.40]
Consult Data Sheet No.
12012 for LO-PRO
®
file
collet sockets with wire
wrap pins.
http://www.arieselec.com • info@arieselec.com
PRINTOUTS OF THIS DOCUMENT MAY BE OUT OF DATE AND SHOULD BE CONSIDERED UNCONTROLLED
NORTH AMERICA
Frenchtown, NJ USA
TEL:(908) 996-6841
FAX:(908) 996-3891
abc
EUROPE
TEL: +44 870 240 0249
FAX: +44 871 919 6033
europe@arieselec.com
12011
REV.F
DSP program optimization method (3)
6. Improve CPU parallelism (1) Use parallel code to decompose long dependent code chains into several independent code chains that can be executed in parallel in the pipeline execution unit. Many high...
songrisi DSP and ARM Processors
Creative Modification Competition: The moderator gave me two booster boards, and I used both of them!
Creative Modification Competition: The moderator gave me two booster boards. I used both boards and modified them into a multimeter and a clamp multimeter power supply!1: The boost board is installed ...
lanhua Power technology
Urgently looking for the principle and C language source code of 89C51 reading and writing 24C16
I am designing a single-chip microcomputer and I need to use 24C16. I want to know how to use it--------control it with 89C51. Thanks for your help....
wangjunaza Programming Basics
2006 Sichuan Province College Student Electronic Design Competition Questions - Wireless FM Walkie-Talkie (Neijiang Normal University)
[i=s]This post was last edited by paulhyde on 2014-9-15 09:26[/i] [b]Electronic Design Competition Questions - Wireless FM Walkie-Talkie[/b] [b]1. Electronic Design Competition Design Task[/b]Design a...
呱呱 Electronics Design Contest
STC12C54XXAD series AD conversion program (interrupt mode)
void ADC_SPI_ISR(void) interrupt 5 {ADC_CONTR = 0xEF; /* Software clears AD conversion flag*/AD_DATA_SAVE = ADC_DATA; /* Save AD data*/ADC_CONTR |= 0x08; /* Restart AD conversion*/ } void main(){EA = ...
护花使者 MCU
Questions about bus operation I/O ports
If I operate the I/O port through the AHB bus, do I have to jump to the APB bus first and then operate it, or can I operate it directly? It means whether the two buses operate the I/O ports in paralle...
hwl MCU

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 674  879  2116  2505  1021  14  18  43  51  21 
Datasheet   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
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号