

The Mean Well SDR-120-12 is a 120W single-output switching power supply designed for industrial applications. It provides a stable 12V DC output and is known for its high efficiency, compact size, and robust design. This power supply is ideal for use in demanding environments, offering built-in protections against overvoltage, overcurrent, and short circuits. Its DIN rail mounting capability makes it a popular choice for industrial control systems, automation equipment, and other applications requiring reliable DC power.








| Parameter | Value | 
|---|---|
| Input Voltage Range | 88-264VAC / 124-370VDC | 
| Output Voltage | 12V DC | 
| Output Current | 10A | 
| Output Power | 120W | 
| Efficiency | Up to 91% | 
| Operating Temperature | -25°C to +70°C | 
| Dimensions | 40mm x 125.2mm x 113.5mm | 
| Weight | 0.7kg | 
| Mounting Type | DIN Rail (TS-35/7.5 or TS-35/15) | 
The SDR-120-12 features screw terminal connections for input and output. Below is the pin configuration:
| Pin Name | Description | 
|---|---|
| L | Live AC input | 
| N | Neutral AC input | 
| FG | Frame Ground (Earth connection) | 
| Pin Name | Description | 
|---|---|
| +V | Positive DC output (12V) | 
| -V | Negative DC output (Ground) | 
L terminal.N terminal.FG terminal for proper grounding.+V terminal to the positive side of your load.-V terminal to the negative side of your load.The SDR-120-12 can be used to power an Arduino UNO and other peripherals. Below is an example connection:
+V terminal of the SDR-120-12 to the Arduino's VIN pin.-V terminal of the SDR-120-12 to the Arduino's GND pin.// Example code to blink an LED connected to pin 13
// Ensure the Arduino is powered by the SDR-120-12 via VIN and GND
void setup() {
  pinMode(13, OUTPUT); // Set pin 13 as an output
}
void loop() {
  digitalWrite(13, HIGH); // Turn the LED on
  delay(1000);            // Wait for 1 second
  digitalWrite(13, LOW);  // Turn the LED off
  delay(1000);            // Wait for 1 second
}
No Output Voltage:
L and N terminals.Overload Protection Triggered:
Overvoltage Protection Triggered:
Overheating:
Can the SDR-120-12 be used with DC input? Yes, it supports DC input in the range of 124-370VDC.
Is the output voltage adjustable? Yes, the output voltage can be adjusted within ±10% of 12V using the built-in potentiometer.
What happens during a short circuit? The power supply will enter protection mode and shut down. Once the fault is cleared, it will automatically recover.
Can I use this power supply for sensitive electronics? Yes, the SDR-120-12 provides a stable and regulated output suitable for sensitive devices like microcontrollers and sensors.
This concludes the documentation for the Mean Well SDR-120-12. For further assistance, refer to the manufacturer's datasheet or contact Mean Well support.