EEWORLDEEWORLDEEWORLD

Part Number

Search

PTC33SBEN

Description
Board Connector, 33 Contact(s), 1 Row(s), Male, Right Angle, 0.1 inch Pitch, Wire Wrap Terminal, Black Insulator, Receptacle
CategoryThe connector    The connector   
File Size167KB,2 Pages
ManufacturerSullins Connector Solutions
Download Datasheet Parametric View All

PTC33SBEN Overview

Board Connector, 33 Contact(s), 1 Row(s), Male, Right Angle, 0.1 inch Pitch, Wire Wrap Terminal, Black Insulator, Receptacle

PTC33SBEN Parametric

Parameter NameAttribute value
Is it lead-free?Contains lead
Is it Rohs certified?incompatible
Objectid1157264847
Reach Compliance Codecompliant
ECCN codeEAR99
YTEOL0
Other featuresMATING PIN LENGTH=0.230 INCH
subject depth0.173 inch
Body/casing typeRECEPTACLE
Connector typeBOARD CONNECTOR
Contact to complete cooperationNOT SPECIFIED
Contact completed and terminatedTin/Lead (Sn/Pb) - with Nickel (Ni) barrier
Contact point genderMALE
Contact materialNOT SPECIFIED
contact modeRECTANGULAR
Contact resistance30 mΩ
Contact styleSQ PIN-SKT
Dielectric withstand voltage600VDC V
Filter functionNO
Insulation resistance5000000000 Ω
Insulator colorBLACK
insulator materialPOLYESTER
JESD-609 codee0
Plug contact pitch0.1 inch
Mixed contactsNO
Installation methodRIGHT ANGLE
Installation typeBOARD
Number of connectorsONE
PCB row number1
Number of rows loaded1
Maximum operating temperature135 °C
Minimum operating temperature-65 °C
PCB contact patternRECTANGULAR
Plating thickness100u inch
GuidelineUL, CSA
Terminal pitch2.54 mm
Termination typeWIRE WRAP
Total number of contacts33
A
.100 [2.54]
SECTION A-A
DUAL BEAM CONTACTS
.226 INSERTION DEPTH
[5.74]
A
.200
[5.08]
PART NUMBER:
STC02SYAN (TIN PLATE)
SPC02SYAN (GOLD FLASH)
SSC02SYAN (GOLD PLATE)
.100
[2.54]
.100
[2.54]
.100
[2.54]
.140
[3.56]
.060
[1.52]
.100
[2.54]
.200
[5.08]
.100
[2.54]
.100
[2.54]
.100
[2.54]
.240
[6.10]
.060
[1.52]
.100
[2.54]
FEATURES
* 3 amp current rating
* UL Flammability Rating: 94V-O
* Insulator: Black Thermoplastic Polyester
* Contact Material: Copper Alloy
* Consult Factory for availability of .100" x .100"
Receptacles
SINGLE (S)
DUAL (D)
For more detailed information
please request our seperate
Headers Catalog.
RIGHT ANGLE BEND
P/N
CODE
AA
AB
AC
AD
AE
AF
AG
AH
FA
FB
FC
FD
FE
ZA
ZC
ZD
HEAD
DIMENSIONS
.230
.230
.230
.230
.230
.230
.230
.230
.318
.318
.318
.318
.318
[5.84]
[5.84]
[5.84]
[5.84]
[5.84]
[5.84]
[5.84]
[5.84]
[8.08]
[8.08]
[8.08]
[8.08]
[8.08]
TAIL
DIMENSIONS
.120
.230
.320
.420
[3.05]
[5.84]
[8.13]
[10.67]
HEAD
TAIL
.070 [1.78]
P/N
CODE
BA
BB
BC
BD
BE
BF**
BG**
GA
GB
GC**
GD**
HEAD
DIMENSIONS
.230
.230
.230
.230
[5.84]
[5.84]
[5.84]
[5.84]
TAIL
DIMENSIONS
.100
.200
.300
.400
[3.05]
[5.84]
[8.13]
[10.67]
HEAD
TAIL
.520 [13.21]
.620 [15.75]
.720 [18.29]
.820 [20.83]
.120
.220
.320
.420
.520
.120
.260
.610
[3.05]
[5.59]
[8.13]
[10.67]
[13.21]
[3.05]
[6.60]
[15.49]
HEAD
.230 [5.84]
.230 [5.84]
.230 [5.84]
.318
.318
.318
.318
[8.08]
[8.08]
[8.08]
[8.08]
.500 [13.21]
.600 [15.75]
.700 [18.29]
.100
.200
.300
.400
[3.05]
[5.59]
[8.13]
[10.67]
TAIL
.070 [1.78]
HEAD
TAIL
.120 [3.05]
.120 [3.05]
.120 [3.05]
** Consult factory for availability in dual readout.
74
s›’’Œ”™
PHONE 760.744.0125
www.SullinsElectronics.com
FAX 760.744.6081
TIVA_C Trial Experience "Interrupts and Timers"
I was secretly sad because I didn't see a direct PWM module. Then the PWM in the timer does not have its own dead zone control. So I changed it to use timer for continuous timing and then flip the IO ...
a828378 Microcontroller MCU
How to address 128M Nand flash?
0x0f;//column address *NAND_ADDR_BASE = (startAddr >> 8) & 0x0f;//column address *NAND_ADDR_BASE = (startAddr >> 8) & 0x0f;//column address *NAND_ADDR_BASE = (startAddr >> 8) & 0x0f;//column address *...
liyanqing611 Embedded System
The control board made with 430 cannot pass the group pulse test
I made a control board with MSP430G2553, one TM1640 chip for display, two 595 for display and relay control, but it can't pass the group pulse test. When the group pulse is applied, the display is all...
yourentianxia Microcontroller MCU
Regarding the impact of signal output on the circuit!
I have a strange problem. If I assign a signal in the circuit to an output pin, the logic of the whole circuit is wrong. (If it is not output, the logic is correct when observed through other pins.) H...
eeleader FPGA/CPLD
Get a bottle of Gumianchun.
Get a bottle of Gumianchun....
alfwoo Embedded System
[Launchpad Experience] MSP430 LaunchPad IO External Interrupt (Continuous Mode)
#includeint main( void ) {// Stop watchdog timer to prevent time out resetWDTCTL = WDTPW + WDTHOLD;P1DIR |= 0x01;TACCTL0 = CCIE;//Enable the interrupt generated by the CCIFG flagTACCR0 = 50000; (After...
tiankai001 Microcontroller MCU

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 797  1055  2170  1554  961  17  22  44  32  20 
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号