EEWORLDEEWORLDEEWORLD

Part Number

Search

ACA3101G20-17SB

Description
MIL Series Connector, 6 Contact(s), Aluminum Alloy/Stainless Steel, Female, Crimp Terminal, Receptacle
CategoryThe connector    The connector   
File Size23KB,1 Pages
ManufacturerAmphenol
Websitehttp://www.amphenol.com/
Download Datasheet Parametric View All

ACA3101G20-17SB Overview

MIL Series Connector, 6 Contact(s), Aluminum Alloy/Stainless Steel, Female, Crimp Terminal, Receptacle

ACA3101G20-17SB Parametric

Parameter NameAttribute value
MakerAmphenol
Reach Compliance Codeunknown
Other featuresSTANDARD: MIL-C-5015, CAMPATIBLE CONTACTS: ACA-110262; ACA-108457
Back shell typeSOLID
Body/casing typeRECEPTACLE
Connector typeMIL SERIES CONNECTOR
Contact to complete cooperationNOT SPECIFIED
Contact point genderFEMALE
Contact materialNOT SPECIFIED
Coupling typeBAYONET
DIN complianceNO
empty shellNO
Environmental characteristicsCORROSION RESISTANT
Filter functionNO
IEC complianceNO
MIL complianceYES
Manufacturer's serial numberACA
Plug informationMULTIPLE MATING PARTS AVAILABLE
Mixed contactsNO
Installation typeCABLE
OptionsGENERAL PURPOSE
Shell materialALUMINUM ALLOY/STAINLESS STEEL
Housing size20
Termination typeCRIMP
Total number of contacts6
ACA 3101G-B
cable connecting receptacle
Receptacle with backshell for heat shrink termination
Does not include grommet and grommet sleeve
Q
M
K
A
N
3
N
2
N
1
N
L
1
L
2
L
Inches
Shell
Size
10SL
14S
16S
16
18
20
22
24
28
32
36
A
+ .000
– .006
.717
.969
1.079
1.079
1.213
1.346
1.472
1.610
1.839
2.102
2.346
K
± .008
.110
.126
.126
.126
.157
.157
.157
.157
.157
.157
.157
L
Max.
1.969
1.969
1.969
2.362
2.362
2.559
2.559
2.559
2.559
2.756
3.150
L
1
± .008
.138
.138
.138
.138
.138
.138
.138
.138
.138
.138
.138
L
2
± .020
.461
.461
.461
.453
.453
.500
.500
.500
.500
.598
.598
M
+ .016
– .000
.559
.559
.559
.748
.748
.748
.748
.811
.811
.874
.874
N
± .008
.669
.791
.925
.925
1.043
1.189
1.323
1.421
1.630
1.913
2.157
N
1
± .008
.610
.752
.941
.941
.941
1.165
1.165
1.488
1.488
1.882
1.882
N
2
Max.
.524
.669
.862
.862
.862
1.031
1.031
1.358
1.358
1.717
1.717
N
3
Min.
.303
.417
.531
.531
.575
.736
.819
.969
1.062
1.311
1.516
Q
Max.
.886
1.161
1.240
1.240
1.358
1.476
1.594
1.752
1.969
2.224
2.480
Millimeters
Shell
Size
10SL
14S
16S
16
18
20
22
24
28
32
36
A
+ 0.00
– 0.15
18.2
24.6
27.4
27.4
30.8
34.2
37.4
40.9
46.7
53.4
59.6
K
± 0.2
2.8
3.2
3.2
3.2
4.0
4.0
4.0
4.0
4.0
4.0
4.0
L
Max.
50
50
50
60
60
65
65
65
65
70
80
L
1
± 0.2
3.5
3.5
3.5
3.5
3.5
3.5
3.5
3.5
3.5
3.5
3.5
L
2
± 0.5
11.7
11.7
11.7
11.5
11.5
12.7
12.7
12.7
12.7
15.2
15.2
M
+ 0.4
– 0.0
14.2
14.2
14.2
19.0
19.0
19.0
19.0
20.6
20.6
22.2
22.2
N
± 0.2
17.0
20.1
23.5
23.5
26.5
30.2
33.6
36.1
41.4
48.6
54.8
N
1
± 0.2
15.5
19.1
23.9
23.9
23.9
29.6
29.6
37.8
37.8
47.8
47.8
N
2
Max.
13.3
17.0
21.9
21.9
21.9
26.2
26.2
34.5
34.5
43.6
43.6
N
3
Min.
7.7
10.6
13.5
13.5
14.6
18.7
20.8
24.6
27.0
33.3
38.5
Q
Max.
22.5
29.5
31.5
31.5
34.5
37.5
40.5
44.5
50.0
56.5
63.0
All dimensions for reference only.
21
The left side is connected to the microcontroller, and the right side is the button. Why is the IO port always at a high level?
The left side is connected to the microcontroller, and the right side is connected to the button. Why is the IO port still at a high level when the button is pressed? Is there a way to use the 51 prog...
粟樟息 MCU
Error codes and their meanings during compilation in C51
In the past two days, I have sorted out the error codes and their meanings in the compilation process of C51. The sorting is not perfect yet, I hope it can be useful to everyone...
程序天使 51mcu
8*8bit booth multiplier and test
module multiplier(prod, busy, mc, mp, clk, start);output [15:0] prod;output busy;input [7:0] mc, mp;input clk, start;reg [7:0] A, Q, M;reg Q_1;reg [3:0] count;wire [7:0] sum, difference;always @(posed...
eeleader FPGA/CPLD
vxWorks FTP service problem (after logging in from the host, dir cannot see the directory)
I would like to ask you guys: I log in to the target machine from the host, and after cd c:\, the directory changes to host:c instead of c:\. When I type the dir command, I see a message on the host m...
yousijia Real-time operating system RTOS
Some possible errors in CCS
I hope to sort out and summarize the common errors in CCS debugging and use with everyone to avoid detours in the future. Let me start with two suggestions. 1. The program burned into RAM runs correct...
e87a235 Microcontroller MCU
Recruiting senior IC design engineer
Job title: Senior IC design engineer Number of positions: 1~2 Work location: Beijing Job Responsibilities: 1. Design analog circuits or mixed-signal power management ICs, and be responsible for the si...
alaoying Analog electronics

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 80  2723  685  479  1949  2  55  14  10  40 
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号