EEWORLDEEWORLDEEWORLD

Part Number

Search

MB2M

Description
Ordinary rectifier bridge, 200V, 0.8A, 35A, 1V, 0.4A, 5uA
CategoryDiscrete semiconductor    Ordinary rectifier bridge   
File Size1MB,2 Pages
ManufacturerLGE
Websitehttp://www.luguang.cn/web_en/index.html
Download Datasheet Parametric Compare View All

MB2M Overview

Ordinary rectifier bridge, 200V, 0.8A, 35A, 1V, 0.4A, 5uA

MB2M Parametric

Parameter NameAttribute value
PackageMBM
Maximum recurrent peak reverse voltage200
Maximum average forward rectified current0.4
Peak forward surge current35
Maximum instantaneous forward voltage1
Maximum reverse current5
TJ(℃)-55~+150
MB2M-MB10M
SILICON BRIDGE RECTIFIERS
MBM
A
Dim
A
Min
4.40
3.40
2.35
0.15
4.60
0.50
5.70
2.30
5.40
All Dimensions in mm
Max
4.80
3.80
2.65
0.35
5.20
0.80
6.30
2.70
5.90
FEATURES
Glass passivated chip junctions
High surge overload rating: 35A peak
Saves space on printed circuit boards
Plastic material has U/L flammability classification94V-O
C
-
+
B
B
C
E
L
~
~
F
I
F
I
E
J
K
L
K
J
This series is UL recognized under Component Index, file number E239431
High temperature soldering guaranteed: 260°C/10 seconds at 5 lbs. (2.3kg) tension
MECHANICAL DATA
Case: Molded plastic body over passivated junctions
Terminals: Plated leads solderable per MIL-STD-750, Method 2026
Maximum Ratings
(@TA = 25°C unless otherwise specified)
Characteristic
Peak Repetitive Reverse Voltage
RMS Reverse Voltage
DC Blocking Voltage
Maximum average forward Output current
@T
A
=25℃
Peak forward surge current
8.3ms single half-sine-
Symbol
V
RRM
V
RMS
V
DC
I
F(AV)
I
FSM
It
2
MB2M
200
140
200
MB4M
400
280
400
MB6M
600
420
600
0.5
1)
2)
MB8M
800
560
800
MB10M
1000
700
1000
UNITS
V
V
V
A
0.8
wave superimposed on rated load
Current squared time t < 8.3ms , Ta = 25℃
35
5.1
2
A
As
Thermal Characteristics
Characteristic
Typical junction capacitance per leg
Typical thermal resistance per leg
(NOTE 3)
(NOTE 1)
(NOTE 2)
Operating junction temperature range
Storage temperature range
Symbol
C
J
R
ΘJA
R
θ
JL
T
J
T
STG
MB2M
MB4M
MB6M
13
85
20
- 55 ---- + 150
- 55 ---- + 150
MB8M
MB10M
UNITS
pF
℃/W
Electrical Characteristics
(@TA = 25°C unless otherwise specified)
Characteristic
Maximum instantaneous forward voltage at 0.4 A
Maximum reverse current @T
A
=25℃
at rated DC blocking voltage @T
A
=125℃
Symbol
V
F
I
R
MB2M
MB4M
MB6M
1.0
5.0
100
MB8M
MB10M
UNITS
V
μ
A
NOTES: (1) On glass epoxy P.C.B. mounted on 0.05 x 0.05" (1.3 x 1.3mm) pads
(2) On aluminum substrate P.C.B. with an area of 0.8" x 0.8" (20 x 20mm) mounted on 0.05 x 0.05" (1.3 x 1.3mm) solder pad
(3) Measured at 1.0 MHz and applied reverse voltage of 4.0 Volts
ht
t
p
:
//
Revision:20170701-P1
www.lgesemi
.c
o
m
mail:lge@lgesemi.com

MB2M Related Products

MB2M MB6M MB4M MB8M MB10M MB1M
Description Ordinary rectifier bridge, 200V, 0.8A, 35A, 1V, 0.4A, 5uA Ordinary rectifier bridge, 600V, 0.8A, 35A, 1V, 0.4A, 5uA Ordinary rectifier bridge, 400V, 0.8A, 35A, 1V, 0.4A, 5uA Ordinary rectifier bridge, 800V, 0.8A, 35A, 1V, 0.4A, 5uA Ordinary rectifier bridge, 1000V, 0.8A, 35A, 1V, 0.4A, 5uA Ordinary rectifier bridge, 100V, 0.8A, 35A, 1V, 0.4A, 5uA
Package MBM MBM MBM MBM MBM MBM
Maximum recurrent peak reverse voltage 200 600 400 800 1000 100
Maximum average forward rectified current 0.4 0.4 0.4 0.4 0.4 0.4
Peak forward surge current 35 35 35 35 35 35
Maximum instantaneous forward voltage 1 1 1 1 1 1
Maximum reverse current 5 5 5 5 5 5
TJ(℃) -55~+150 -55~+150 -55~+150 -55~+150 -55~+150 -55~+150
MCU Application Programming Skills (FAQ) 8
40. What is the concept of Delta-Sigma software measurement? Answer: The Delta-Sigma principle is generally used in ADC applications. Specifically, the working principle of Delta-Sigma ADC is that a m...
songbo MCU
Problems with generating LINUX device tree DTS files
Some files are needed when generating the device tree, but there are no hps_clock_info.xml and hps_common_board_info.xml files in my new project. I would like to ask if there are any friends who have ...
chunlei9924 FPGA/CPLD
430 I/O interruption question
#includeint main(void) {WDTCTL = WDTPW | WDTHOLD;// Stop watchdog timerP1DIR |= BIT0;// Set P1.0 to output directionP1OUT = ~BIT0;P1REN |= BIT4;// Enable P1.4 internal resistanceP1OUT |= BIT4;// Set P...
zhanghuaihe01 Microcontroller MCU
Please tell me why I don't need to debounce this program?
GPIO_setLow(myGpio,GPIO_Number_19);GPIO_setHigh(myGpio,GPIO_Number_18);GPIO_setHigh(myGpio,GPIO_Number_17);GPIO_setHigh(myGpio,GPIO_Number_16);key0=GPIO_getData(myGpio,GPIO_Number_29);key1=GPIO_getDat...
huangyiqian1000 DSP and ARM Processors
Problems in the program
if(i_st & D12_INT_BUSRESET) { bus_reset(); bEPPflags.bits.bus_reset = 1; i_st &= ~D12_INT_BUSRESET; } I don't know if this snippet is enough. I'm looking at USB programs recently, and I don't quite un...
niuaniuya Embedded System
An nmake compilation error, what is going on? Thank you.
***** COMPILING source\pp_main.c MS-DOS C51 COMPILER V4.10 - Serial Number 83205779 Copyright (c) Franklin Software, Inc. 1991 - 1993 *** ERROR 318 IN LINE 0: can't open file 'SOURCE\PP_MAIN.C' C51 CO...
shouyuxu Embedded System

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2355  1657  1112  1366  2188  48  34  23  28  45 
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号