

The TerminalBlock-04-01 is a versatile and reliable terminal block designed for securely connecting multiple wires together. It provides a convenient and organized solution for managing electrical connections in a wide range of applications. This component is particularly useful in industrial control systems, home automation, and prototyping projects where clean and secure wiring is essential.








The TerminalBlock-04-01 is designed to handle low to medium voltage and current levels, making it suitable for a variety of electrical and electronic applications.
| Parameter | Value |
|---|---|
| Number of Terminals | 4 |
| Rated Voltage | 300V AC/DC |
| Rated Current | 15A |
| Wire Size Compatibility | 22-12 AWG |
| Material | Flame-retardant thermoplastic |
| Mounting Type | Screw-down or PCB mount |
| Operating Temperature | -40°C to +105°C |
The TerminalBlock-04-01 features four terminals, each designed to connect a single wire. The terminals are secured using screws, ensuring a firm and reliable connection.
| Terminal Number | Description |
|---|---|
| 1 | Input/Output wire connection point |
| 2 | Input/Output wire connection point |
| 3 | Input/Output wire connection point |
| 4 | Input/Output wire connection point |
The TerminalBlock-04-01 can be used to connect external components, such as sensors or actuators, to an Arduino UNO. Below is an example of wiring an LED through the terminal block.
// Example code to blink an LED connected via TerminalBlock-04-01
const int ledPin = 13; // Pin connected to the terminal block
void setup() {
pinMode(ledPin, OUTPUT); // Set the pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
Q: Can I use the TerminalBlock-04-01 for high-voltage applications?
A: No, the terminal block is rated for a maximum of 300V. For high-voltage applications, use a terminal block with a higher voltage rating.
Q: Is the TerminalBlock-04-01 suitable for outdoor use?
A: The terminal block is not specifically designed for outdoor use. If used outdoors, ensure it is housed in a weatherproof enclosure.
Q: Can I connect multiple wires to a single terminal?
A: It is not recommended to connect multiple wires to a single terminal, as this may compromise the connection's reliability and safety.
By following these guidelines and best practices, you can effectively use the TerminalBlock-04-01 in your projects for secure and organized wiring.