The EPS-120-24 is a 120W enclosed AC-DC power supply manufactured by Converter. It delivers a stable 24V DC output and is designed for a wide range of applications, including LED lighting systems, industrial automation, and general-purpose electronic equipment. This power supply is equipped with essential protection features such as short circuit, overload, and overvoltage protection, ensuring reliable and safe operation in demanding environments.
Parameter | Value |
---|---|
Input Voltage Range | 88-264V AC / 124-370V DC |
Output Voltage | 24V DC |
Output Current | 5A |
Output Power | 120W |
Efficiency | Up to 90% |
Operating Temperature | -30°C to +70°C |
Protection Features | Short circuit, overload, overvoltage |
Dimensions | 159mm x 97mm x 30mm |
Weight | 0.5kg |
Cooling Method | Convection cooling |
The EPS-120-24 features screw terminal connections for input and output. Below is the pin configuration:
Pin Name | Description |
---|---|
L | Live AC input (88-264V AC) |
N | Neutral AC input |
FG | Frame ground (Earth) |
Pin Name | Description |
---|---|
+V | Positive DC output (24V) |
-V | Negative DC output (Ground) |
The EPS-120-24 can be used to power an Arduino UNO and other peripherals. Below is an example circuit and code:
// Example code for Arduino UNO powered by EPS-120-24
// This code blinks an LED connected to pin 13
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
}
Issue | Possible Cause | Solution |
---|---|---|
No output voltage | Input power not connected or incorrect | Verify input connections and voltage |
Output voltage fluctuates | Overload or poor ventilation | Reduce load or improve ventilation |
Power supply shuts down | Overload or short circuit | Check for short circuits or reduce load |
Excessive heat | Poor ventilation or high ambient temp | Improve airflow or reduce ambient temp |
Can the EPS-120-24 be used outdoors?
What happens if the load exceeds 5A?
Can I use the EPS-120-24 to charge batteries?
Is the EPS-120-24 compatible with 12V devices?
By following this documentation, users can safely and effectively integrate the EPS-120-24 into their projects.