EEWORLDEEWORLDEEWORLD

Part Number

Search

R75RI2270AA3-J

Description
CAPACITOR, METALLIZED FILM, POLYPROPYLENE, 1250V, 0.027uF, THROUGH HOLE MOUNT, RADIAL LEADED
CategoryPassive components    capacitor   
File Size1MB,11 Pages
ManufacturerARCOTRONICS
Environmental Compliance
Download Datasheet Parametric View All

R75RI2270AA3-J Overview

CAPACITOR, METALLIZED FILM, POLYPROPYLENE, 1250V, 0.027uF, THROUGH HOLE MOUNT, RADIAL LEADED

R75RI2270AA3-J Parametric

Parameter NameAttribute value
Is it Rohs certified?conform to
Objectid1765516236
package instruction,
Reach Compliance Codeunknown
ECCN codeEAR99
capacitance0.027 µF
Capacitor typeFILM CAPACITOR
dielectric materialsPOLYPROPYLENE
JESD-609 codee3
Installation featuresTHROUGH HOLE MOUNT
negative tolerance5%
Number of terminals2
Maximum operating temperature85 °C
Minimum operating temperature-55 °C
Package shapeRECTANGULAR PACKAGE
method of packingBULK
positive tolerance5%
Rated (AC) voltage (URac)600 V
Rated (DC) voltage (URdc)1250 V
surface mountNO
Terminal surfaceTin (Sn)
Terminal shapeWIRE
Loose
HIGH PERFORMANCES
MEtAllIzEd POlyPROPylENE FIlM CAPACItOR
d.C. ANd PUlSE APPlICAtIONS
typical applications:
deflection circuits in TV-sets and
monitors (S-correction), resonant capacitor in electronic
ballast and compact lamp, power factor correction and
coupling capacitor in SMPS, timing and oscillator circuits.
PRODUCT CODE:
R75 (digit 12: 0 to 9)
Pitch
(mm)
7.5
10.0
15.0
15.0
22.5
27.5
37.5
Box thickness
(mm)
All
All
<7.5
≥7.5
All
All
All
Maximum dimensions (mm)
B max
H max
L max
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
MKP Series
R75
Fig. 1
Taped
Fig. 2
Fig. 3
Ød±0.05
p=7.5
0.5
p=10
0.6
15≤p≤27.5
0.8
p = 37.5
1.0
All dimensions are in mm.
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
Digit 1 to 3
Digit 4
-
Series code.
d.c. rated voltage:
G = 160V
I = 250V
M= 400V
P = 630V
Q = 1000V
R= 1250V
T = 1600V U =2000V
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
Capacitance value and the 6th digit indicates
the number of zeros that must be added to
obtain the Rated Capacitance in pF.
Digit 10 to 11 Mechanical version and/or packaging (table 1)
Digit 12
Identifies the dimensions and electrical
characteristics (0 to 9).
Digit 13
Internal use.
Digit 14
Capacitance tolerance:
J=5%; K=10%; M=20%
GENERAl tECHNICAl dAtA
dielectric:
polypropylene film.
Plates:
aluminium layer deposited by evaporation under
vacuum.
Winding:
non-inductive type.
leads:
f
or Ø ≥ 0,6mm : tinned wire
Protection:
plastic case, thermosetting resin filled.
Box material is solvent resistant and flame
retardant according to UL94 V0.
Marking:
manufacturer’s logo, series (R75), dielectric
code (MKP), capacitance, tolerance, D.C. rated
voltage, manufacturing date code.
Climatic category:
55/105/56 IEC 60068-1
Operating temperature range:
-55 to +105°C
Related documents:
IEC 60384-16
for Ø = 0,5mm : tinned wire, low thermical conductivity
Table 1 (for more detailed information, please refer to pages 14).
Standard
packaging style
AMMO-PACK
AMMO-PACK
AMMO-PACK
REEL
Ø
355mm
REEL
Ø
355mm
REEL
Ø
500mm
REEL
Ø
500mm
Loose, short leads
Loose, long leads
(p<10mm)
Loose, long leads
(p10mm)
Loose, long leads
(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
(Digit 10 to 11)
DQ
DQ
DQ
CK
GY
CK
CK
AA
Z3
JM
40
50
04
+2
17
+1/-2
18
+1/-1
30
+5
25
+2/-1
Note: Ammo-pack is the preferred packaging for taped version.
105
09/2008
【allegro】How do PCB lines move with components?
As the title says, if you want the PCB lines to move with the components when drawing PCB in Allegro, how can you set it up? ? ?...
木犯001号 PCB Design
PC and PLC serial RTU communication problem
I recently wrote a small program for serial communication between PC and PLC. I don't know anything about PLC, and it mainly reads the value of registers. I would like to ask 1. How to represent the a...
916114 Embedded System
How to use PB5.0 to make a WinCE4.2 system?
How do I use PB5.0 to create a WinCE4.2 system? I want to back up this system directly to my CF card, and my SBC can use CF card. Thank you....
jackychen Embedded System
Why do PCF8591 programs require %1000 or %100?
LedOut[1]=Disp_Tab[counter%10]|0x80;//Why is it 0x80? LedOut[2]=Disp_Tab[D[3]%1000/100];//Why is it %1000? LedOut[3]=Disp_Tab[D[3]%100/10];//Why is the control word 0x40, which is 0100 0000? Why is th...
hu柏拉图的永恒 51mcu
No Driver Selected
When I use the EzDrvInstaller that comes with DriveStudio to load the built-in example HelloWorld, it always prompts No Driver Selected. What is the reason?...
260658 Embedded System
[Evaluation of domestic FPGA Gaoyun GW1N-4 series development board]——2. Add an unboxing post to compare the development board with the purchased Flash
[i=s]This post was last edited by gs001588 on 2021-12-15 01:28[/i]I have received the development board for a few days and have tested several programs. The development environment is relatively frien...
gs001588 Domestic Chip Exchange

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2628  1158  2747  1589  2435  53  24  56  32  50 
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号