

The Phoenix QUINT4-PS/1AC/5DC/5/PT (Manufacturer Part ID: 2904595) is a compact and highly efficient industrial power supply unit designed to convert AC input to a stable DC output. With its robust design, wide input voltage range, and advanced protection features, this power supply is ideal for demanding industrial environments. It ensures reliable operation of connected devices and systems, even under challenging conditions.








| Parameter | Value |
|---|---|
| Input Voltage Range | 100–240 V AC (85–264 V AC operational) |
| Input Frequency | 50–60 Hz |
| Output Voltage | 5 V DC |
| Output Current | 5 A |
| Output Power | 25 W |
| Efficiency | Up to 92% |
| Overload Protection | Yes (electronic shutdown and restart) |
| Operating Temperature Range | -25°C to +70°C |
| Dimensions (W x H x D) | 35 mm x 130 mm x 125 mm |
| Weight | Approx. 0.6 kg |
| Status Indicators | LED indicators for "DC OK" and "Overload" |
The Phoenix QUINT4-PS/1AC/5DC/5/PT features screw terminal connections for input and output. Below is the pin configuration:
| Pin Label | Description |
|---|---|
| L | Live AC input |
| N | Neutral AC input |
| PE | Protective Earth (Ground) |
| Pin Label | Description |
|---|---|
| + | Positive DC output (5 V DC) |
| - | Negative DC output (Ground) |
L (Live) and N (Neutral) terminals.PE (Protective Earth) terminal is properly grounded for safety.+ terminal to the positive input of your load.- terminal to the ground or negative input of your load.The Phoenix QUINT4-PS/1AC/5DC/5/PT can be used to power an Arduino UNO. Below is an example wiring and code snippet:
+ terminal of the power supply to the Arduino's 5V pin.- terminal of the power supply to the Arduino's GND pin.// Example code to blink an LED connected to pin 13 on the Arduino UNO
// Ensure the Arduino is powered by the Phoenix QUINT4-PS/1AC/5DC/5/PT
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 |
|---|---|---|
| "DC OK" LED is off | No AC input or incorrect wiring | Verify AC input connections and voltage. |
| Output voltage is unstable | Overload or short circuit on the output | Check the load and ensure it is within the 5 A limit. |
| Unit overheats | Poor ventilation or excessive load | Improve airflow or reduce the load. |
| No output voltage | Protection mechanism triggered | Disconnect the load, power cycle the unit, and reconnect. |
Can this power supply be used with 12 V DC input?
What happens if the load exceeds 5 A?
Is the unit suitable for outdoor use?
Can I use this power supply to charge batteries?
By following this documentation, users can safely and effectively integrate the Phoenix QUINT4-PS/1AC/5DC/5/PT into their industrial or hobbyist projects.