EEWORLDEEWORLDEEWORLD

Part Number

Search

PT06A-22-55SZ(005)

Description
MIL Series Connector
CategoryThe connector    The connector   
File Size221KB,1 Pages
ManufacturerAmphenol
Websitehttp://www.amphenol.com/
Download Datasheet Parametric View All

PT06A-22-55SZ(005) Overview

MIL Series Connector

PT06A-22-55SZ(005) Parametric

Parameter NameAttribute value
MakerAmphenol
Reach Compliance Codeunknown
Connector typeMIL SERIES CONNECTOR
Manufacturer's serial numberPT06A
PT06 (MS3116)
SP06
straight plug
S
J
L
Z
Q
“PG” Cable Gland Seal
“A” General Duty
“A” (SR), “E” (SR), “P” (SR),
MS / “F” Strain Relief
TERMINATION ASSEMBLIES
L
“P” Potting Boot
“E” Open Wire Seal
L
V
L
L
L
N
D
N
D
N
GDH
N
N
D
PT06PG-XX-XXX
SP06PG-XX-XXX
PTG06PG-XX-XXX
“J” Cable Seal
.375 MIN
PT06A-XX-XXX
SP06A-XX-XXX
PTG06A-XX-XXX
C
PT06A-XX-XXX (SR)
SP06A-XX-XXX (SR)
PTG06A-XX-XXX (SR)
PT06E-XX-XXX (SR)
SP06E-XX-XXX (SR)
PTG06E-XX-XXX (SR)
PT06P-XX-XXX (SR)
SP06P-XX-XXX (SR)
PTG06P-XX-XXX (SR)
MS3116F-XX-XXX
Plug Side View
Q Thread
Class 2A
PT06E-XX-XXX
SP06E-XX-XXX
PTG06E-XX-XXX
MS3116E-XX-XXX
PT06P-XX-XXX
SP06P-XX-XXX
PTG06P-XX-XXX
MS3116P-XX-XXX
XL
PUR
N
RELEASED / Dec . 21 2015, 2:09:12 PM
D
MS3116J-XX-XXX
Class “A”
N
Max.
To complete part number see how to order on page 25.
Shell
Size
Plug Front View
S
Max.
L
Max.
Z
Max.
D
Min.
L
Max.
V Thread
Class A
6
8
10
12
14
16
18
20
22
24*
.625
.750
.859
1.013
1.156
1.281
1.319
1.531
1.656
1.776
.353
.353
.353
.353
.353
.353
.353
.415
.415
.415
H
Max.
J
.906
.906
.906
.906
.906
.906
.906
1.062
1.062
1.125
L
Max.
.3125-32 NEF
.4375-28 UNEF
.5625-24 NEF
.6875-24 NEF
.8125-20 UNEF
.9375-20 UNEF
1.0625-18 NEF
1.1875-18 NEF
1.3125-18 NEF
1.4375-18 NEF
N
Max.
D
Min.
.594
.594
.594
.594
.594
.594
.594
.672
.672
.672
.175
.297
.421
.546
.663
.787
.879
1.014
1.135
1.259
N
Max.
1.609
1.609
1.609
1.609
1.609
1.609
1.609
1.656
1.656
1.750
.462
.590
.717
.834
.970
1.088
1.216
1.332
1.460
1.587
.3750-32 NEF
.5000-28 UNEF
.6250-24 NEF
.7500-20 UNEF
.8750-20 UNEF
1.0000-20 UNEF
1.1875-18 NEF
1.1875-18 NEF
1.4375-18 NEF
1.4375-18 NEF
B
Thread
Class “PG”
L
Max.
Class “A” (SR), “E” (SR), “P” (SR), MS / “F”
Shell
C
Size Thread
Class “E”, MS / “E”
Class “P”, MS / “P”
6
8
10
12
14
16
18
20
22
24
6-32
6-32
6-32
6-32
6-32
8-32
8-32
8-32
8-32
.240
.302
.428
.552
.615
.740
.740
.928
.990
D
Min.
.125
.188
.312
.375
.500
.625
.625
.750
.800
G
Max.
.812
.875
1.000
1.125
1.188
1.438
1.438
1.625
1.719
1.922
1.922
1.922
1.922
2.047
2.078
2.344
2.344
2.406
.550
.675
.803
.920
1.047
1.165
1.290
1.418
1.543
N
Max.
1.266
1.266
1.266
1.266
1.266
1.266
1.266
1.516
1.516
1.578
L
Max.
.440
.560
.685
.813
.930
1.057
1.175
1.301
1.430
1.555
.192
.317
.434
.548
.673
.798
.899
1.024
1.149
1.274
1.438
1.438
1.438
1.438
1.438
1.438
1.438
1.656
1.656
1.717
L
Max.
.484
.608
.734
.858
.984
1.110
1.234
1.360
1.484
1.610
D
Closed Free
Class “J”
.168
.205
.338
.416
.550
.600
.635
.670
.740
.230
.312
.442
.539
.616
.672
.747
.846
.894
.547
.675
.812
.940
1.067
1.194
1.322
1.449
1.576
N
Max.
2.271
2.271
2.411
2.599
2.943
3.172
3.610
3.766
3.985
XL
Max.
M12x1.5-6H
M16x1.5-6H
M16x1.5-6H
M18x1.5-6H
M22x1.5-6H
M25x1.5-6H
M25x1.5-6H
M32x1.5-6H
M32x1.5-6H
.936
.936
.936
.936
.936
.936
1.180
1.180
1.180
All dimensions for reference only.
16
The macro definition with parameters is declared like this and the compilation error is reported. What's going on?
[table=98%,rgb(238, 238, 238)] [tr][td]In keil c51, I defined a macro with parameters as follows: #define ON 1 #define OFF 0 #define BUZZER(a) if(a) P2^0 = 1;\ else P2^0 = 0 After compiling, it prompt...
csliu911 51mcu
Program download and MCU model selection
When choosing the MCU model at the ISP, do you have to choose the same one as the one on the experimental board? Can you use other models in the same series instead? I think someone has tried it:lovel...
不能自己 MCU
Questions about arm's MMU
Where is the MMU initialization done in the Linux kernel? I searched for it for a long time but couldn't find it!!! Also, is the mapping between virtual address and physical address manually specified...
zqh1630 Embedded System
Tsinghua Microelectronics Institute Verilog Courseware
I hope to communicate with more people with lofty ideals. First, I will provide a copy of the Verilog courseware of Tsinghua Microelectronics Institute....
742859453 FPGA/CPLD
[Qingke Open1081] Encountered a problem again--------OV2640
Refer to Qingke's OV2640 program, modify it to display on LCD, and after displaying the pictures in TF card, start to work on OV2640, but still not done. The current problem is: can't enter DCMI, DMA ...
dontium RF/Wirelessly
In 51, is the stack space part of ROM or part of RAM?
In 51, is the stack space part of ROM or part of RAM?...
oufuqiang Embedded System

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2285  2059  398  2279  2674  47  42  9  46  54 
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号