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

How to Use 3 phase supply: Examples, Pinouts, and Specs

Image of 3 phase supply
Cirkit Designer LogoDesign with 3 phase supply in Cirkit Designer

Introduction

A 3 phase supply is an electrical power system that uses three alternating currents, each phase offset by 120 degrees. This configuration provides a more efficient and stable power distribution compared to single-phase systems. It is widely used in industrial and commercial applications due to its ability to deliver consistent power to heavy machinery and equipment. Additionally, 3 phase systems are known for their reduced energy losses and ability to handle higher loads.

Explore Projects Built with 3 phase supply

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Battery-Powered UPS with Step-Down Buck Converter and BMS
Image of Mini ups: A project utilizing 3 phase supply in a practical application
This circuit is a power management system that steps down a 240V AC input to a lower DC voltage using a buck converter, which then powers a 40W UPS. The UPS is controlled by a rocker switch and is backed up by a battery management system (BMS) connected to three 3.7V batteries in series, ensuring continuous power supply.
Cirkit Designer LogoOpen Project in Cirkit Designer
Dual 5V Power Supply Distribution Circuit with Toggle Switch Control
Image of rfdriver: A project utilizing 3 phase supply in a practical application
This circuit consists of two 5V 5A power supplies connected to an AC wall plug point, providing DC output through a 12-way connector. The ground connections from both power supplies are interconnected and also connected to the ground pins of two toggle switches. The DC outputs from the power supplies are separately connected to different pins on the 12-way connector, with each power supply output being switchable via one of the toggle switches.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32-Based Energy Monitoring and Control System with RS485 Communication
Image of ENERGY METER USING ESP-NOW: A project utilizing 3 phase supply in a practical application
This is a smart energy monitoring system consisting of three single-phase energy meters, each connected to an AC power supply and an AC bulb to measure energy consumption. The energy meters are interfaced with ESP32 microcontrollers through RS485 modules, indicating a setup for data acquisition and possibly remote communication, although the specific embedded functionality is not provided.
Cirkit Designer LogoOpen Project in Cirkit Designer
AC to DC Power Supply with Voltage Regulation and LED Indicator
Image of Copy of 8 volt AC to DC convertor (1): A project utilizing 3 phase supply in a practical application
This circuit is a basic AC to DC power supply with voltage regulation. It includes a transformer to step down the AC voltage, a bridge rectifier made of 1N4007 diodes to convert AC to DC, an electrolytic capacitor for smoothing, and a voltage regulator to provide a stable DC output. An LED with a current-limiting resistor indicates the presence of the output voltage.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with 3 phase supply

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 Mini ups: A project utilizing 3 phase supply in a practical application
Battery-Powered UPS with Step-Down Buck Converter and BMS
This circuit is a power management system that steps down a 240V AC input to a lower DC voltage using a buck converter, which then powers a 40W UPS. The UPS is controlled by a rocker switch and is backed up by a battery management system (BMS) connected to three 3.7V batteries in series, ensuring continuous power supply.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of rfdriver: A project utilizing 3 phase supply in a practical application
Dual 5V Power Supply Distribution Circuit with Toggle Switch Control
This circuit consists of two 5V 5A power supplies connected to an AC wall plug point, providing DC output through a 12-way connector. The ground connections from both power supplies are interconnected and also connected to the ground pins of two toggle switches. The DC outputs from the power supplies are separately connected to different pins on the 12-way connector, with each power supply output being switchable via one of the toggle switches.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of ENERGY METER USING ESP-NOW: A project utilizing 3 phase supply in a practical application
ESP32-Based Energy Monitoring and Control System with RS485 Communication
This is a smart energy monitoring system consisting of three single-phase energy meters, each connected to an AC power supply and an AC bulb to measure energy consumption. The energy meters are interfaced with ESP32 microcontrollers through RS485 modules, indicating a setup for data acquisition and possibly remote communication, although the specific embedded functionality is not provided.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Copy of 8 volt AC to DC convertor (1): A project utilizing 3 phase supply in a practical application
AC to DC Power Supply with Voltage Regulation and LED Indicator
This circuit is a basic AC to DC power supply with voltage regulation. It includes a transformer to step down the AC voltage, a bridge rectifier made of 1N4007 diodes to convert AC to DC, an electrolytic capacitor for smoothing, and a voltage regulator to provide a stable DC output. An LED with a current-limiting resistor indicates the presence of the output voltage.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Powering industrial motors and heavy machinery
  • Commercial HVAC systems
  • Data centers and server farms
  • High-power lighting systems
  • Renewable energy systems (e.g., wind turbines, solar inverters)
  • Electric vehicle charging stations

Technical Specifications

