

The Meanwell POWER SUPPLY 24v 450w is a high-performance power supply unit designed to convert electrical energy from an input source into a stable 24-volt DC output. With a maximum power output of 450 watts, this device is ideal for powering a wide range of electronic components and systems, including industrial equipment, LED lighting, automation systems, and more. Its robust design ensures reliable operation in demanding environments.








| Parameter | Value |
|---|---|
| Manufacturer | Meanwell |
| Model | POWER SUPPLY 24v 450w |
| Input Voltage Range | 90-264 VAC (Universal Input) |
| Output Voltage | 24 VDC |
| Output Power | 450 W |
| Output Current | 18.75 A |
| Efficiency | Up to 93% |
| Operating Temperature | -20°C to +70°C |
| Cooling Method | Built-in fan |
| Protection Features | Overload, Overvoltage, |
| Overtemperature, Short Circuit |
The Meanwell POWER SUPPLY 24v 450w typically 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 (24 VDC) |
| -V | Negative DC output (Ground) |
Input Connection:
L and N) to a suitable AC power source within the specified voltage range (90-264 VAC).FG terminal is connected to the earth ground for safety.Output Connection:
+V terminal to the positive input of your load or circuit.-V terminal to the ground or negative input of your load.Load Considerations:
Mounting:
Adjustments:
The Meanwell POWER SUPPLY 24v 450w can be used to power an Arduino UNO via a step-down voltage regulator (e.g., LM2596) to convert 24 VDC to 5 VDC. Below is an example circuit and Arduino code:
+V and -V terminals to the input of the step-down regulator.5V and GND pins.// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the power supply is properly connected to the Arduino via a step-down regulator
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
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 connections and voltage |
| Fuse blown | Replace the fuse | |
| Overload or short circuit protection | Disconnect load, check for shorts | |
| activated | and restart the power supply | |
| Output voltage fluctuates | Load exceeds power supply capacity | Reduce the load |
| Poor connections | Check and tighten all connections | |
| Power supply overheats | Insufficient ventilation | Ensure proper airflow around the unit |
| Load exceeds rated power | Reduce the load |
Can this power supply be used outdoors?
Can I connect multiple power supplies in parallel for higher current?
What happens if the load exceeds 450 watts?
Is the output voltage adjustable?
By following this documentation, users can safely and effectively integrate the Meanwell POWER SUPPLY 24v 450w into their projects.