Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Induction motor - calculating rotor flux angle.

Status
Not open for further replies.

Fasset

Electrical
Mar 8, 2017
1
0
0
PL
Hello.
I'm trying to write my own soft for Field Oriented Control of induction motor. I have finished 3ph 3kW inverter, controled by STM32F4, and V/F open loop algorithm to control ACIM - it works. Now I'm trying to implement FOC algorithm.
As we know we need to do Clark&Park transformation.
To calculate Park transformation it's necessary to know rotor angle flux position. Here some details:
ftp://ftp.ti.com/pub/dml/DMLrequest/Christy_FTP-10-30-12/controlSUITE/development_kits/HVMotorCtrl+PfcKit_v2.0/HVACI_Sensored/~Docs/Sensored%20FOC%20of%20ACI.pdf
Another note propose to use speed integration to do this:
Could anyone expalin how to do this exactly?
I'm measuring currents (5kHz sampling), calculate Clark and measuring speed, slip also.
Thanks for any response.
 
Replies continue below

Recommended for you

If use AN908, equations from page 4 are implemented in routine exemple at page 34.
Maybe need to initialize Imr=Id and use eq. Imr(k)=Id(k) + T/Tr*(Id(k) - Imr(k-1)). For fs and theta use values from same step.
 
Status
Not open for further replies.
Back
Top