The HDR-60-12 is a 60W, 12V DC power supply manufactured by Jadeshay. It is designed for industrial applications and features a compact DIN-rail mountable design. With high efficiency and built-in protections, the HDR-60-12 is ideal for powering a wide range of electronic devices, including industrial control systems, automation equipment, and embedded systems.
The HDR-60-12 is a reliable and efficient power supply with the following key specifications:
Parameter | Value |
---|---|
Input Voltage Range | 85-264V AC / 120-370V DC |
Output Voltage | 12V DC |
Output Current | 5A |
Output Power | 60W |
Efficiency | Up to 91% |
Protection Features | Short circuit, overload, overvoltage |
Operating Temperature | -30°C to +70°C |
Mounting Type | DIN-rail (TS-35/7.5 or TS-35/15) |
Dimensions | 90 x 70 x 54.5 mm |
Weight | 0.3 kg |
Certifications | CE, UL, RoHS |
The HDR-60-12 features screw terminal connections for input and output. Below is the pin configuration:
Pin | Label | Description |
---|---|---|
1 | L | AC Line Input |
2 | N | AC Neutral Input |
3 | FG | Frame Ground (Earth) |
4 | +V | Positive DC Output (12V) |
5 | -V | Negative DC Output (Ground) |
The HDR-60-12 can be used to power an Arduino UNO via its VIN pin. Below is an example:
// 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
}
No Output Voltage:
Overheating:
Output Voltage Fluctuations:
Short Circuit Protection Triggered:
Q: Can the HDR-60-12 be used outdoors?
A: The HDR-60-12 is not weatherproof and should only be used in indoor or enclosed environments.
Q: What happens if the load exceeds 5A?
A: The built-in overload protection will activate, shutting down the output to prevent damage. Reduce the load and power cycle the unit to restore operation.
Q: Can I use the HDR-60-12 to charge a 12V battery?
A: The HDR-60-12 is not designed as a battery charger. Use a dedicated battery charger for this purpose.
Q: Is the HDR-60-12 compatible with 24V systems?
A: No, the HDR-60-12 outputs a fixed 12V DC and is not suitable for 24V systems. Use a 24V power supply for such applications.