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

How to Use Contactor: Examples, Pinouts, and Specs

Image of Contactor
Cirkit Designer LogoDesign with Contactor in Cirkit Designer

Introduction

A contactor is an electrically controlled switch designed to handle high-current power circuits. Unlike standard relays, contactors are specifically engineered for applications requiring frequent switching and high current capacity. Manufactured by TE Connectivity, the Contactor Main is a robust and reliable solution for industrial and commercial power control needs.

Explore Projects Built with Contactor

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 Contactor 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 Contactor 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
Arduino UNO Controlled PIR Motion Sensor with Relay and Contactor for 220V Fan Automation
Image of ultrasonic sensor , relay and aurdino circuit diagram : A project utilizing Contactor in a practical application
This circuit is designed to detect motion using an HC-SR501 PIR motion sensor and control a 220V fan via a magnetic contactor, with an Arduino UNO as the central processing unit. The Arduino is powered by a DC to DC boost converter connected to a 240V power source through a circuit breaker for safety. Upon detection of motion, the Arduino triggers a relay that activates the magnetic contactor, which in turn powers the fan.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered Light-Activated Relay Circuit with Photocell and Transistor
Image of darshan: A project utilizing Contactor in a practical application
This circuit is a light-sensitive relay switch that uses a photocell (LDR) to control a 12V relay via a BC547 transistor. The relay is powered by a 12V battery, and the transistor acts as a switch that is triggered by the resistance change in the LDR, which is influenced by the ambient light level.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Contactor

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 Contactor 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 Contactor 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 ultrasonic sensor , relay and aurdino circuit diagram : A project utilizing Contactor in a practical application
Arduino UNO Controlled PIR Motion Sensor with Relay and Contactor for 220V Fan Automation
This circuit is designed to detect motion using an HC-SR501 PIR motion sensor and control a 220V fan via a magnetic contactor, with an Arduino UNO as the central processing unit. The Arduino is powered by a DC to DC boost converter connected to a 240V power source through a circuit breaker for safety. Upon detection of motion, the Arduino triggers a relay that activates the magnetic contactor, which in turn powers the fan.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of darshan: A project utilizing Contactor in a practical application
Battery-Powered Light-Activated Relay Circuit with Photocell and Transistor
This circuit is a light-sensitive relay switch that uses a photocell (LDR) to control a 12V relay via a BC547 transistor. The relay is powered by a 12V battery, and the transistor acts as a switch that is triggered by the resistance change in the LDR, which is influenced by the ambient light level.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Motor control in industrial machinery
  • Lighting control in commercial buildings
  • HVAC systems
  • Power distribution and automation systems
  • Renewable energy systems (e.g., solar inverters)

Technical Specifications

Key Technical Details

  • Manufacturer: TE Connectivity
  • Part ID: Contactor Main
  • Rated Voltage: 24V DC (coil voltage)
  • Rated Current: Up to 100A (depending on the model)
  • Contact Configuration: Normally Open (NO) or Normally Closed (NC)
  • Insulation Voltage: 690V AC
  • Operating Temperature Range: -25°C to +70°C
  • Mechanical Life: 10 million operations
  • Electrical Life: 1 million operations (at rated load)

Pin Configuration and Descriptions

The Contactor Main typically has the following pin configuration:

Pin Number Label Description
1 A1 Coil positive terminal (24V DC input)
2 A2 Coil negative terminal (ground)
3 L1 Power input terminal (phase 1)
4 L2 Power input terminal (phase 2)
5 L3 Power input terminal (phase 3)
6 T1 Power output terminal (phase 1)
7 T2 Power output terminal (phase 2)
8 T3 Power output terminal (phase 3)
9 Auxiliary NO Auxiliary contact, Normally Open (used for control or feedback circuits)
10 Auxiliary NC Auxiliary contact, Normally Closed (used for control or feedback circuits)

Usage Instructions

How to Use the Contactor in a Circuit

  1. Power the Coil:

    • Connect the coil terminals (A1 and A2) to a 24V DC power source. Ensure proper polarity.
    • When the coil is energized, the contactor will close or open the main power circuit, depending on its configuration.
  2. Connect the Power Circuit:

    • Connect the input power lines to terminals L1, L2, and L3.
    • Connect the load (e.g., motor, lighting system) to terminals T1, T2, and T3.
    • Ensure the current and voltage ratings of the contactor match the load requirements.
  3. Use Auxiliary Contacts (Optional):

    • Auxiliary contacts (NO and NC) can be used for control or feedback purposes in automation systems.
    • For example, connect the NO contact to an indicator light to show when the contactor is active.
  4. Safety Precautions:

    • Always disconnect power before wiring or servicing the contactor.
    • Use proper insulation and grounding to prevent electrical hazards.
    • Verify the contactor's ratings to ensure compatibility with your application.

Arduino UNO Example Code

The Contactor Main can be controlled using an Arduino UNO. Below is an example of how to control the contactor using a digital output pin and a relay module (to handle the 24V DC coil voltage).

// Arduino code to control a contactor using a relay module
const int relayPin = 7; // Digital pin connected to the relay module

void setup() {
  pinMode(relayPin, OUTPUT); // Set the relay pin as an output
  digitalWrite(relayPin, LOW); // Ensure the relay is off at startup
}

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

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

Note:

  • Use a relay module capable of switching 24V DC to control the contactor coil.
  • Ensure the Arduino's power supply and the relay module are properly grounded.

Important Considerations and Best Practices

  • Voltage Matching: Ensure the coil voltage (24V DC) matches the power supply.
  • Load Ratings: Verify that the contactor's current and voltage ratings are suitable for the load.
  • Heat Dissipation: Install the contactor in a well-ventilated area to prevent overheating.
  • Noise Suppression: Use a snubber circuit or flyback diode across the coil terminals to suppress voltage spikes.

Troubleshooting and FAQs

Common Issues and Solutions

Issue Possible Cause Solution
Contactor does not activate Coil not receiving power Check the power supply and ensure proper connections to A1 and A2 terminals.
Contactor buzzes or vibrates Insufficient coil voltage Verify the coil voltage is 24V DC and stable.
Overheating during operation Overloaded or poor ventilation Ensure the load does not exceed the contactor's rated current. Improve airflow.
Auxiliary contacts not working Incorrect wiring or damaged contacts Verify wiring and test the auxiliary contacts for continuity.
Frequent contactor failure Excessive switching or improper load handling Use a contactor with higher ratings or reduce switching frequency.

FAQs

  1. Can the contactor handle DC loads?

    • The Contactor Main is primarily designed for AC loads. For DC loads, consult the manufacturer for specific models.
  2. What is the difference between a contactor and a relay?

    • A contactor is designed for high-current applications, while a relay is typically used for low-current control circuits.
  3. How do I know if the contactor is working?

    • You can check the auxiliary NO contact for continuity when the coil is energized. Additionally, listen for a clicking sound when the contactor operates.
  4. Can I use the contactor in outdoor environments?

    • The Contactor Main is not weatherproof. Use an appropriate enclosure for outdoor applications.

By following this documentation, you can effectively integrate the Contactor Main into your power control systems while ensuring safe and reliable operation.