Design and application of single chip microcomputer in thyristor trigger circuit

Publisher:灵感狂舞Latest update time:2011-09-29 Keywords:MCU Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

Design and application of single chip microcomputer in thyristor trigger circuit

This article introduces a trigger control system composed of 8031 ​​single chip microcomputer, which can realize high-resolution digital triggering. In conventional control, electronic control devices are mainly used to trigger thyristors. Due to the limitations of electronic components, this method has low resolution and sometimes causes false triggering.

In electric traction systems and electric furnace control systems, thyristor (silicon controlled rectifier) ​​components are now widely used as adjustable power supplies to power motors or electric furnaces. This control system composed of thyristors mainly adjusts the supply voltage by changing the control angle θ of the thyristor.

1 Hardware composition and principle

The system hardware composition is shown in Figure 1. It only needs to add a 16-bit timer/counter 8253 and a crystal oscillator circuit to the 8031 ​​minimum system, and a programmable RAM/IO expander 8155 with a 14-bit timer/counter to form the system circuit of the microcontroller.

1.1 θ angle timing

The control angle θ is the electrical angle that lags the natural commutation point. Under power frequency conditions, it has the following linear relationship with time tθ:

Where T is the power supply period, and θ is the control angle.

From the above formula, we can know the corresponding timing time tθ from the electrical angle θ, and the timing of the angle θ can be realized by using the timer/counter. This method of hardware timing can greatly save the online working time of the CPU.

8031 itself has two 16-bit timer/counters T0 and T1. If they are used for timing and mode 1 is selected, it is a 16-bit timer/counter mode. Because one machine cycle of the 8031 ​​microcontroller consists of 12 oscillation cycles, when working in the timing state, the counting frequency is 1/12 of the oscillation frequency, and when working in the counting state, the counting frequency is 1/24 of the oscillation frequency. Therefore, when the crystal oscillator frequency is 6MHz and mode 1 is selected for timing working state, it can be obtained:

Where T is the power frequency period, T = 20ms.

Since the maximum timing time of a 16-bit timer/counter is 65536, the maximum timing angle is:

It can be seen that the phase shift range is large when using 8031 ​​single-chip microcomputer T0 and T1 for timing, but the resolution is limited by the machine cycle of the local machine. In addition, two timers/counters are not enough for three-phase timing. Therefore, it is finally determined to use NEC8253C-2 timer/counter to realize θ angle timing. 8253 is a three-channel 16-bit timer/counter that works in minus 1 counting mode. The three channels just meet the three-phase timing, and the counting frequency is provided by the external crystal oscillator, which is not limited by the system frequency. The counting frequency is selected as 4MHz, and the resolution and maximum timing angle are:

From the above, we can see that both the resolution and the phase shift range can achieve satisfactory results.

1.2 Synchronous signal input and trigger pulse output

This system uses a three-phase synchronous circuit. The three-phase AC synchronous power supply is taken from the secondary winding of the synchronous transformer. After RC phase shift, its zero crossing point is aligned with the six natural commutation points. Then, three voltage comparators output a three-phase square wave synchronous signal with a period of 20ms and send it to P1.3~P1.5 of the single-chip microcomputer P1. Since the jump of the synchronous signal is the natural commutation point, the single-chip microcomputer detects these three status words, and can perform software phase recognition and make ±A, ±B, ±C signs for θ angle timing and output (trigger) and control.

In order to simplify the circuit, reduce the size of the pulse transformer, and enhance the anti-interference ability of the circuit, this system adopts the pulse train triggering method. Six trigger signals are sent out through the 8155 A port, modulated by the external circuit into a trigger pulse train with a frequency of 2kHz, and added to the gates of the six thyristors through the power amplifier circuit.

1.3 Interrupt Arrangement

The 8031 ​​MCU has 5 interrupt sources, one of which is used for the serial port, two are T0 and T1 timer/counter interrupts, and only and can be used directly for external interrupts . In order to leave more hardware resources for the control system, the trigger only occupies interrupt sources, and a combination of hardware and query is adopted. As shown in Figure 1, the three-phase interrupts A, B, and C are connected to through the NOT gate and are connected to P1.0~P1.2 respectively. In this way, as long as there is application, the 8031 ​​MCU can determine the interrupt source by detecting the status of these three bits.

3 Conclusion

This paper uses 8031 ​​single-chip microcomputer to realize digital triggering of thyristors, forming a high-resolution digital trigger, and realizes smooth regulation in the control system. Its performance is unmatched by electronic triggering devices. The system has been applied in actual production and achieved satisfactory results.

Keywords:MCU Reference address:Design and application of single chip microcomputer in thyristor trigger circuit

Previous article:Ultrasonic blind-guiding system designed with C8051F060
Next article:Accurate signal simulation circuit designed using C8051F410

Recommended ReadingLatest update time:2024-11-16 21:24

51 MCU temperature control fan simulation schematic diagram + C language program and physical production
The simulation schematic diagram of the temperature-controlled fan   is as follows:   The actual picture of the produced temperature-controlled fan is as follows: The microcontroller source program is as follows: #include reg51.h #include intrins.h //Include header file #define uchar unsigned char #define uint u
[Microcontroller]
51 MCU temperature control fan simulation schematic diagram + C language program and physical production
Single chip digital voltmeter
1. Experimental tasks A digital voltmeter is designed using the single-chip microcomputer AT89S51 and ADC0809. It can measure DC voltage values ​​between 0 and 5V and display four digits, but requires the use of a minimum number of components. 2. Circuit diagram Figure 1.28.1 3. Hardware connection on the s
[Microcontroller]
Single chip digital voltmeter
Design of smart IC card gas meter electronic control system based on PIC microcontroller
    Abstract: The design of a smart IC card gas meter electronic control system with PIC microcontroller as the core is given. The control mode of the system, the hardware circuit composition of the electronic control system, the system software design and its practical application are introduced. Keywords: PIC mic
[Test Measurement]
Domestic automotive chips start to break through, and automotive MCU welcomes heavyweight players
For local automotive chip companies, this is an era full of opportunities. On the one hand, with the development trend of smart electric vehicles , capital in the automotive industry is accelerating its inclination towards the supply chain, and chip companies have more funds and confidence for development. On the ot
[Automotive Electronics]
Domestic automotive chips start to break through, and automotive MCU welcomes heavyweight players
Application of Digital Signal Controller in Automobile Design
  Introduction   Automotive design has come a long way from the purely mechanical systems of the past to modern cars that often contain up to 100 microprocessors. The only electronics in traditional cars were entertainment features, most commonly the car radio. Electronic control of automotive functions did not becom
[Microcontroller]
Application of Digital Signal Controller in Automobile Design
51 single chip microcomputer rotating LED (POV-LED) display system design report and code
Summary With the development of society, science and technology have also been improved. In contrast, people pay more and more attention to the needs of humanity. We designed this POV-LED display system from the perspective of science and technology serving humanity. The system uses STC89C52RC as the main control uni
[Microcontroller]
51 single chip microcomputer rotating LED (POV-LED) display system design report and code
51 MCU Introduction - Timer Interrupt Application Example
Timer interrupt application example - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Design requirements: Light up the LED at port P1.0 once per second, then turn it off, making the LED flash. Implementation idea
[Microcontroller]
51 MCU Introduction - Timer Interrupt Application Example
Design of household heating bathing device based on single chip microcomputer control
introduction A key technology of the household electric hot water circulation heating bath introduced in this article is the nano material far infrared thin film electric heating tube. More than 20 materials such as tin chloride, silver carbonate, ferric chloride, aluminum oxide, zinc oxide, t
[Microcontroller]
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号