Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use Kontaktor 1: Examples, Pinouts, and Specs

Image of Kontaktor 1
Cirkit Designer LogoDesign with Kontaktor 1 in Cirkit Designer

Introduction

The Kontaktor 1, manufactured by Schneider (Part ID: High Volt), is an electrically controlled switch designed for switching power circuits. Unlike standard relays, contactors are specifically engineered to handle higher currents, making them ideal for industrial and motor control applications. This robust component is widely used in automation systems, HVAC systems, and heavy machinery to control high-power loads safely and efficiently.

Explore Projects Built with Kontaktor 1

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Electromechanical Pump Control Circuit with Emergency Stop
Image of Pelton.: A project utilizing Kontaktor 1 in a practical application
This circuit is designed to control a pump using a contactor that is manually operated by a switch and can be overridden by an emergency stop. The contactor enables power from an AC power outlet to the pump, and the emergency stop can interrupt the power circuit for safety purposes.
Cirkit Designer LogoOpen Project in Cirkit Designer
Industrial Power Distribution and Safety Control System
Image of Control Diagram: A project utilizing Kontaktor 1 in a practical application
This circuit is designed for power distribution and safety control in an industrial setting. It features a main isolator and circuit breaker for power management, multiple PSUs for 5V, 12V, and 24V outputs, and a safety relay system that interfaces with E-stop buttons and a start switch to control a main contactor, ensuring safe operation and emergency power cut-off capabilities.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered Touch-Activated Relay with Buzzer
Image of EXP-17 E : A project utilizing Kontaktor 1 in a practical application
This circuit uses a metal touch sensor to control a 1-channel relay, which in turn activates a piezo buzzer. The relay and sensor are powered by a 3.7V power source, and the touch sensor's output is connected to the relay's input to trigger the buzzer when touched.
Cirkit Designer LogoOpen Project in Cirkit Designer
240V to 12V Power Conversion Circuit with Stopkontak
Image of daya PLN: A project utilizing Kontaktor 1 in a practical application
This circuit converts a 240V AC power source to a 12V DC output using a 12V adapter. The 240V AC power source is connected to a stopkontak, which then supplies the 12V adapter with the necessary AC voltage to produce a 12V DC output.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Kontaktor 1

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of Pelton.: A project utilizing Kontaktor 1 in a practical application
Electromechanical Pump Control Circuit with Emergency Stop
This circuit is designed to control a pump using a contactor that is manually operated by a switch and can be overridden by an emergency stop. The contactor enables power from an AC power outlet to the pump, and the emergency stop can interrupt the power circuit for safety purposes.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Control Diagram: A project utilizing Kontaktor 1 in a practical application
Industrial Power Distribution and Safety Control System
This circuit is designed for power distribution and safety control in an industrial setting. It features a main isolator and circuit breaker for power management, multiple PSUs for 5V, 12V, and 24V outputs, and a safety relay system that interfaces with E-stop buttons and a start switch to control a main contactor, ensuring safe operation and emergency power cut-off capabilities.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of EXP-17 E : A project utilizing Kontaktor 1 in a practical application
Battery-Powered Touch-Activated Relay with Buzzer
This circuit uses a metal touch sensor to control a 1-channel relay, which in turn activates a piezo buzzer. The relay and sensor are powered by a 3.7V power source, and the touch sensor's output is connected to the relay's input to trigger the buzzer when touched.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of daya PLN: A project utilizing Kontaktor 1 in a practical application
240V to 12V Power Conversion Circuit with Stopkontak
This circuit converts a 240V AC power source to a 12V DC output using a 12V adapter. The 240V AC power source is connected to a stopkontak, which then supplies the 12V adapter with the necessary AC voltage to produce a 12V DC output.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications

  • Motor control in industrial machinery
  • HVAC systems for switching compressors and fans
  • Lighting control in large-scale installations
  • Power distribution systems
  • Renewable energy systems (e.g., solar inverters)

Technical Specifications

Key Technical Details

Parameter Value
Manufacturer Schneider
Part ID High Volt
Rated Voltage 24V DC (coil voltage)
Rated Current 40A (main contacts)
Number of Poles 3P (Three-pole contactor)
Contact Configuration Normally Open (NO)
Operating Temperature -25°C to +60°C
Mechanical Durability 10 million operations
Electrical Durability 1 million operations
Mounting Type DIN Rail or Panel Mount

