

The Mean Well NDR Series DIN Rail Power Supply is a compact and efficient power supply designed for industrial applications. It converts a wide range of AC input voltages (90 to 264V AC) into a stable 24V DC output with a maximum current of 10A, delivering up to 240W of power. Its slim design and DIN rail mounting capability make it ideal for use in control panels, automation systems, and other industrial environments where space and reliability are critical.








| Parameter | Value |
|---|---|
| Input Voltage Range | 90 – 264V AC / 127 – 370V DC |
| Output Voltage | 24V DC |
| Output Current | 10A |
| Output Power | 240W |
| Efficiency | Up to 91% |
| Operating Temperature | -20°C to +70°C |
| Dimensions | 125.2 x 113.5 x 63mm |
| Mounting Type | DIN Rail (TS-35/7.5 or TS-35/15) |
| Protection Features | Overload, Overvoltage, Short Circuit, Over Temperature |
| Certifications | UL, CE, EAC, CB, RoHS |
The Mean Well NDR power supply has screw terminal connections for input and output. Below is the pin configuration:
| Pin Label | Description |
|---|---|
| L | Live AC input |
| N | Neutral AC input |
| FG | Frame Ground (Earth) |
| +V | Positive DC output |
| -V | Negative DC output |
Mounting the Power Supply:
Connecting the Input:
L (Live) and N (Neutral) terminals. FG (Frame Ground) terminal for safety.Connecting the Output:
+V (Positive) and -V (Negative) terminals. Powering On:
FG terminal to earth ground to minimize electrical noise and ensure safety.The Mean Well NDR power supply can be used to power an Arduino UNO and other peripherals. Below is an example of how to connect it:
+V terminal of the power supply to the Arduino's VIN pin.-V terminal of the power supply to the Arduino's GND pin.Here is a simple Arduino sketch to blink an LED when powered by the Mean Well NDR power supply:
// Blink an LED connected to pin 13
// Ensure the Arduino is powered via the Mean Well NDR power supply
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | Incorrect input wiring | Verify AC input connections to L and N. |
| Output voltage too low or unstable | Overloaded output | Reduce the load to within the 10A limit. |
| Power supply overheating | Insufficient ventilation | Ensure proper airflow and reduce ambient temperature. |
| Unit not powering on | Input voltage out of range | Check that the input voltage is between 90 – 264V AC. |
Can this power supply be used outdoors?
No, the Mean Well NDR series is not weatherproof. It must be installed in a dry, indoor environment or within a weatherproof enclosure.
What happens if the load exceeds 10A?
The power supply's overload protection will activate, shutting down the output to protect the unit. Reduce the load and restart the power supply.
Can I adjust the output voltage?
Yes, the output voltage can be fine-tuned using the built-in potentiometer. However, it is recommended to keep the voltage close to 24V for optimal performance.
Is the power supply compatible with sensitive electronics?
Yes, the Mean Well NDR series provides a stable and regulated output, making it suitable for sensitive electronics like microcontrollers and sensors.
By following this documentation, users can effectively integrate the Mean Well NDR power supply into their projects and troubleshoot common issues with ease.