The MW LRS-350-24 is a 350W single-output switching power supply designed for a wide range of electronic applications. It delivers a stable 24V DC output voltage and is equipped with essential protection features such as short circuit, overload, and overvoltage protection. This power supply is compact, efficient, and reliable, making it ideal for powering LED strips, industrial equipment, automation systems, and other electronic devices requiring a 24V power source.
Below are the key technical details and pin configuration for the MW LRS-350-24:
Parameter | Value |
---|---|
Input Voltage Range | 85-264VAC / 120-373VDC |
Output Voltage | 24V DC |
Output Current | 14.6A |
Output Power | 350.4W |
Efficiency | Up to 89% |
Protection Features | Short circuit, overload, |
overvoltage | |
Operating Temperature | -30°C to +70°C |
Dimensions (L x W x H) | 215mm x 115mm x 30mm |
Weight | 0.8kg |
Cooling Method | Convection cooling |
Safety Standards | UL62368-1, EN62368-1 |
The MW LRS-350-24 has a terminal block for input and output connections. Below is the pin configuration:
Pin Label | Description |
---|---|
L | AC Line Input (Live) |
N | AC Neutral Input |
FG | Frame Ground (Earth) |
+V | Positive DC Output |
-V | Negative DC Output |
V ADJ | Output Voltage Adjustment (22.8-26.4V) |
Input Connection:
L
and N
) to the mains power supply.FG
terminal to the earth ground for safety.Output Connection:
+V
and -V
terminals to the load (e.g., LED strips, motors, or other devices).Voltage Adjustment:
V ADJ
potentiometer to fine-tune the output voltage within the range of 22.8V to 26.4V if needed.Cooling:
The MW LRS-350-24 can be used to power an Arduino UNO and other peripherals. Below is an example setup:
+V
terminal to the Arduino's VIN
pin.-V
terminal to the Arduino's GND
pin.V ADJ
potentiometer.Here is a simple Arduino code example to blink an LED when powered by the MW LRS-350-24:
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the MW LRS-350-24 is properly connected to the Arduino.
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 | No AC input or incorrect wiring | Check input connections and voltage. |
Output voltage too low or unstable | Overload or improper adjustment | Reduce load or adjust V ADJ . |
Power supply overheating | Poor ventilation or excessive load | Improve airflow or reduce load. |
Device not powering on | Incorrect output connections | Verify +V and -V connections. |
Can I use the MW LRS-350-24 with a 12V device?
What happens if the load exceeds 14.6A?
Can I mount the power supply vertically?
Is the MW LRS-350-24 suitable for outdoor use?
By following this documentation, you can safely and effectively use the MW LRS-350-24 in your projects.