

The Siemens Schütz (part number: 3RT2017-1AB01) is a high-quality contactor designed for controlling and switching high-power electrical devices. Manufactured by Siemens, this component is widely used in industrial automation, motor control, and power distribution systems. It operates as an electrically controlled switch, allowing a low-power control signal to manage high-power loads safely and efficiently.








The Siemens Schütz (3RT2017-1AB01) is engineered to meet demanding industrial requirements. Below are its key technical details:
| Parameter | Value |
|---|---|
| Manufacturer | Siemens |
| Part Number | 3RT2017-1AB01 |
| Type | Contactor (Schütz) |
| Rated Operational Voltage | 690 V AC |
| Rated Operational Current | 9 A (AC-3) |
| Coil Voltage | 24 V DC |
| Frequency | 50/60 Hz |
| Number of Poles | 3 (Three-phase) |
| Auxiliary Contacts | 1 NO (Normally Open) |
| Mechanical Durability | 10 million operations |
| Electrical Durability | 1 million operations (AC-3) |
| Mounting Type | DIN Rail or Screw Mount |
| Operating Temperature Range | -25°C to +60°C |
| Dimensions (H x W x D) | 77 mm x 45 mm x 86 mm |
| Weight | Approx. 0.4 kg |
The Siemens Schütz has terminals for both the main power circuit and the control circuit. Below is the pin configuration:
| Terminal Label | Description |
|---|---|
| L1, L2, L3 | Input terminals for three-phase power supply |
| T1, T2, T3 | Output terminals to the load |
| Terminal Label | Description |
|---|---|
| A1 | Positive terminal for the control coil (24 V DC) |
| A2 | Negative terminal for the control coil (0 V) |
| Terminal Label | Description |
|---|---|
| 13, 14 | Normally Open (NO) auxiliary contact for signaling or interlocking |
Power Connections:
Control Circuit:
Auxiliary Contacts:
Mounting:
The Siemens Schütz can be controlled using an Arduino UNO by interfacing the control coil with a relay module or transistor circuit. Below is an example Arduino code to control the Schütz:
// Arduino code to control Siemens Schütz (3RT2017-1AB01)
// Ensure a relay module or transistor circuit is used to drive the 24 V DC coil.
const int controlPin = 7; // Pin connected to the relay module or transistor base
void setup() {
pinMode(controlPin, OUTPUT); // Set the control pin as an output
digitalWrite(controlPin, LOW); // Initialize the pin to LOW (Schütz OFF)
}
void loop() {
digitalWrite(controlPin, HIGH); // Turn ON the Schütz
delay(5000); // Keep it ON for 5 seconds
digitalWrite(controlPin, LOW); // Turn OFF the Schütz
delay(5000); // Keep it OFF for 5 seconds
}
Note: Use a relay module or transistor circuit to interface the Arduino with the Schütz, as the Arduino cannot directly supply the required 24 V DC for the control coil.
Schütz Does Not Activate:
Overheating of Terminals:
Load Does Not Operate:
Auxiliary Contact Not Functioning:
Q: Can the Schütz be used with a single-phase load?
Q: Is the Schütz suitable for DC loads?
Q: Can I use the Schütz in outdoor environments?
Q: How do I test the Schütz?
This documentation provides a comprehensive guide to understanding, using, and troubleshooting the Siemens Schütz (3RT2017-1AB01). For further assistance, refer to the Siemens technical support team or product datasheet.