Pin Configuration and Descriptions

The Kontaktor 1 has a straightforward pin layout for both the control coil and the main power contacts. Below is the pin configuration:

Control Coil Terminals

Pin Number Label Description
A1 + Positive terminal for the coil
A2 - Negative terminal for the coil

Main Power Contacts

Pin Number Label Description
L1 IN1 Input for phase 1 of the power circuit
L2 IN2 Input for phase 2 of the power circuit
L3 IN3 Input for phase 3 of the power circuit
T1 OUT1 Output for phase 1 of the power circuit
T2 OUT2 Output for phase 2 of the power circuit
T3 OUT3 Output for phase 3 of the power circuit

Usage Instructions

How to Use the Kontaktor 1 in a Circuit

  1. Power the Coil: Connect the control voltage (24V DC) to the A1 and A2 terminals. Ensure the polarity is correct.
  2. Connect the Load: Wire the high-power load (e.g., motor, lighting system) to the main power contacts (L1, L2, L3 for input and T1, T2, T3 for output).
  3. Control the Contactor: Use a low-power control circuit (e.g., a switch, PLC, or microcontroller) to energize the coil and activate the contactor.
  4. Ensure Proper Mounting: Secure the contactor on a DIN rail or panel mount for stable operation.

Important Considerations and Best Practices

  • Overcurrent Protection: Always use appropriate fuses or circuit breakers to protect the contactor and connected load.
  • Avoid Coil Overvoltage: Ensure the control voltage does not exceed the rated 24V DC to prevent coil damage.
  • Use Surge Suppressors: Install surge suppressors or snubber circuits across the coil terminals to reduce voltage spikes during deactivation.
  • Check Contact Ratings: Verify that the contactor's current and voltage ratings match the requirements of your load.
  • Regular Maintenance: Periodically inspect the contactor for wear and tear, especially in high-duty-cycle applications.

Example: Connecting Kontaktor 1 to an Arduino UNO

The Kontaktor 1 can be controlled using an Arduino UNO. Below is an example circuit and code to toggle the contactor using a digital output pin.

Circuit Setup

  1. Connect the A1 terminal of the contactor to the Arduino's digital pin (e.g., D8) through a transistor and a flyback diode.
  2. Connect the A2 terminal to the ground (GND) of the Arduino.
  3. Use an external 24V DC power supply for the contactor coil.

Arduino Code

// Define the pin connected to the contactor's control circuit
const int contactorPin = 8;

void setup() {
  // Set the contactor pin as an output
  pinMode(contactorPin, OUTPUT);
}

void loop() {
  // Activate the contactor
  digitalWrite(contactorPin, HIGH);
  delay(5000); // Keep the contactor ON for 5 seconds

  // Deactivate the contactor
  digitalWrite(contactorPin, LOW);
  delay(5000); // Keep the contactor OFF for 5 seconds
}

Troubleshooting and FAQs

Common Issues and Solutions

Issue Possible Cause Solution
Contactor does not activate No control voltage at A1 and A2 Check the control circuit and power supply
Coil overheating Overvoltage or prolonged activation Verify the control voltage and duty cycle
Contacts not closing properly Worn or damaged contacts Inspect and replace the contactor if needed
Excessive noise during operation Loose mounting or electrical interference Tighten mounting screws and check wiring

FAQs

Q1: Can the Kontaktor 1 handle DC loads?
A1: Yes, but ensure the load current and voltage are within the contactor's DC rating. Consult the datasheet for specific DC load ratings.

Q2: How do I reduce arcing on the contacts?
A2: Use arc suppression devices, such as RC snubber circuits or varistors, to minimize arcing during switching.

Q3: Can I use the Kontaktor 1 in outdoor environments?
A3: The contactor is not weatherproof. Use an appropriate enclosure to protect it from moisture and dust.

Q4: What is the lifespan of the Kontaktor 1?
A4: The mechanical durability is rated at 10 million operations, while the electrical durability is rated at 1 million operations under normal conditions.