

The Stromverteiler 12 A (2x4), manufactured by A.T. Shop s.r.o. - Onpira (Part ID: EAN 722699192599), is a compact and efficient power distribution block designed for distributing electrical power to multiple circuits or devices. It features two sets of four terminals, allowing for easy and organized power distribution in various applications.
This component is ideal for use in:
Its robust design and 12 A current rating make it suitable for low- to medium-power applications, ensuring reliable performance in demanding environments.








| Parameter | Specification |
|---|---|
| Manufacturer | A.T. Shop s.r.o. - Onpira |
| Part ID | EAN 722699192599 |
| Current Rating | 12 A |
| Voltage Rating | Up to 48 V DC / 250 V AC |
| Terminal Configuration | 2 sets of 4 terminals (2x4) |
| Terminal Type | Screw terminals |
| Material | High-quality plastic and metal |
| Dimensions | 80 mm x 40 mm x 25 mm (approx.) |
| Mounting | Screw-mountable base |
| Operating Temperature | -20°C to +70°C |
The Stromverteiler 12 A (2x4) features two sets of four screw terminals. Each set is electrically isolated, allowing for flexible power distribution.
| Terminal Group | Terminal Number | Description |
|---|---|---|
| Group 1 | 1 | Positive input/output terminal |
| 2 | Positive input/output terminal | |
| 3 | Positive input/output terminal | |
| 4 | Positive input/output terminal | |
| Group 2 | 5 | Negative input/output terminal |
| 6 | Negative input/output terminal | |
| 7 | Negative input/output terminal | |
| 8 | Negative input/output terminal |
The Stromverteiler 12 A (2x4) can be used to power an Arduino UNO and other peripherals. Below is an example setup:
Here is an example Arduino code snippet for controlling a motor connected to the Stromverteiler:
// Example Arduino code for controlling a motor
const int motorPin = 9; // PWM pin connected to motor driver
void setup() {
pinMode(motorPin, OUTPUT); // Set motor pin as output
}
void loop() {
analogWrite(motorPin, 128); // Set motor speed to 50% (PWM value: 128)
delay(5000); // Run motor for 5 seconds
analogWrite(motorPin, 0); // Stop motor
delay(2000); // Wait for 2 seconds before restarting
}
| Issue | Possible Cause | Solution |
|---|---|---|
| Overheating of terminals | Exceeding the 12 A current limit | Reduce the load or use a higher-rated distribution block. |
| Loose connections | Screws not tightened properly | Ensure all screws are securely tightened. |
| Devices not receiving power | Incorrect wiring or polarity | Double-check all connections and ensure correct polarity. |
| Short circuit | Exposed wires or incorrect connections | Insulate all wires and verify connections. |
Q1: Can this component be used with AC power?
A1: Yes, the Stromverteiler 12 A (2x4) supports AC power up to 250 V, but ensure proper insulation and safety precautions.
Q2: What is the maximum wire size that fits the terminals?
A2: The terminals can accommodate wires up to 12 AWG in size.
Q3: Can I use this component outdoors?
A3: The Stromverteiler is not weatherproof. Use it in a dry, indoor environment or within a weatherproof enclosure.
Q4: Is it safe to connect multiple power sources to this component?
A4: No, connecting multiple power sources to the same terminal group can cause conflicts or damage. Use a single power source per group.
This concludes the documentation for the Stromverteiler 12 A (2x4). For further assistance, refer to the manufacturer's guidelines or contact technical support.