The Meanwell MDR-60-24 is a DIN rail-mounted power supply unit designed to provide a stable 24V DC output with a current capacity of 2.4 amps. This power supply is commonly used in industrial and automation applications, where reliable and consistent power delivery is crucial. Its compact design and ease of installation make it a popular choice for powering various electronic devices and systems.
Parameter | Value |
---|---|
Manufacturer | Meanwell |
Part ID | MDR-60-24 |
Input Voltage Range | 85-264V AC / 120-370V DC |
Output Voltage | 24V DC |
Output Current | 2.4A |
Output Power | 60W |
Efficiency | 88% |
Operating Temperature | -20°C to +70°C |
Dimensions | 40 x 90 x 100 mm |
Weight | 0.3 kg |
Pin No. | Name | Description |
---|---|---|
1 | L | AC Live Input |
2 | N | AC Neutral Input |
3 | +V | DC Positive Output (24V) |
4 | -V | DC Negative Output (Ground) |
5 | FG | Frame Ground (Earth) |
Mounting the Power Supply:
Connecting the Input:
L
terminal.N
terminal.FG
terminal for safety.Connecting the Output:
+V
terminal.-V
terminal.Powering Up:
No Output Voltage:
Output Voltage Fluctuations:
Overheating:
Q: Can the MDR-60-24 be used with an Arduino UNO?
A: Yes, the MDR-60-24 can be used to power an Arduino UNO. Connect the +V
terminal to the VIN pin and the -V
terminal to the GND pin of the Arduino.
Q: Is the MDR-60-24 protected against short circuits? A: Yes, the MDR-60-24 has built-in protection against short circuits, overloads, and over-voltage conditions.
Q: Can I use the MDR-60-24 in outdoor applications? A: The MDR-60-24 is designed for indoor use. If you need to use it outdoors, ensure it is housed in a weatherproof enclosure.
Below is an example code to demonstrate how to power an Arduino UNO using the MDR-60-24 power supply:
// Example code to blink an LED on Arduino UNO powered by MDR-60-24
const int ledPin = 13; // Pin number for the onboard LED
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
Note: Ensure the +V
terminal of the MDR-60-24 is connected to the VIN pin and the -V
terminal is connected to the GND pin of the Arduino UNO.
By following this documentation, users can effectively utilize the Meanwell MDR-60-24 DIN Rail 24V 2.4A Power Supply in their projects, ensuring reliable and stable power delivery for various applications.