Clear Filters
Clear Filters

Single-phase fully-controlled thyristor converter simulation using simulink

42 views (last 30 days)
Hi!
I am trying to implement a simple single-phase fully-controlled thyristor converter using Simulink.
As load I have placed just an inductor, the firing angle is set to a=60 deg., f=50 Hz and the rms of the voltage source is 230 V. The output voltage is the one on the picture below,
How can I fix the part I have circled? The waveform is supposed to be repetitive, so there should be a negative part as in the next half-periods.

Answers (2)

Pavel Dey
Pavel Dey on 21 Jan 2016
As far as I understood from your model is that you are using a pulse to trigger the gate and the input is a sine wave. However, at the beginning the thyrister is simply off since no pulse has yet been applied in the gate. So it wont be affected by the input signal. Hence, the output is simply unaffected by the input sine wave at the initial stage. Once the thyristor is turned on by pulse it provides output and stay turned on until it is reverse biased. Then the other thyristor is turned on. It goes on like this. It is nothing but just that none of the thyristor is turned on at the beginning. It cannot follow the downward signal because it is not at all active then.
If you simply make the firing angle 0, you will observe a rectified sine wave.
I hope that helps.
  1 Comment
Michail
Michail on 21 Jan 2016
The operating principle as you describe it is correct. Unfortunately, setting the firing angle to zero is not the solution. The purpose is to implement a fully-controlled converter instead of just a rectifier. Through the firing angle of the thyristors we are supposed to be able to control the output DC voltage.

Sign in to comment.


Mohamed Hassanien
Mohamed Hassanien on 1 Feb 2017
Hi Michail,
Unfortunately I have a question for you instead of an answer :) , How did you transfer the firing angle ( 60 degree) to phase delay ( seconds ) so you can use it in the pulse generator ?
In my case I am using the same principle to get variable dc o/p ( 9 12 15 7 ) from 230 AC .. Also, I am using the equation : V(dc) = ((2*Vm)/ pi) * Cos(alpha) to get the alpha, but the problem that I don't know how to use it as phase delay ( seconds ) ?.
Appreciate your help.
  4 Comments
Michail
Michail on 7 Feb 2017
Edited: Michail on 7 Feb 2017
Hello again Mohamed,
I think you miss an sqrt(2) in you formula. The average DC output of this fully controlled converter is Vdc = 0.9*Vs*cosα where Vs is the rms voltage of your source (230V). If you want your output to be 12V then your delay angle should be around 86.67 degrees. What you have to consider is the ripple in your output and how to eliminate it.
I suggest you to have a look in the literature. Mohan, Undeland and Robbins have authored a really great book.
KR, Michail
Mohamed Hassanien
Mohamed Hassanien on 9 Feb 2017
Thank you Dear Michail for your kind help :). The book you suggested is really a good one.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!