Key Technical Details

Parameter Specification
Voltage (Line-to-Line) Typically 208V, 400V, or 480V
Voltage (Line-to-Neutral) Typically 120V, 230V, or 277V
Frequency 50 Hz or 60 Hz
Number of Phases 3
Phase Angle Difference 120°
Power Factor Typically 0.8 to 1.0 (depending on load)
Maximum Load Capacity Varies based on system design

Pin Configuration and Descriptions

A 3 phase supply typically consists of three live wires (phases) and one neutral wire. In some cases, a ground wire is also included for safety.

Pin Name Description
Phase 1 (L1) First live wire carrying alternating current
Phase 2 (L2) Second live wire carrying alternating current
Phase 3 (L3) Third live wire carrying alternating current
Neutral (N) Provides a return path for current
Ground (G) Safety connection to prevent electrical hazards

Usage Instructions

How to Use the Component in a Circuit

  1. Understand the Voltage and Frequency Requirements: Ensure that the equipment or load connected to the 3 phase supply matches the voltage and frequency of the supply.
  2. Connect the Phases: Connect the three live wires (L1, L2, L3) to the corresponding terminals of the load or equipment.
  3. Neutral Connection: If required, connect the neutral wire to the neutral terminal of the load.
  4. Grounding: Always connect the ground wire to the equipment's grounding terminal to ensure safety.
  5. Check Phase Sequence: Use a phase sequence meter to verify the correct phase order (L1, L2, L3). Incorrect phase sequence can cause motors to run in reverse.
  6. Power On: Once all connections are secure, switch on the power supply and monitor the system for proper operation.

Important Considerations and Best Practices

  • Safety First: Always turn off the power supply before making or modifying connections.
  • Load Balancing: Distribute the load evenly across all three phases to prevent overloading a single phase.
  • Use Proper Tools: Use a multimeter or phase sequence meter to verify voltage levels and phase order.
  • Circuit Protection: Install circuit breakers or fuses to protect the system from overcurrent or short circuits.
  • Compliance: Ensure all installations comply with local electrical codes and standards.

Example: Connecting a 3 Phase Motor to an Arduino UNO

While an Arduino UNO cannot directly handle a 3 phase supply, it can be used to control a 3 phase motor via a motor driver or inverter. Below is an example of Arduino code to control a 3 phase motor using a PWM signal.

// Example: Controlling a 3 phase motor with Arduino UNO
// This code generates PWM signals to control a motor driver or inverter.
// Ensure proper isolation between Arduino and the high-voltage 3 phase system.

const int pwmPin1 = 9; // PWM output for Phase 1
const int pwmPin2 = 10; // PWM output for Phase 2
const int pwmPin3 = 11; // PWM output for Phase 3

void setup() {
  pinMode(pwmPin1, OUTPUT); // Set Phase 1 pin as output
  pinMode(pwmPin2, OUTPUT); // Set Phase 2 pin as output
  pinMode(pwmPin3, OUTPUT); // Set Phase 3 pin as output
}

void loop() {
  // Generate PWM signals with a phase shift of 120 degrees
  analogWrite(pwmPin1, 128); // 50% duty cycle for Phase 1
  delay(2); // Approximate phase shift for 120 degrees
  analogWrite(pwmPin2, 128); // 50% duty cycle for Phase 2
  delay(2); // Approximate phase shift for 120 degrees
  analogWrite(pwmPin3, 128); // 50% duty cycle for Phase 3
  delay(2); // Repeat the cycle
}

Note: This is a simplified example. For real-world applications, use a dedicated motor driver or inverter to handle the high voltage and current of a 3 phase motor.

Troubleshooting and FAQs

Common Issues Users Might Face

  1. Incorrect Phase Sequence: Motors may run in reverse or fail to start.
    • Solution: Use a phase sequence meter to verify and correct the phase order.
  2. Uneven Load Distribution: One phase may carry more load than others, causing overheating.
    • Solution: Balance the load across all three phases.
  3. Voltage Imbalance: Voltage levels between phases are not equal.
    • Solution: Check the power source and connections for faults or loose wires.
  4. No Power Output: Equipment does not receive power.
    • Solution: Verify all connections, circuit breakers, and fuses.

Solutions and Tips for Troubleshooting

  • Use Proper Tools: Always use a multimeter, clamp meter, or phase sequence meter for diagnostics.
  • Inspect Connections: Ensure all wires are securely connected and free from damage.
  • Check Circuit Protection: Verify that circuit breakers and fuses are functioning correctly.
  • Consult Documentation: Refer to the equipment's manual for specific troubleshooting steps.

By following this documentation, users can safely and effectively utilize a 3 phase supply for their applications.