Protection type : Shut down o/p voltage, re-power on to recover
RC+/RC-: 0 ~ 0.8V or OPEN, POWER ON
RC+/RC-: 4 ~ 12V POWER OFF
16.6 ~ 22V
PROTECTION
OVER VOLTAGE
FUNCTION
NOTE
REMOTE INHIBIT CONTROL
1. MP450:The value changed by installing different output modules. The efficiency in specification means output modules are composed by following modules.
MP650:The value changed by installing different output modules. The efficiency in specification means output modules are composed by following modules.
MP1K0:The value changed by installing different output modules. The efficiency in specification means output modules are composed by following modules.
The hold-up time of above combination is 20ms(typ.)
2. Ripple & noise are measured at 20MHz of bandwidth by using a 12" twisted pair-wire terminated with a 0.1uf & 47uf parallel capacitor.
3. Tolerance : includes set up tolerance, line regulation and load regulation.
4. 35% Duty cycle maximum within every 10 seconds. Average output power should not exceed the rated power.
5. The power supply is considered a component which will be installed into a final equipment. The final equipment must be re-confirmed that it still meets
EMC directives. For guidance on how to perform these EMC tests, please refer to EMI testing of component power supplies.
(as available on http://www.meanwell.com)
6. If the output voltage adjust to higher level, the rated current should be derated to meet the total rated power for both outputs(For MD-100 only).
Table 1. Parellel code(For MS-300 only)
Code
X
1
2
3
4
5
6
SLOT1
SLOT2
SLOT3
SLOT4
SLOT5
SLOT6
SLOT7
-----
-----
-----
-----
-----
-----
Code X,1,2 for MP450,MP650
Code X,1,2,3,4,5,6 for MP1K0
File Name:MP-450,650,1K0-SPEC 2010-10-18
450W/650W/1000W Modular Power
Mechanical Specification
MP
series
Unit:mm
MP450
12 max.
254
147.5
19
16 max.
12.5
8-M4(Both Sides)
147.5
19
12.25
1
2
3
CN4
4-M4
3
TB1
10
2
1
8.2
MP650
12 max.
278
171.5
19 16 max.
8-M4(Both Sides)
171.5
19
12.25
CN4
1
2
3
4-M4
Air flow
direction
3
TB1
10
2
1
8.2
File Name:MP-450,650,1K0-SPEC 2010-10-18
101.5
127
38
63.5
12.5
101.5
127
Air flow
direction
63.5
38
450W/650W/1000W Modular Power
Mechanical Specification
MP1K0
12 max.
278
171.5
MP
series
19
16 max.
12.5
8-M4(Both Sides)
171.5
CN4
1
2
3
19
15.65
4-M4
3
2
1
TB1
10
8.2
TB1(PFC-450/650/1K0)
Pin No.
1
2
3
Assignment
AC/L
AC/N
FG
CN4(PFC-450/650/1K0) : JST B3B-XH or equivalent
Assignment
Pin No.
1
+RC: +Remote ON/OFF
2
-RC: -Remote ON/OFF
3
VCC: 12V/0.1A auxiliary output
Mating Housing
JST XHP
or equivalent
Terminal
JST SXH-001T-P0.6
or equivalent
Mechanism of Output Modules
MS-75
138
16 max.
CN51
4
1
21 max.
152.4
3 max.
Air flow
direction
177.8
38
63.5
Unit:mm
Output Connector( CN51) : JST B4B-XH or equivalent
Pin No.
1
2
3
4
Assignment
+S: +Remote sensing
-S: -Remote sensing
+RC: +Remote ON/OFF
-RC: -Remote ON/OFF
Mating Housing
JST XHP
or equivalent
Terminal
JST SXH-001T-P0.6
or equivalent
60
-V
+V
SVR1
MS-150
138
16 max.
21 max.
3 max.
CN20
4
1
Output Connector( CN20) : JST B4B-XH or equivalent
How to load BTAGSVC.Dll? I added the following to the registry: [HKEY_LOCAL_MACHINE\Services\BTAGSVC] "FriendlyName"="Bluetooth Audio Gateway" "Dll"="BTAGSVC.Dll" "Order"=dword:9 "Keep"=dword:1 "Prefi...
[i=s]This post was last edited by jinglixixi on 2020-10-28 08:40[/i]My first encounter with the Lingdong development board was with the MM32L073, and it was a great honor to meet the MM32F0133 again t...
* Get the SDK of esp32-s2-kaluga-1 ```bash git clone https://github.com/espressif/esp-dev-kits ``` * Get lvgl driver support for ESP32 ```bash git clone https://github.com/lvgl/lvgl_esp32_drivers ``` ...
Abstract : Through an in-depth analysis of the mouse's underlying communication principles and protocols, this paper discusses the application value and feasibility of the mouse in the 80C196 single-c...
35 classic analog circuit simulations. Hardware engineers must learn. [url]https://download.eeworld.com.cn/detail/%E5%B0%8F%E5%B0%8F%E8%99%BE/551875[/url]...
Recently, the first Digital China Summit was held in Fuzhou, attracting many domestic ICT industry giants to participate in the exhibition. The long queues outside the venue, the noisy and exciting...[Details]
Dong Yang, executive vice president of the China Association of Automobile Manufacturers, said on the 26th that according to the authorization of the Ministry of Industry and Information Technology...[Details]
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
China Energy Storage Network:
Blockchain + finance, blockchain + environmental protection, blockchain + insurance, even a roadside fried chicken shop is using the banner of blockchain + fried...[Details]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]
Internal channels of ADC: In addition to using external channels to collect external analog voltage signals, the ADC of STM32 also has two internal channels 16 and 17. Channel 16 is connected to ...[Details]
Note: This STM32 microcontroller is the STM32F103 series. The ADC of Stm32 has DMA function. This is beyond doubt and is what we use most! However, if we want to sample a signal (such as a pulse sign...[Details]
Using AT89S51 microcontroller, modify the original one to turn the LED on for 4s and off for 2s. Thank you. Use a timer. (The program is written in the answer, omitted here - just a note) The origi...[Details]
While imaging industry experts know that Apple has designed a complex 3D camera for its iPhone X, called "TrueDepth," most of the details of the 3D system inside the module, including chips, componen...[Details]