EEWORLDEEWORLDEEWORLD

Part Number

Search

76030E-13N-8PA

Description
MIL Series Connector, 8 Contact(s), Steel, Male, Crimp Terminal, Receptacle
CategoryThe connector    The connector   
File Size59KB,1 Pages
ManufacturerHiRel Connectors Inc
Websitehttps://hirelco.net
Download Datasheet Parametric View All

76030E-13N-8PA Overview

MIL Series Connector, 8 Contact(s), Steel, Male, Crimp Terminal, Receptacle

76030E-13N-8PA Parametric

Parameter NameAttribute value
MakerHiRel Connectors Inc
Reach Compliance Codeunknown
Other featuresSTANDARD: MIL-DTL-38999
Back shell typeSOLID
Body/casing typeRECEPTACLE
Connector typeMIL SERIES CONNECTOR
Contact to complete cooperationNOT SPECIFIED
Contact point genderMALE
Coupling typeBAYONET
DIN complianceNO
empty shellNO
Environmental characteristicsCORROSION RESISTANT; ENVIRONMENT RESISTANT
Filter functionNO
IEC complianceNO
MIL complianceYES
Manufacturer's serial number76030
Plug informationMULTIPLE MATING PARTS AVAILABLE
Mixed contactsNO
Installation typePANEL
OptionsGENERAL PURPOSE
Shell materialSTEEL
Housing size13
Termination typeCRIMP
Total number of contacts8
Base Number Matches1
MS27505
Rear Panel Box Mount Environment Resisting Receptacle
MIL-DTL-38999
Series I Receptacles
2 PL
S
R
R
CHAMFERED OR
ROUNDED 4 PL
M
L
MAX
.060 [1.52] MAX.
GROMMET EXTENSION
R
ØD
R
ØX
ØP
4 PL
EQUAL WITHIN .015 [0.38]
8 PL
K
SHELL
SIZE
+.001/-.005
9
11
13
15
17
19
21
23
25
ØD
K
.085 [2.16]
.085 [2.16]
.085 [2.16]
.085 [2.16]
.085 [2.16]
.085 [2.16]
.115 [2.92]
.115 [2.92]
.115 [2.92]
L
MAX
.219 [5.56]
.219 [5.56]
.219 [5.56]
.219 [5.56]
.219 [5.56]
.219 [5.56]
.250 [6.35]
.250 [6.35]
.250 [6.35]
M
.820 [20.83]
.820 [20.83]
.820 [20.83]
.820 [20.83]
.820 [20.83]
.820 [20.83]
.790 [20.07]
.790 [20.07]
.790 [20.07]
ØP
.128 [3.25]
.128 [3.25]
.128 [3.25]
.128 [3.25]
.128 [3.25]
.128 [3.25]
.128 [3.25]
.147 [3.73]
.147 [3.73]
R
.359 [9.13]
S
±.020
[±0.51]
.938 [23.83]
ØX
MAX
.547 [13.89]
.656 [16.66]
.828 [21.03]
.953 [24.21]
+.015/-.000
[+0.03/-0.13] [+0.38/-0.00]
.572 [14.53]
.700 [17.78]
.850 [21.59]
.975 [24.77]
1.100 [27.94]
1.207 [30.66]
1.332 [33.83]
1.457 [37.01]
1.582 [40.18]
+.000/-.005 +.010/-.005
[+0.00/-0.13] [+0.25/-0.13]
.406 [10.31] 1.031 [26.19]
.453 [11.51] 1.125 [28.58]
.484 [12.31] 1.219 [30.96]
.531 [13.49] 1.312 [33.32] 1.078 [26.38]
.578 [14.61] 1.438 [36.53] 1.203 [30.56]
.625 [15.88] 1.562 [39.67] 1.328 [33.73]
.687 [17.46] 1.688 [42.88] 1.453 [36.91]
.750 [19.05] 1.812 [46.02] 1.578 [40.08]
DIMENSIONS ARE IN INCHES [MILLIMETERS]
United States
– 760 W. Wharton Drive, Claremont CA. 91711
Ph: 909-626-1820
FAX: 909-399-0626
Web:
www.HIRELCO.com
Europe
– 5 Rue Des Longues Raies, Z.I. Des Garennes, 78440; Gargenville, France
Ph: 33(0) 1-309-38999 or U.K. 44(0)1-980-843887
FAX 33(0) 1-309-38913
Web:
www.HIRELCO.com
A-19
Switching power supply design: When to choose BJT over MOSFET?
MOSFETs are the absolute workhorse of switching power supplies. But there are instances where bipolar junction transistors (BJTs) may still have some advantages over MOSFETs. Especially in offline pow...
木犯001号 Analogue and Mixed Signal
High score for simulating the touch pen clicking function at a fixed position on the touch screen under Windows CE
Question: I am developing under Windows CE, and the screen is a touch screen. In the program, I need to use code to simulate the pointer pressing on the touch screen. My previous practice was to move ...
chenzhaoliang Embedded System
[GD32L233C-START Review] 4. Potentiometer + ws2812 to make a simple light ring with adjustable light color
[i=s]This post was last edited by emmnn on 2022-3-2 00:02[/i]Preface Unconsciously, a month has passed since the Spring Festival, and two months have passed in 2022. Due to various reasons after the N...
emmnn GD32 MCU
About DS2760/2762 driver
Happy New Year, everyone. My platform is PXA270+wince5.0. We are currently using a chip from Maxim, DS2760/2762, to detect the battery. When judging the status of the charger (whether it is inserted o...
taorufei Embedded System
Explanation of the ADC conversion process of MSP430F149
[p=28, null, left][color=rgb(69, 69, 69)]About A/D conversion of MSP430F149: (all must go through the following stages) [/color][/p][p=28, null, left][color=rgb(69, 69, 69)]1. Set the channel [/color]...
Aguilera Microcontroller MCU
avr16 1602LCD
#includeiom16.h#define uchar unsigned char #define uint unsigned int#define rs1 PORTB|=1#define rs0 PORTB=~1#define rw1 PORTB|=2#define rw0 PORTB=~2#define en1 PORTB|=4#define en0 PORTB=~4 //=========...
wgla5883792 Microchip MCU

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2193  2665  1557  2670  633  45  54  32  13  11 
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号