The SDR-480P-48 is a high-performance, compact DIN rail power supply manufactured by Mean Well. It delivers a stable 48V DC output with a maximum power of 480W, making it ideal for industrial automation, control systems, and other demanding applications. Its high efficiency (up to 94%) and wide input voltage range ensure reliable operation in diverse environments. The SDR-480P-48 is designed to meet stringent industrial standards, offering robust protection features and long-term durability.
Parameter | Value |
---|---|
Manufacturer | Mean Well |
Model Number | SDR-480P-48 |
Output Voltage | 48V DC |
Output Current | 10A |
Output Power | 480W |
Input Voltage Range | 90-264V AC (single-phase) |
Frequency Range | 47-63Hz |
Efficiency | Up to 94% |
Operating Temperature Range | -25°C to +70°C |
Dimensions (L x W x H) | 85.5 x 125.2 x 128.5 mm |
Mounting Type | DIN Rail (TS-35/7.5 or TS-35/15) |
Protection Features | Overload, Overvoltage, Overtemperature, Short Circuit |
The SDR-480P-48 features screw terminal connections for input and output wiring. 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 (48V) |
-V | Negative DC output (Ground) |
Pin Name | Description |
---|---|
DC OK | Relay contact for DC OK signal |
Trim | Output voltage adjustment |
The SDR-480P-48 can power an Arduino UNO and other peripherals requiring 5V or 12V by using a DC-DC step-down converter. Below is an example setup:
// Example Arduino code to blink an LED
// Connect an LED to pin 13 with a 220-ohm resistor
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 | Input power not connected or incorrect | Verify input wiring and voltage |
Output voltage too high/low | Incorrect voltage adjustment | Adjust the Trim potentiometer |
Overload or short circuit | Load exceeds power supply capacity | Reduce the load or check for shorts |
Overheating | Poor ventilation or high ambient temp | Improve airflow or reduce temperature |
DC OK signal not working | Faulty wiring or output issue | Check DC OK wiring and output status |
Can the SDR-480P-48 be used in outdoor environments?
What is the purpose of the DC OK signal?
How do I reset the power supply after an overload?
Can I connect multiple SDR-480P-48 units in parallel?
By following this documentation, users can effectively integrate the SDR-480P-48 into their systems and troubleshoot common issues with ease.