

The 6 Channel DIN Fused DC Distribution unit is a versatile and reliable component designed to manage and distribute DC power across six independent channels. Each channel is equipped with a built-in fuse to provide overcurrent protection, ensuring the safety and longevity of connected devices. This unit is typically mounted on a DIN rail, making it ideal for use in industrial control panels, automation systems, and other electrical installations requiring organized and protected DC power distribution.








The following table outlines the key technical details of the 6 Channel DIN Fused DC Distribution unit:
| Parameter | Specification |
|---|---|
| Input Voltage Range | 12V DC to 48V DC |
| Maximum Current per Channel | 10A |
| Total Maximum Current | 60A (shared across all channels) |
| Fuse Type | Standard blade fuses (e.g., ATC/ATO) |
| Fuse Rating per Channel | User-replaceable, up to 10A |
| Mounting Type | DIN rail (35mm standard) |
| Operating Temperature Range | -20°C to +70°C |
| Dimensions (L x W x H) | 100mm x 80mm x 60mm |
| Weight | 250g |
The unit features screw terminals for input and output connections. The pin configuration is as follows:
| Terminal | Description |
|---|---|
| Input (+) | Positive DC input terminal |
| Input (-) | Negative DC input terminal (ground) |
| Output 1 (+) | Positive output for Channel 1 |
| Output 1 (-) | Negative output for Channel 1 (shared ground) |
| Output 2 (+) | Positive output for Channel 2 |
| Output 2 (-) | Negative output for Channel 2 (shared ground) |
| Output 3 (+) | Positive output for Channel 3 |
| Output 3 (-) | Negative output for Channel 3 (shared ground) |
| Output 4 (+) | Positive output for Channel 4 |
| Output 4 (-) | Negative output for Channel 4 (shared ground) |
| Output 5 (+) | Positive output for Channel 5 |
| Output 5 (-) | Negative output for Channel 5 (shared ground) |
| Output 6 (+) | Positive output for Channel 6 |
| Output 6 (-) | Negative output for Channel 6 (shared ground) |
Input (+) terminal.Input (-) terminal.Output (+) terminal (e.g., Output 1 (+) for Channel 1).Output (-) terminal (shared ground).The 6 Channel DIN Fused DC Distribution unit can be used to power an Arduino UNO and other peripherals. Below is an example of how to connect the unit:
Input (+) and Input (-) terminals.Output 1 (+) terminal to the VIN pin of the Arduino UNO.Output 1 (-) terminal to the GND pin of the Arduino UNO.Here is a simple Arduino sketch to blink an LED connected to the Arduino:
// This sketch blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is powered via the 6 Channel DIN Fused DC Distribution unit.
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 Power to Outputs:
Overheating:
Device Not Powering On:
Fuse Blowing Frequently:
Q: Can I use this unit with an AC power supply?
A: No, this unit is designed for DC power only. Using an AC supply may damage the unit and connected devices.
Q: What type of fuses should I use?
A: Use standard blade fuses (e.g., ATC/ATO) with a rating appropriate for the connected device, up to 10A per channel.
Q: Can I connect multiple devices to a single channel?
A: Yes, but ensure the total current draw does not exceed the channel's fuse rating or the wire's capacity.
Q: Is the unit waterproof?
A: No, the unit is not waterproof. It should be installed in a dry, protected environment.