Share this

Design of a three-phase half-controlled rectifier circuit for a microcontroller chip

2026-04-06 07:31:22 · · #1
Rectifier circuits are widely used in DC motor speed control, DC voltage regulation, and other applications. The three-phase semi-controlled rectifier bridge circuit is a common type of rectifier circuit, known for its ease of control and low cost. This paper introduces a three-phase semi-controlled rectifier circuit based on a PIC690 microcontroller and a dedicated integrated trigger chip TC787. It combines the advantages of a dedicated integrated trigger chip and a digital trigger, achieving high performance and highly symmetrical trigger pulses. It fully utilizes the microcontroller's internal resources, integrating phase sequence adaptation, online system parameter adjustment, and various protection functions, and can be used for constant voltage control of the load. The main circuit adopts a three-phase semi-controlled bridge structure, with an LC filter structure on the DC side to improve the output voltage quality. System Overall Design This system uses a PIC690 microcontroller as the main control chip and thyristors as the main switching devices. The design aims to maintain a stable DC output voltage, low output voltage ripple, low THD of the AC output current, and reliable performance. The main circuits of the system include: a three-phase bridge semi-controlled rectifier circuit, a synchronous signal sampling circuit, a microcontroller control circuit, and a thyristor trigger circuit. First, the synchronization signal is obtained by the synchronization signal sampling circuit and sent to the integrated trigger chip TC787. After zero detection, a corresponding delay is performed to achieve phase shift. The ADC in the microcontroller is responsible for acquiring the DC bus voltage. Based on the deviation between the set value and the actual value of the voltage, the given output is adjusted by PI calculation. The PIC microcontroller outputs the reference value of the voltage to the TC787, which implements phase shift triggering of the thyristor to achieve rectification and voltage regulation. The overall block diagram of the hardware circuit is shown in Figure 1. [img=300,210]http://cms.cn50hz.com/files/RemoteFiles/20081225/274714001.jpg[/img] Figure 1 Overall block diagram of system hardware Main circuit design The main circuit adopts a three-phase bridge semi-controlled rectifier circuit, and the DC measurement adopts an LC filter current structure. The main current schematic diagram is shown in Figure 2. The semi-controlled bridge uses the SEMIKRON SKDH146/120-L100 module, which has a rated current of 140A and a rated voltage of 1200V. An LC filter circuit structure is used on the DC side, which is more effective than a single capacitor filter. Furthermore, it can improve the THD of the AC input current. The main harmonic content on the DC side is 6 times the power frequency and integer multiples of 6. When designing the LC low-pass filter, resonance caused by high harmonic content should be avoided. In this design, an inductor of 5mH and a filter capacitor of 480μF are selected. [img=300,166]http://cms.cn50hz.com/files/RemoteFiles/20081225/274714002.jpg[/img] Figure 2 Main circuit structure. The three-phase voltage obtained from the power grid is shaped by the synchronization circuit and then sent to pins 18AT, 2BT, and 1CT of the integrated trigger chip TC787. The TC787 integrates three zero-crossing and polarity detection units, three sawtooth wave forming units, three comparators, one pulse generator, one anti-interference lockout circuit, and one pulse distribution and drive circuit. It provides digital input to the phase-shift control voltage and can automatically identify the phase sequence. Control Circuit Design : The PIC16F690 is used as the control chip. The PIC16F690 microcontroller has a built-in 10-bit AD converter; wide operating voltage (2.0~5.5V); low power consumption; PWM output function; and an internal crystal oscillator. The built-in 10-bit AD converter is used to perform AD conversion on the acquired DC-side voltage. To reduce hardware costs, a voltage divider resistor is used instead of a voltage sensor to acquire the DC-side voltage. The voltage across the voltage divider resistor is fed to the microcontroller through two inverting proportional circuits. The microcontroller's analog ground and signal ground are directly connected (or connected via a ferrite bead to reduce interference). The PIC16F690 microcontroller enables or disables the TC787's output through an I/O port, as shown in Figure 3. When the PIC microcontroller's I/O port RC3 outputs a high level (+5V), the Lock port is low; when the microcontroller's I/O port RC3 outputs a low level, the Lock port is high (+15V). One I/O port is selected as the reference voltage input signal for the TC787. A PWM pulse method is used, and the duty cycle is adjusted to regulate the output voltage. The PWM wave, after passing through an RC low-pass filter, becomes an approximate DC signal. This signal is used as the reference voltage input Uref, with a range of 0–5V. Since the TC787 chip requires a input range of 0–15V, the PWM wave needs to be level-converted via an optocoupler, as shown in Figure 3. [img=300,159]http://cms.cn50hz.com/files/RemoteFiles/20081225/274714003.jpg[/img] Figure 3. Hardware Structure of Control Circuit. The grid voltage is input to the TC787 through a synchronous transformer. Pin 6 of the TC787 outputs a double pulse when high or a single-width pulse when low. Pins 12, 11, and 10 are the trigger output terminals A, B, and C, respectively, which are output to the thyristors through a pulse transformer. Trigger Drive Circuit Design The high-performance thyristor three-phase phase-shift trigger integrated circuit TC787 is selected as the trigger chip. The TC787 can operate with a single power supply or a dual power supply, and is mainly suitable for three-phase thyristor phase-shift triggering and three-phase power transistor pulse width modulation circuits to construct various AC speed control and converter devices. The internal structure of the TC787 is shown in Figure 4. [img=300,213]http://cms.cn50hz.com/files/RemoteFiles/20081225/274714004.jpg[/img] Figure 4 Internal Structure of TC787 Chip In this design, the TC787 uses a 15V power supply. Pin 4 (Vr): Phase Shift Control Voltage Input Terminal. The level of the input voltage at this terminal directly determines the phase shift range of the TC787/TC788 output pulse. In application, it is connected to the output of the given circuit. Pin 5 (Pi): Output Pulse Inhibition Terminal. This terminal is used to block the output of the TC787/TC788 in fault conditions. It is active high. In application, it is connected to the output of the protection circuit. Synchronization Voltage Input Terminals: Pins 1 (Vc), 2 (Vb), and 18 (Va) are the three-phase synchronization input voltage connection terminals. In application, they are connected to the filtered synchronization voltage respectively. The peak value of the synchronization voltage should not exceed the operating power supply voltage VDD of the TC787/TC788. The trigger drive circuit mainly consists of a mains voltage synchronization circuit, a TC787 integrated trigger circuit, and a pulse amplification and isolation drive circuit. Figure 5 shows the synchronization circuit and the peripheral circuit of the TC787. The first half is the voltage synchronization circuit, which requires more auxiliary components. By adjusting the three potentiometers RP1 to RP3, a phase shift of 0 to 60° can be achieved, thus adapting to the needs of different main transformer connections. In Figure 5, the midpoint of the synchronization transformer is directly connected to the (1/2) power supply voltage, simplifying the components used. Pin 4 of the TC787 outputs the given voltage (0 to +15V) of the microcontroller, and pin 6 is the trigger pulse blocking pin. Pins 10 to 12 are the trigger pulse output pins, which are connected to the isolation amplifier circuits of phases C, B, and A, respectively. [img=300,155]http://cms.cn50hz.com/files/RemoteFiles/20081225/274714005.jpg[/img] Figure 5. Synchronization Circuit and Pulse Generator Circuit Structure Diagram [img=300,125]http://cms.cn50hz.com/files/RemoteFiles/20081225/274714006.jpg[/img] Figure 6. Voltage Detection Circuit Design To reduce hardware costs, a voltage divider resistor method was used instead of a voltage sensor when designing the DC bus voltage detection circuit. This voltage divider resistor method is simple in structure and easy to debug. The circuit is shown in Figure 6. The voltage obtained through the voltage divider resistor is 1/31 of the DC bus voltage. This voltage is input to the AD1 input port of the PIC microcontroller through two inverting proportional amplifier circuits, and then converted into a digital value by the PIC microcontroller's AD conversion.
Read next

CATDOLL 108CM Sabrina (TPE Body with Soft Silicone Head)

Height: 108cm Weight: 14.5kg Shoulder Width: 26cm Bust/Waist/Hip: 51/47/59cm Oral Depth: 3-5cm Vaginal Depth: 3-13cm An...

Articles 2026-02-22
CATDOLL 108CM Bebe

CATDOLL 108CM Bebe

Articles
2026-02-22