which angle to use in svpwm switching timings generation

조회 수: 7 (최근 30일)
PARADESI
PARADESI 2024년 8월 16일
답변: Shivam Gothi 2024년 8월 27일
for grid connected inverter should i use the angle from pll as theta reference or the angle which is generated from the voltages
  댓글 수: 2
halleyhit
halleyhit 2024년 8월 16일
what does " the angle which is generated from the voltages" mean? Usually, you are using pll to measure angle from voltage data.
PARADESI
PARADESI 2024년 8월 16일
usually we use θref​=atan2(vβ​,vα​) . so i have doubt to you which one among the both. i'm getting the switching timings patter which is increasing . what might be the reason for this?

댓글을 달려면 로그인하십시오.

채택된 답변

Shivam Gothi
Shivam Gothi 2024년 8월 27일
Hello,
Simplified schematics of the three phase PLL block is shown below:
Fig -1
Brief summary:
We can see that the voltages are first transformed from “abc” frame to “α-β” frame, according to following relation:
Now, we assume an arbitrary rotating reference frame (rotating at synchronous speeds) and name it as “d-q” frame. The voltages in “α-β” frame are then transformed to “d-q” frame using the following transformation :
Refer to fig-1. We now have "Vd" and "Vq",
Vd = the component of revolving voltage space vector along the d-axis.
Vq = the component of revolving voltage space vector along the q-axis.
We are passing “Vq” as an input to the “PI” controller block. Ultimately, at steady state , “PI” block is trying to make “Vq” = 0. Now, here is a catch!!
Refer to eq(2). We can write:
At steady state, “Vq”=0. This implies:
Therefore, at steady state, the angle returned by PLL is same as "atan2(vβ​,vα​) ".
Conclusion:
In the case of balanced three phase voltage, both of the approaches will give the same angle at steady state. But, under transient conditions, both of the approaches gives different angles. Therefore, if there are transients in your application, it is good to use PLL block, because, it acts as a low pass filter, thus filtering out the unwanted high frequency component from the “angle” output.
I hope this helps !

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Switches and Breakers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by