EEWORLDEEWORLDEEWORLD

Part Number

Search

R75PR422040NM

Description
Film Capacitor, Polypropylene, 630V, 20% +Tol, 20% -Tol, 2.2uF, Through Hole Mount, RADIAL LEADED
CategoryPassive components    capacitor   
File Size456KB,8 Pages
ManufacturerKEMET
Websitehttp://www.kemet.com
Download Datasheet Parametric View All

R75PR422040NM Overview

Film Capacitor, Polypropylene, 630V, 20% +Tol, 20% -Tol, 2.2uF, Through Hole Mount, RADIAL LEADED

R75PR422040NM Parametric

Parameter NameAttribute value
Objectid1744850971
package instruction,
Reach Compliance Codecompliant
ECCN codeEAR99
YTEOL6.9
capacitance2.2 µF
Capacitor typeFILM CAPACITOR
dielectric materialsPOLYPROPYLENE
JESD-609 codee3
Installation featuresTHROUGH HOLE MOUNT
negative tolerance20%
Number of terminals2
Maximum operating temperature105 °C
Minimum operating temperature-55 °C
Package shapeRECTANGULAR PACKAGE
method of packingBULK
positive tolerance20%
Rated (AC) voltage (URac)220 V
Rated (DC) voltage (URdc)630 V
surface mountNO
Terminal surfaceTIN
Terminal shapeWIRE
Loose
reDUCeD SiZeS
metalliZeD PolyProPylene film CaPaCitor
D.C. anD PUlSe aPPliCationS
typical applications:
deflection circuits in TV-sets and
monitors(S-correction),resonantcapacitorinelectronic
ballastandcompactlamp,couplingcapacitorinSMPS,
timingandoscillatorcircuits.
PRODUCT CODE:
r75 (Digit 12: a to Z)
Pitch Boxthickness(B)
(mm)
(mm)
7.5
10.0
15.0
15.0
22.5
27.5
37.5
All
All
<7.5
≥7.5
All
All
All
MKPSeries
r75
Taped
Fig.1
Fig.2
Fig.3
Maximumdimensions(mm)
Bmax
Hmax
Lmax
b +0.1
b +0.2
b +0.2
b +0.2
b +0.2
b +0.2
b +0.3
H +0.1
H +0.1
H +0.1
H +0.1
H +0.1
H +0.1
H +0.1
L +0.2
L +0.2
L +0.3
L +0.5
L +0.3
L +0.3
L +0.3
Ød±0.05
p=7.5
0.5
10≤p≤15*
0.6
22.5≤p≤27.5
0.8
p=37.5
1.0
*Exceptforbox≥10x16x18havingØd=0.8±0.05mm
Alldimensionsareinmm.
ProDUCt CoDe SyStem
The part number, comprising 14 digits, is formed as follows:
1
2
3
4
5
6
7
8
9
10 11
12
13
14
R 7 5
-
Digit1to3  Seriescode.
Digit 4
d.c. rated voltage:
G = 160V
I= 250V
M = 400V
P= 630V Q
= 1000V



Digit 5
Pitch:
D = 7.5 mm; F = 10.0mm; I = 15.0mm;
N = 22.5 mm; R = 27.5mm; W = 37.5mm
Digit 6 to 9
Digits 7 - 8 - 9 indicate the first three digits of

 Capacitancevalueandthe6thdigitindicates

 thenumberofzerosthatmustbeaddedto

 obtaintheRatedCapacitanceinpF.
Digit10to11 Mechanicalversionand/orpackaging(table1)
Digit 12
Identifies the dimensions and electrical

 characteristics(AtoZ).
Digit13
 Internaluse.
Digit 14
Capacitance tolerance:
J=5%; K=10%; M=20%
General teChniCal Data
Dielectric:
polypropylene film.
Plates:
metallayerdepositedbyevaporationunder

vacuum.
Winding:
non-inductivetype.
leads:
forØ≥
0.6mm: tinned wire

forØ
= 0.5mm: tinned wire, low thermical

conductivity.
Protection:
plastic case, thermosetting resin filled.
box material is solvent resistant and flame
retardantaccordingtoUL94V0.
marking:
manufacturer’slogo,series(R75),dielectric

code(MKP),capacitance,tolerance,D.C.rated

voltage,manufacturingdatecode.
Climatic category:
 55/105/56IEC60068-1
operating temperature range:
-55 to +105°C
related documents:IEC60384-16
Table1(formoredetailedinformation,pleaserefertopages14).
Standard
packaging style
AMMO-PACK
AMMO-PACK
AMMO-PACK
REELØ355mm
REELØ355mm
REELØ500mm
REELØ500mm
Loose,shortleads
Loose,longleads
(p<10mm)
Loose,longleads
(p≥15mm)
lead length
(mm)
P
2
(mm)
06.35
12.70
19.05
06.35
12.70
12.70
19.05
taping style
Fig.
(No.)
1
2
3
1
2
2
3
Pitch
(mm)
7.5
10.0/15.0
22.5
7.5
10.0/15.0
10.0/15.0
22.5/27.5
ordering code
(Digit10to11)
DQ
DQ
DQ
CK
GY
CK
CK
AA
Z3
40
50

04
+2
 7
+1/-2
1
 30
+5
 5
+2/-1
2
Note: Ammo-pack is the preferred packaging for taped version.

05/2007
Broadband impedance matching
[p=18, null, left][color=rgb(0, 0, 0)][font=宋体][size=4]To do impedance matching for the transducer working in the frequency range of 200KHz-400KHz[/size][/font][/color][/p][p=18, null, left][color=rgb...
shaorc Integrated technical exchanges
UCOS Learning Summary
...
zjw50001 Real-time operating system RTOS
AT89C2051 serial communication, the device protocol says the stop bit is 1/2, how should I set it?
/* Crystal oscillator 11059200, baud rate 9600, most accurate error*/ void initUart(void) { TMOD |= 0x20; SCON = 0x50; TH1 = 0xfd; TL1 = 0xfd; TR1 = 1; } How to set options like (9600, n, 8, 1) for AT...
关泰 Embedded System
About Programming
Moderator!In the interrupt service program, are there certain restrictions on the judgment statement? Why does my program always not execute the marked judgment statement?#pragma vector = TIMERA0_VECT...
SnowfoxMetal Microcontroller MCU
Detailed Example of Design of Motorola's 110W Switching Power Supply
From demand to realization, combined with actual engineering needs, it is difficult to provide detailed design examples...
tonytong Power technology
Received some good stuff, posted it here
I received a great item last night, let's take a look: The package of the courier:This is it:The item inside:Some readers said: What's the big deal, it's a tool set. It's a tool set, but it has a test...
ddllxxrr Talking

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2787  2164  2758  1263  2805  57  44  56  26  16 
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号