The Meanwell MDR-60-12 is a robust and reliable DIN rail-mounted power supply unit (PSU) designed to provide a stable 12V output with a maximum current of 5A. This power supply is commonly used in industrial and automation applications, where it ensures consistent and efficient power delivery to various electronic components and systems.
The following table outlines the key technical specifications of the Meanwell MDR-60-12 power supply:
Parameter | Specification |
---|---|
Output Voltage | 12V DC |
Output Current | 5A |
Output Power | 60W |
Input Voltage Range | 85-264V AC / 120-370V DC |
Frequency Range | 47-63Hz |
Efficiency | 86% |
Operating Temperature | -20°C to +70°C |
Dimensions | 40mm x 90mm x 100mm |
Weight | 0.3kg |
The following table provides the pin configuration and descriptions for the Meanwell MDR-60-12 power supply:
Pin | Label | Description |
---|---|---|
1 | L | AC Line Input |
2 | N | AC Neutral Input |
3 | +V | DC Output Positive |
4 | -V | DC Output Negative |
5 | FG | Frame Ground (Earth) |
Mounting the Power Supply:
Connecting the Input:
Connecting the Output:
Grounding:
No Output Voltage:
Overheating:
Output Voltage Fluctuations:
Q1: Can the Meanwell MDR-60-12 be used with an Arduino UNO?
Q2: What is the efficiency of the Meanwell MDR-60-12?
Q3: What is the operating temperature range of the Meanwell MDR-60-12?
Below is an example code to demonstrate how to use the Meanwell MDR-60-12 to power an Arduino UNO and control an LED:
// Define the pin for the LED
const int ledPin = 13;
void setup() {
// Initialize the LED pin as an output
pinMode(ledPin, OUTPUT);
}
void loop() {
// Turn the LED on
digitalWrite(ledPin, HIGH);
delay(1000); // Wait for 1 second
// Turn the LED off
digitalWrite(ledPin, LOW);
delay(1000); // Wait for 1 second
}
In this example, the Meanwell MDR-60-12 provides a stable 12V power supply to the Arduino UNO, which then controls an LED connected to pin 13. The LED will blink on and off every second.
By following this documentation, users can effectively utilize the Meanwell MDR-60-12 DIN rail power supply in their projects, ensuring reliable and efficient power delivery.